diff options
author | ReinUsesLisp <[email protected]> | 2019-11-27 05:46:03 -0300 |
---|---|---|
committer | ReinUsesLisp <[email protected]> | 2019-11-27 05:46:03 -0300 |
commit | e1a6729df7f11e33f6dc0939b18995a57c8bf3d8 (patch) | |
tree | e07b5866547bc7b09c2b3e51780afebd7e4812e7 /CMakeLists.txt | |
parent | 22cc6f6c1bec6ea050069dc618555bc089c66357 (diff) | |
download | sirit-e1a6729df7f11e33f6dc0939b18995a57c8bf3d8.tar.gz sirit-e1a6729df7f11e33f6dc0939b18995a57c8bf3d8.zip |
Enable -Wshadow and silence warnings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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() |