CMakeLists.txt
11.5 KB
-
mingw: disable format specification warnings · 54a60ced
MinGW uses gcc, which expects POSIX formatting for printf, but uses the Windows C library, which uses its own format specifiers. Therefore, it gets confused about format specifiers. Disable warnings for format specifiers.
Edward Thomson committed