Searched hist:194575 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dsysv_msg.cdiff 194575 Sun Jun 21 08:10:31 MDT 2009 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@

Completed in 80 milliseconds