We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wnrvo
1 parent f844662 commit 6d29447Copy full SHA for 6d29447
1 file changed
CMakeLists.txt
@@ -29,6 +29,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
29
# these are not really fixable
30
add_compile_options(-Wno-exit-time-destructors -Wno-global-constructors -Wno-weak-vtables)
31
add_compile_options_safe(-Wno-unsafe-buffer-usage)
32
+ add_compile_options_safe(-Wno-nrvo)
33
# we are not interested in these
34
add_compile_options(-Wno-multichar -Wno-four-char-constants)
35
# ignore C++11-specific warning
0 commit comments