summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 5a7996d284..f58a8af1cc 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -10,7 +10,7 @@ EXTRA_INC += $(DVB_INC)
endif
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC) -Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC)
.SUFFIXES: .c .o