Hello Bruno, * Bruno Haible wrote on Tue, Nov 07, 2006 at 02:53:38PM CET: > Ralf Wildenhues wrote: > > > > * lib/gl_oset.h: Use C comment style, not C++ comment style. > > Thanks, applied.
Thanks. > It's astonishing how long such mistakes stay, when we only > use gcc and don't enable the appropriate gcc warnings (I think "gcc -ansi > -pedantic" should do it, right?). Yes, it should. You could also use -pedantic-errors to not miss any. FWIW, I used grep, after seeing that the same error was fixed in another file. Cheers, Ralf
