Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi committed Nov 29, 2024
1 parent 1ba40d8 commit 96a6bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/cmake/00-Common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if(LINUX OR DARWIN)
add_compile_options(-Wall -Wno-sign-compare -Wno-trigraphs -Wno-reorder -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-local-typedef)

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
add_compile_options(-Wno-stringop-truncation -Wno-parentheses -Wno-c++20-compat -Wno-dangling-pointer)
add_compile_options(-Wno-stringop-truncation -Wno-parentheses -Wno-c++20-compat -Wno-dangling-pointer -Wno-maybe-uninitialized)
endif()

if (NOT GCC_DISABLE_FATAL_WARNINGS)
Expand Down

0 comments on commit 96a6bed

Please sign in to comment.