sommerfeld ac07e85117 Enhanced format checking, mk II:
New option -Wno-format-extra-args : suppress warning for:
	printf("foo", bar);
since that isn't interesting from the POV of this audit, and it's more
common than most in some code.

also, do format args checking for
	printf(Aflag ? "format 1: %s" : "format 2: %s", bar);
albeit in a half-hearted way for now (just check the "then" case)
2000-10-05 13:08:57 +00:00
2000-10-05 12:35:33 +00:00
2000-10-05 13:08:57 +00:00
2000-10-05 12:35:33 +00:00
2000-10-04 18:52:50 +00:00
2000-10-05 12:35:33 +00:00
2000-10-05 12:35:33 +00:00
2000-10-05 12:35:33 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%