Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2003 16:39:49 -0800 (PST)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        bminard@certicom.com, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: i386/47300: -Wundef generates warning when compiling with /usr/include/sys/cdefs.h
Message-ID:  <200302070039.h170dnek071513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: -Wundef generates warning when compiling with /usr/include/sys/cdefs.h

State-Changed-From-To: open->closed
State-Changed-By: mike
State-Changed-When: Thu Feb 6 16:36:06 PST 2003
State-Changed-Why: 

Undefined preprocessor tokens are converted to 0 before evaluation, so
this isn't a real problem.  I would advice against using -Wundef
unless you don't mind false positives like this one.

http://www.freebsd.org/cgi/query-pr.cgi?pr=47300

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302070039.h170dnek071513>