diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-22 22:56:43 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-22 22:56:43 +0200 |
| commit | d8d0ac32dc7a35e63c34130a6fcf12bcba52c8b0 (patch) | |
| tree | db76a1b5d34fd708c591953b2460d5bc4ca72f1f /CMakeLists.txt | |
| parent | b7b72cca9df9c9c3601e88ac1381802ac83014ee (diff) | |
Revert "Remove pedantic. I guess we wont be fixing comments ;P"
Actualy why not, we have all other warnings fixed :]
This reverts commit 6e94e0655ee276c6894a32cf07313a9ae460daf3.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d53ff86..65aff6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ IF ( ENABLE_DEBUG ) ENDIF ( ENABLE_DEBUG ) IF ( DEVELOPER ) ADD_DEFINITIONS ( -DDEBUG ) - SET ( CMAKE_C_FLAGS "-g -O0 -pipe -Wall -Wextra -Wshadow" ) + SET ( CMAKE_C_FLAGS "-g -O0 -pipe -Wall -Wextra -Wshadow -pedantic" ) ENDIF ( DEVELOPER ) ############################################################################### # BASIC DIRECTORIES FOR INCLUSION |