|
|
@ -95,6 +95,8 @@ if(CMAKE_COMPILER_IS_GNUCXX) |
|
|
|
add_extra_compiler_option(-Wno-narrowing) |
|
|
|
add_extra_compiler_option(-Wno-narrowing) |
|
|
|
add_extra_compiler_option(-Wno-delete-non-virtual-dtor) |
|
|
|
add_extra_compiler_option(-Wno-delete-non-virtual-dtor) |
|
|
|
add_extra_compiler_option(-Wno-unnamed-type-template-args) |
|
|
|
add_extra_compiler_option(-Wno-unnamed-type-template-args) |
|
|
|
|
|
|
|
add_extra_compiler_option(-Wno-array-bounds) |
|
|
|
|
|
|
|
add_extra_compiler_option(-Wno-aggressive-loop-optimizations) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
add_extra_compiler_option(-fdiagnostics-show-option) |
|
|
|
add_extra_compiler_option(-fdiagnostics-show-option) |
|
|
|
|
|
|
|
|
|
|
|