mirror of
https://github.com/TokTok/c-toxcore
synced 2026-08-29 05:28:34 +00:00
fix: disable nrvo clang warning for osx ci
This commit is contained in:
@@ -26,6 +26,8 @@ add_flag -Werror
|
||||
add_c_flag -Wno-c11-extensions
|
||||
add_c_flag -Wno-pre-c11-compat
|
||||
|
||||
add_flag -Wno-nrvo
|
||||
|
||||
cmake -GNinja -B_build -H. \
|
||||
-DCMAKE_C_FLAGS="$C_FLAGS" \
|
||||
-DCMAKE_CXX_FLAGS="$CXX_FLAGS" \
|
||||
|
||||
Reference in New Issue
Block a user