summaryrefslogtreecommitdiffstats
path: root/input/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'input/Makefile')
-rw-r--r--input/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile b/input/Makefile
index ffc82e83f0..bc4a720811 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -6,7 +6,7 @@ LIBNAME = libinput.a
SRCS=input.c joystick.c lirc.c
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) -Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC)
.SUFFIXES: .c .o