mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
cmake: emscripten/clang does not support -Wformat* (anymore)
This commit is contained in:
parent
f8b7e22d7d
commit
d1977bbf5e
1 changed files with 2 additions and 2 deletions
|
|
@ -185,8 +185,8 @@ if(EMSCRIPTEN)
|
|||
set(HAVE_GETRESUID "1" CACHE INTERNAL "Have symbol getresuid")
|
||||
set(HAVE_GETRESGID "1" CACHE INTERNAL "Have symbol getresgid")
|
||||
set(HAVE_LIBUDEV_H "" CACHE INTERNAL "Have include libudev.h")
|
||||
set(HAVE_WFORMAT "1" CACHE INTERNAL "Test COMPILER_SUPPORTS_WFORMAT")
|
||||
set(HAVE_WFORMAT_OVERFLOW "1" CACHE INTERNAL "Test COMPILER_SUPPORTS_WFORMAT_OVERFLOW")
|
||||
set(HAVE_WFORMAT "" CACHE INTERNAL "Test COMPILER_SUPPORTS_WFORMAT")
|
||||
set(HAVE_WFORMAT_OVERFLOW "" CACHE INTERNAL "Test COMPILER_SUPPORTS_WFORMAT_OVERFLOW")
|
||||
set(HAVE_WFORMAT_EXTRA_ARGS "1" CACHE INTERNAL "Test COMPILER_SUPPORTS_WFORMAT_EXTRA_ARGS")
|
||||
set(COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS "1" CACHE INTERNAL "Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS")
|
||||
endfunction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue