summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-02 14:35:09 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-02 14:35:09 +0200
commitc24ec2d55d0f023cabbffce88c9258fea0696cd4 (patch)
tree18664a6a01bfaa9dfc215549d88efd7272b72d9b /Makefile
parentenable more warnings (diff)
downloadblueshift-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 '')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 15838a1..87afd22 100644
--- a/Makefile
+++ b/Makefile
@@ -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