mirror of
https://github.com/libAthena/athena.git
synced 2025-07-08 22:26:08 +00:00
lzokay: Disable -Wmaybe-uninitialized for GCC
This commit is contained in:
parent
1805568808
commit
165a8803dc
3
extern/CMakeLists.txt
vendored
3
extern/CMakeLists.txt
vendored
@ -1,4 +1,7 @@
|
|||||||
add_subdirectory(lzokay)
|
add_subdirectory(lzokay)
|
||||||
|
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||||
|
target_compile_options(lzokay PRIVATE -Wno-maybe-uninitialized)
|
||||||
|
endif ()
|
||||||
add_subdirectory(zlib)
|
add_subdirectory(zlib)
|
||||||
add_subdirectory(yaml)
|
add_subdirectory(yaml)
|
||||||
if(NOT TARGET fmt)
|
if(NOT TARGET fmt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user