File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,9 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
2727 add_compile_options (-Wfloat-equal ) # Floating values used in equality comparisons
2828 add_compile_options (-Wmissing-declarations) # If a global function is defined without a previous declaration
2929 add_compile_options (-Wmissing-format-attribute) #
30- add_compile_options (-Wno-long-long)
3130 add_compile_options (-Wpacked) #
3231 add_compile_options (-Wredundant-decls) # if anything is declared more than once in the same scope
3332 add_compile_options (-Wundef)
34- add_compile_options (-Wno-missing-braces)
35- add_compile_options (-Wno-sign-compare)
3633 add_compile_options (-Wno-multichar)
3734 add_compile_options (-Woverloaded-virtual) # when a function declaration hides virtual functions from a base class
3835
You can’t perform that action at this time.
0 commit comments