summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-09-08 10:32:45 +0000
committerRoy Marples <roy@marples.name>2015-09-08 10:32:45 +0000
commit8da0096ab3a77a8e8b5608ec1100ed4ed0a5db0c (patch)
treee312e47709c150b4cecf5c18345173e8dd5aab91 /Makefile
parent3fb5fabc8287b02e6f2bca4c41395013a5158ca3 (diff)
downloaddhcpcd-8da0096ab3a77a8e8b5608ec1100ed4ed0a5db0c.tar.xz
ifp may not be set, but ctx will be.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4a25668..cee2e382 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ TOP?= .
include ${TOP}/iconfig.mk
CSTD?= c99
-CFLAGS+= -std=${CSTD}
+CFLAGS+= -std=${CSTD} --analyze
SRCS+= ${DHCPCD_SRCS}