diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-02-05 13:02:18 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-02-05 13:02:18 +0000 |
| commit | 15f998207d69ae153d3879d594091ac766c67b49 (patch) | |
| tree | 7c414c961476eaa8733b93adc8611f7cedcd368a /src | |
| parent | d69f0ed88e08517ae43ed3f9032cb1e3edac9feb (diff) | |
add -pedantic -ansi -Wall
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@270 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/site.def | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
