"John Marino"<marino%netbsd.org@localhost> writes:
Module Name: pkgsrc
Committed By: marino
Date: Tue Oct 9 07:48:21 UTC 2012
Modified Files:
pkgsrc/cross/mingw-binutils: Makefile
Log Message:
cross/mingw-binutils: Fix build on gcc4.7
mingw-binutils is built with -Werror which fails on the gcc4.6+ warning
"unused but set variable". Disable that warning to fix gcc4.7 build.
I suggest that you stop suppressing warnings just to make it build with
your compiler. If you know what the problem is, fix the problem.