diff options
author | Kim Alvefur <zash@zash.se> | 2016-08-19 15:58:07 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-08-19 15:58:07 +0200 |
commit | 7373788d277df6fa63e9b85e001ebf1d08ce121c (patch) | |
tree | 21810517b808b22065e546d5542ab7d14ca7e6c6 | |
parent | 565a6406387e15c4d9a01e086529deb018575209 (diff) | |
download | prosody-7373788d277df6fa63e9b85e001ebf1d08ce121c.tar.gz prosody-7373788d277df6fa63e9b85e001ebf1d08ce121c.zip |
util-src/Makefile: Remove redundant -Wall (already set by configure)
-rw-r--r-- | util-src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/Makefile b/util-src/Makefile index 9c6c377c..12a67ab2 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -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/ |