mirror of https://github.com/OISF/suricata
windows: use _tzname instead of tzname
tzname is a POSIX variable, WIN32 has prefixed many POSIX variables with "_". While Mingw64 supports both, UCRT64 emits a compiler warning on the usage of "tzname". This triggered a rather large clang-format update.pull/13467/head
parent
106e09ed57
commit
17ed6f7b8e
Loading…
Reference in New Issue