From: John Kohl Date: Mon, 5 Feb 1990 13:02:18 +0000 (+0000) Subject: add -pedantic -ansi -Wall X-Git-Tag: krb5-1.0-alpha2~1114 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15f998207d69ae153d3879d594091ac766c67b49;p=krb5.git add -pedantic -ansi -Wall git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@270 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/site.def b/src/config/site.def index 5b748eb2d..0e803d6e3 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -93,7 +93,7 @@ #ifdef UseInstalled /* if outside the tree */ #define CcCmd gcc -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional #else /* server won't compile with -traditional */ -#define CcCmd gcc -fstrength-reduce -fpcc-struct-return +#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall #endif #endif #endif @@ -197,7 +197,7 @@ #ifdef UseInstalled /* if outside the tree */ #define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional #else /* server won't compile with -traditional */ -#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return +#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall #endif #endif #endif