Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2004 03:21:53 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        des@des.no
Cc:        hackers@FreeBSD.org
Subject:   Re: how to fool gcc?
Message-ID:  <200402101121.i1ABLr7E026480@gw.catspoiler.org>
In-Reply-To: <xzpad3r5mj4.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10 Feb, Dag-Erling Smørgrav wrote:

If you don't minde a bit of bloat, maybe changing this:

>  openpam_log(PAM_LOG_DEBUG, "returning '%s'", (s)); \

to this:

   openpam_log(PAM_LOG_DEBUG, "returning '%s'", (s) != NULL ? (s) : "");

might quiet the warning.



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