summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/suff.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r--usr.bin/make/suff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index 6963d4e..bed6c7a 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -514,6 +514,7 @@ Suff_AddTransform(char *line)
Suff *s; /* source suffix */
Suff *t; /* target suffix */
+ s = t = NULL; /* silence gcc */
gn = SuffTransFind(line);
if (gn == NULL) {
/*
OpenPOWER on IntegriCloud