29 Nov
2005
29 Nov
'05
1:48 a.m.
On Fri, Nov 25, 2005 at 08:03:41PM -0500, Robert Crosbie wrote:
I assume these are not generated with -Wall? I see many many more warnings when I compile. Especially 'unused parameter' warnings.
This depends on g++ version: configure.ac adds -Wno-unused-parameter iff that option works on the configured CXX.
Maybe on g++ versions that don't accept -Wno-unused-parameter, we could suppress the warning flag that generates those warnings. (Offhand I'd guess it's `-W'.)
pjrm.