Add -Wstrict-prototypes to gcc options only in developer mode
authorLaurent Monin <geeqie@norz.org>
Fri, 23 May 2008 15:07:30 +0000 (15:07 +0000)
committerLaurent Monin <geeqie@norz.org>
Fri, 23 May 2008 15:07:30 +0000 (15:07 +0000)
commit2d39c9d42b6214b53b9f70ca5a9f946974ad326a
treeca0658b8f784169a43889ca1712a479c6e9ac91f
parent07c127246cdf49873cbcb769e00bf6299956dc70
Add -Wstrict-prototypes to gcc options only in developer mode
since it clutters the compilation log with unfixable warnings.
Add -Wall in developer mode to display even more warnings.
Fix display of --enable-deprecated at end of configure (yes
and no were inversed).
configure.in