Include POSIX library in splint calls.

This commit is contained in:
Andrew Wood
2023-07-28 22:35:50 +01:00
parent 7f3924db77
commit 1f103d6a11
+1 -1
View File
@@ -12,7 +12,7 @@
$(CC) $< $(<:%.c=%) $(srcdir) $(CFLAGS) $(CPPFLAGS) > $@
.c.e:
-splint -badflag $(CPPFLAGS) $< > $@ 2>&1
-splint -badflag +posixlib $(CPPFLAGS) $< > $@ 2>&1
-flawfinder $< >> $@ 2>&1
#