diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-02 14:35:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-02 14:35:09 +0200 |
commit | c24ec2d55d0f023cabbffce88c9258fea0696cd4 (patch) | |
tree | 18664a6a01bfaa9dfc215549d88efd7272b72d9b /Makefile | |
parent | enable more warnings (diff) | |
download | blueshift-c24ec2d55d0f023cabbffce88c9258fea0696cd4.tar.gz blueshift-c24ec2d55d0f023cabbffce88c9258fea0696cd4.tar.bz2 blueshift-c24ec2d55d0f023cabbffce88c9258fea0696cd4.tar.xz |
enable more warnings
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -55,8 +55,7 @@ WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self -Wmissi -Wvector-operation-performance -Wstack-protector -Wunsuffixed-float-constants -Wcast-align \ -Wsync-nand -Wunsafe-loop-optimizations # Warnings violated by Cython and therefore only use for C and not Cython -CWARN = -Wshadow -Wredundant-decls -Winline -Wcast-qual -# -Wsign-conversion -Wpadded (TODO) +CWARN = -Wshadow -Wredundant-decls -Winline -Wcast-qual -Wsign-conversion # The C standard for C code compilation STD = c99 LIBS_idcrtc = xcb-randr |