From 5cf56fa4fad0e656e3779e4589fb38a6f846c079 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Wed, 1 Mar 2017 09:05:43 +0100 Subject: [PATCH] Add -Wparentheses compile option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 730ee1f..745e52f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS) -fstack-protector-strong -Wcomma -Wdouble-promotion + -Wparentheses ) endif()