We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wnrvo
1 parent 808b9cf commit 9459633Copy full SHA for 9459633
CMakeLists.txt
@@ -47,6 +47,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
47
# these are not really fixable
48
add_compile_options(-Wno-exit-time-destructors -Wno-global-constructors -Wno-weak-vtables)
49
add_compile_options_safe(-Wno-unsafe-buffer-usage)
50
+ add_compile_options_safe(-Wno-nrvo)
51
# we are not interested in these
52
add_compile_options(-Wno-multichar -Wno-four-char-constants)
53
# ignore C++11-specific warning
0 commit comments