Hi, On Sun, 2011-03-27 at 19:56 +0200, [email protected] wrote: > As noted in another thread, I had some trouble with -Werror in Fedora > 15 (gcc 4.6). The following patch (shameless cut&paste from gdb) > allows to do: > > ./configure --disable-werror
As you mentioned in another mail, -Werror by default is not a good idea. I would welcome a patch that does the following: 1. Removes -Werror from all makefiles (if any left). 2. Adds a --enable-werror flag to configure. 3. If said flag is used, adds -Werror to AM_CFLAGS in configure, not in every makefile. /Anders Brander _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
