24 Nov
2003
24 Nov
'03
2:54 p.m.
On Sun, 23 Nov 2003, David McKee wrote:
Jorge, I suppose you're getting tired of hearing about my ancient Redhat system, but my gcc doesn't believe in -Wno-unused-parameters, preferning "-Wno-unused".
Easy enough to fix by hand.
-Wno-unused is a different thing: it eliminates all the "unused" type warnings. That's not the desired effect (`info gcc` for details). If you add a simple way to test whether gcc accepts the warning option, in configure.in, it'd be ok.
Perhaps I should look nto configure in my copious spare time.
Cheers Jorge.-