RE: [AD] C++ fix class and -Weffc++ compiler flag.

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Title: RE: [AD] C++ fix class and -Weffc++ compiler flag.

> book really are, heh. This flag helps find lots of insidious
> little
> potential bugs
> and I really like it :)

You mean, you don't get gigabytes of error messages coming
from the standard includes ??? :) I soon after removed the
-Weffc++ flag from my Makefile ;)

If you're feeling brave, there are a number of warnings
from unused function parameters, which could go unnamed.

If you have the original Allegro in allegro/ and the fixed
Allegro in allegro_fixed, you can:
diff -r -U 3 -N allegro/ allegro_fixed/ > patch.diff
This will create a usable patch for Peter/Eric.
Remember to make clean (or distclean etc) before, so the
generated files don't clutter the patch.

--
Vincent Penquerc'h



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/