Turn off -Wdo-while by default.
commit265c5209bd447405b8ce54b07808c5e47c56d2ce
authorJosh Triplett <josh@freedesktop.org>
Fri, 27 Jul 2007 17:02:07 +0000 (27 10:02 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 27 Jul 2007 17:03:45 +0000 (27 10:03 -0700)
treed94ea0083ab9420564df67dfeb0f1d5f4ba3c618
parent318447b069ba9e9a403ca764be7e3924d2121142
Turn off -Wdo-while by default.

-Wdo-while represents a style warning only, not a correctness warning.  Thus,
turn it off by default.  Projects that want it should use -Wdo-while
explicitly.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
lib.c