Try harder to lint without nonstandard stuff.

This commit is contained in:
Mark Murray 2002-03-11 11:32:55 +00:00
parent 724badfb6e
commit cae6f50f5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92089

View File

@ -341,6 +341,7 @@ main(int argc, char *argv[])
appcstrg(&cflags, "-D__extension__(x)=/*NOSTRICT*/0");
#else
appcstrg(&cflags, "-U__GNUC__");
appcstrg(&cflags, "-undef");
#endif
appcstrg(&cflags, "-Wp,-$");
appcstrg(&cflags, "-Wp,-CC");