aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <[email protected]>2019-11-27 05:46:03 -0300
committerReinUsesLisp <[email protected]>2019-11-27 05:46:03 -0300
commite1a6729df7f11e33f6dc0939b18995a57c8bf3d8 (patch)
treee07b5866547bc7b09c2b3e51780afebd7e4812e7 /CMakeLists.txt
parent22cc6f6c1bec6ea050069dc618555bc089c66357 (diff)
downloadsirit-e1a6729df7f11e33f6dc0939b18995a57c8bf3d8.tar.gz
sirit-e1a6729df7f11e33f6dc0939b18995a57c8bf3d8.zip
Enable -Wshadow and silence warnings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7935d5..047041f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,6 +73,7 @@ else()
-Wno-missing-braces
-Wconversion
-Wsign-conversion
+ -Wshadow
-Werror)
endif()