Skip to content

Commit 5c46d8e

Browse files
committed
Disable -Wpedantic for external files
1 parent aadc274 commit 5c46d8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/cmake_core.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ endmacro()
453453

454454
string(CONCAT EXTERNAL_CXX_FLAGS
455455
" $<${is_gnu_fe}: -fno-strict-aliasing>"
456+
" $<${is_gnu_fe}: -Wno-pedantic>"
456457
" $<${is_gnu_fe}: -Wno-unused-parameter>"
457458
" $<${is_gnu_fe}: -Wno-old-style-cast>"
458459
" $<${is_gnu_fe}: -Wno-double-promotion>"

0 commit comments

Comments
 (0)