В Пнд, 24/09/2007 в 12:56 -0700, Donnie Berkholz пишет: > > if use ppc ; then > > sed -i -e 's:-Werror::g' src/Makefile > > fi > > We should never leave -Werror in -- make this unconditional. "never" is too strong: for example, wireshark's upstream told me that they want code to be built with -Werror. If something breaks they are interested in report to fix that. -- Peter.