On Sun, 08 Apr 2012 20:46:59 +0100 rthom...@linuxfromscratch.org wrote: > + <para><command>sed -i '/-Werror/d'...</command>: > + This sed suppresses warnings that would otherwise cause the build > + to fail when compiling with <application>GCC</application> > + 4.7.</para>
<nitpick> As I understand it, removing -Werror doesn't suppress warnings. It stops treating warnings as errors, so that if gcc gives a warning it doesn't break the build. </nitpick> Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page