Skip to content

Commit 48cf548

Browse files
disable Wnrvo
1 parent 6cfaf7b commit 48cf548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(COMMON_CXX_WARNING_FLAGS
5555
"-Wuninitialized"
5656
"-Wno-interference-size" # disables warning that std::hardware_destructive_interference_size may depend on hardware, compiler, and flags
5757
"-Werror"
58-
"-Wnrvo"
58+
# "-Wnrvo"
5959
)
6060

6161
# --- Project-specific Compile Flags ---

0 commit comments

Comments
 (0)