util-src/Makefile: Remove redundant -Wall (already set by configure)
authorKim Alvefur <zash@zash.se>
Fri, 19 Aug 2016 15:58:07 +0200
changeset 7615 6ae8dae68ec4
parent 7614 0231b50ec959
child 7616 1169097e0ef8
util-src/Makefile: Remove redundant -Wall (already set by configure)
util-src/Makefile
--- a/util-src/Makefile	Fri Aug 19 15:55:55 2016 +0200
+++ b/util-src/Makefile	Fri Aug 19 15:58:07 2016 +0200
@@ -1,7 +1,7 @@
 
 include ../config.unix
 
-CFLAGS+=-ggdb -Wall -pedantic -I$(LUA_INCDIR)
+CFLAGS+=-ggdb -pedantic -I$(LUA_INCDIR)
 
 INSTALL_DATA=install -m644
 TARGET?=../util/