We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wnrvo
1 parent 3d029bb commit 519084cCopy full SHA for 519084c
1 file changed
CMakeLists.txt
@@ -51,6 +51,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
51
# these are not really fixable
52
add_compile_options(-Wno-exit-time-destructors -Wno-global-constructors -Wno-weak-vtables)
53
add_compile_options_safe(-Wno-unsafe-buffer-usage)
54
+ add_compile_options_safe(-Wno-nrvo)
55
# we are not interested in these
56
add_compile_options(-Wno-multichar -Wno-four-char-constants)
57
# ignore C++11-specific warning
0 commit comments