Date: Sun, 21 Jun 2009 08:49:06 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net bridgestp.c Message-ID: <200906210849.n5L8nNak070341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rdivacky 2009-06-21 08:49:06 UTC
FreeBSD src repository
Modified files:
sys/net bridgestp.c
Log:
SVN rev 194577 on 2009-06-21 08:49:06Z by rdivacky
In non-debugging mode make this define (void)0 instead of nothing. This
helps to catch bugs like the below with clang.
if (cond); <--- note the trailing ;
something();
Approved by: ed (mentor)
Discussed on: current@
Revision Changes Path
1.47 +1 -1 src/sys/net/bridgestp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906210849.n5L8nNak070341>
