mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
fix warning: no -Wno-pedantic-ms-format
for llvm mingw
ONLY gcc has `-Wno-pedantic-ms-format`: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wno-pedantic-ms-format
This commit is contained in:
parent
c628ac4d95
commit
4cb89e6128
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ if(FLAG_VISIBILITY)
|
|||
endif()
|
||||
set(EXTRA_COMPILE_FLAGS "${EXTRA_COMPILE_FLAGS} -fvisibility=hidden")
|
||||
endif()
|
||||
if(MINGW)
|
||||
if(MINGW AND ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU"))
|
||||
# Without __USE_MINGW_ANSI_STDIO the compiler produces a false positive
|
||||
set(EXTRA_COMPILE_FLAGS "${EXTRA_COMPILE_FLAGS} -Wno-pedantic-ms-format")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue