Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This popped up as a warning in the ATLAS build: ``` /builds/acts/acts-athena-ci/acts-install/include/Acts/Utilities/Logger.hpp:485:61: warning: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [localtimeCalled] std::strftime(buffer, sizeof(buffer), m_format.c_str(), localtime(&t)); ```
- Loading branch information