Skip to content

Commit

Permalink
Fix g++ warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 30, 2023
1 parent ed6c0c7 commit 7efb8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake_core.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-tautological-type-limit-compare>"
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-cast-qual>"
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-reserved-identifier>"
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-missing-prototypes>"
" $<$<CXX_COMPILER_ID:${CLANG_LIKE}>: -Wno-missing-prototypes>"
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-missing-field-initializers>"
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-suggest-override>"
" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-used-but-marked-unused>"
Expand Down

0 comments on commit 7efb8ed

Please sign in to comment.