From 15f998207d69ae153d3879d594091ac766c67b49 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 5 Feb 1990 13:02:18 +0000 Subject: [PATCH] add -pedantic -ansi -Wall git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@270 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/site.def | 4 ++-- 1 file 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 -- 2.26.2