aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CompilerSetup.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/CompilerSetup.cmake b/cmake/CompilerSetup.cmake
index aa4289a..b560027 100644
--- a/cmake/CompilerSetup.cmake
+++ b/cmake/CompilerSetup.cmake
@@ -61,6 +61,9 @@ if(CLANG OR GNU)
APPEND common_flags
-Wconditional-uninitialized -Werror=return-type -Winfinite-recursion -Wmove
-Wrange-loop-analysis -Wunreachable-code
+
+ # Options added to match apple recommended project settings
+ -Wcomma
)
endif()