Skip to content

Commit

Permalink
Disable -Wpedantic for external files
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Oct 9, 2024
1 parent aadc274 commit 5c46d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/cmake_core.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ endmacro()

string(CONCAT EXTERNAL_CXX_FLAGS
" $<${is_gnu_fe}: -fno-strict-aliasing>"
" $<${is_gnu_fe}: -Wno-pedantic>"
" $<${is_gnu_fe}: -Wno-unused-parameter>"
" $<${is_gnu_fe}: -Wno-old-style-cast>"
" $<${is_gnu_fe}: -Wno-double-promotion>"
Expand Down

0 comments on commit 5c46d8e

Please sign in to comment.