Le mercredi 13 avril 2005 à 01:21 +0200, Isaac Clerencia a écrit : > The "autotools" way should be using: > AX_CFLAGS_WARN_ALL > > The main advantage is that the macro is able to enable warnings with > different > compilers, not only gcc, otherwise your "patch" is ok. > > You can get more info about the AX_CFLAGS_WARN_ALL here: > http://autoconf-archive.cryp.to/ax_cflags_warn_all_ansi.html
Ok. I added m4/ax_cflags_warn_all_ansi.m4 and used this instead of -Wall. Bye, Haypo
