misc/56206: src/sys/sys/cdefs.h uses PreProcessor variables that aren't defined, causing noisy warnings.

Garrett Wollman wollman at khavrinen.lcs.mit.edu
Sat Aug 30 13:10:10 PDT 2003


The following reply was made to PR misc/56206; it has been noted by GNATS.

From: Garrett Wollman <wollman at khavrinen.lcs.mit.edu>
To: Larry Rosenman <ler at lerctr.org>
Cc: FreeBSD-gnats-submit at freebsd.org
Subject: misc/56206: src/sys/sys/cdefs.h uses PreProcessor variables that
	aren't defined, causing noisy warnings.
Date: Sat, 30 Aug 2003 16:05:27 -0400 (EDT)

 <<On Sat, 30 Aug 2003 14:19:14 -0500 (CDT), Larry Rosenman <ler at lerctr.org> said:
 
 > The following patch shuts it up, and is functionally equivalent. 
 
 Actually, the patch is not functionally equivalent:
 
 > -#if __STDC_VERSION__ < 199901
 > +#if defined(__STDC_VERSION__) && __STDC_VERSION__ < 199901
 
 0 < 199901
 
 -GAWollman
 


More information about the freebsd-bugs mailing list