Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> :-) By the way, the only way for gcc to give warning about
Abdelrazak> missing cases in a switch is to pass the -Wall option.This
Abdelrazak> is not done by default when you configure, might be a good
Abdelrazak> idea to do so.
It is done here, removed with --without-debug.
Abdelrazak> By the way 2, there is a _lot_ of "default:" in current
Abdelrazak> svn. I thought this was against your religion :-)
They should be in cases where there is no other way (like a switch
over the two/three lfuns an inset handles; you do not want to
enumerate the 300 others).
OK, thanks for the info.
Abdel.