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

/freebsd-9.3-release/sys/sys/
H A Dlock_profile.hdiff 194578 Sun Jun 21 07:03:07 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@
H A Dktr.hdiff 194578 Sun Jun 21 07:03:07 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@
H A Dsx.hdiff 194578 Sun Jun 21 07:03:07 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@
H A Dsched.hdiff 194578 Sun Jun 21 07:03:07 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@
H A Dlock.hdiff 194578 Sun Jun 21 07:03:07 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@
H A Dmutex.hdiff 194578 Sun Jun 21 07:03:07 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 155 milliseconds