summaryrefslogtreecommitdiffstats
path: root/libmpdemux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r--libmpdemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 3976db3f74..1db58801ce 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -10,7 +10,7 @@ endif
OBJS = $(SRCS:.c=.o)
INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
-CFLAGS = -Wall $(OPTFLAGS) $(INCLUDE)
+CFLAGS = $(OPTFLAGS) $(INCLUDE)
.SUFFIXES: .c .o