Make bar compile with -Wall and no warning

This commit is contained in:
LemonBoy
2015-02-14 00:20:46 +01:00
parent d8443785a8
commit 2778c81699
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
CC ?= gcc
CFLAGS = -std=c99 -Os
CFLAGS = -Wall -std=c99 -Os
LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration