properly disable attribute checking

This commit is contained in:
Mark 2003-12-18 21:41:45 +00:00
parent efdd30eb41
commit b82b6195d6
2 changed files with 6 additions and 2 deletions

View file

@ -31,7 +31,9 @@
/* Temp disable for upcoming release until all external modules
* have been released with warnings fixed
*/
#if 0
#if 1
#define __attribute__(x) /* NOTHING */
#else
/* If we're not using GNU C, elide __attribute__ */
#ifndef __GNUC__
#define __attribute__(x) /* NOTHING */

View file

@ -50,7 +50,9 @@
/* Temp disable for upcoming release until all external modules
* have been released with warnings fixed
*/
#if 0
#if 1
#define __attribute__(x) /* NOTHING */
#else
/* If we're not using GNU C, elide __attribute__ */
#ifndef __GNUC__
#define __attribute__(x) /* NOTHING */