From 4dc60c4c9da680d3ba10001411ae5b48381ce82e Mon Sep 17 00:00:00 2001 From: Benny Baumann <BenBE@geshi.org> Date: Sat, 30 Mar 2019 20:35:46 +0100 Subject: [PATCH] cfg: Avoid deprecated option despite it being the only way to have warnings reported as errors. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92e606e..88806a3 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ style: -astyle --mode=c --options=none --recursive -q -Q -s4 -f -j -k1 -W3 -p -U -H ${SRCDIR}/*.hpp lintian: - lintian --pedantic --profile debian --fail-on-warnings --verbose --display-experimental + lintian --pedantic --profile debian --verbose --display-experimental install: ${INSTALL} -D -o root -g root -m 700 -t ${DESTDIR}${prefix}/bin ${TARGETS} -- GitLab