File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ if(WIN32)
33endif (WIN32 )
44
55tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Weverything" )
6+ tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-c++98-compat-pedantic" )
67tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-padded" )
78tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-documentation" )
89tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-documentation-unknown-command" )
910tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-exit-time-destructors" )
1011tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-global-constructors" )
1112tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-missing-braces" )
13+ tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wno-unsafe-buffer-usage" )
1214tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wrange-loop-analysis" )
1315tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Wmove" )
1416tfel_enable_cxx_compiler_flag(COMPILER_WARNINGS "Winfinite-recursion" )
You can’t perform that action at this time.
0 commit comments