diff options
author | rubidium42 <rubidium@openttd.org> | 2021-05-13 10:00:41 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-05-14 23:22:29 +0200 |
commit | aa5a8fe28a224fd581b6053e4a5ce38f3e1a9694 (patch) | |
tree | 3641fec62fd2f0969ce0ac06b4f7670d7e43c9f4 /cmake/CompileFlags.cmake | |
parent | 297d6e20bf0467d2a42e49bee291829ce3bb7c58 (diff) | |
download | openttd-aa5a8fe28a224fd581b6053e4a5ce38f3e1a9694.tar.xz |
Codechange: use thread safe time functions
Functions like localtime, gmtime and asctime are not thread safe as they (might) reuse the same buffer. So use the safer _s/_r variant for localtime and gmtime, and use strftime in favour of asctime.
Diffstat (limited to 'cmake/CompileFlags.cmake')
0 files changed, 0 insertions, 0 deletions