Define __KPRINTF_ATTRIBUTE__ in the CCPP_PREDEFINES so we get rid of a

load of compiler warnings.
This commit is contained in:
mark 1996-06-05 19:09:11 +00:00
parent dd1fe33d2e
commit 0e0fb92b29
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
The __arm2__ __arm3__ and __arm6__ are obvious. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Darm32 -D__arm32__ -D__arm6__ -Driscbsd -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(arm) -Amachine(arm)"
#define CPP_PREDEFINES "-Dunix -Darm32 -D__arm32__ -D__arm6__ -Driscbsd -D__NetBSD__ -D__KPRINTF_ATTRIBUTE__ -Asystem(unix) -Asystem(NetBSD) -Acpu(arm) -Amachine(arm)"
#undef CPP_SPEC
#define CPP_SPEC "%{m2:-D__arm2__} %{m3:-D__arm3__} %{m2:-U__arm6__} \