Hi,

In <sys/syslimits.h>, I see:

#if __GNUC__
#warning "No user-serviceable parts inside."
#endif


Does the use of #warning need to be protected by
#if __GNUC__ in FreeBSD header files?  I am working
on something similar for <machine/limits.h>.

Some other header files check for __GNUC__ before using #warning,
such as <sys/ioctl.h>, but <sys/dkstat.h> does not.

Thanks.
-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to