CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/09/05 14:57:20
Modified files: gnu/usr.bin/gcc/gcc: toplev.c Log message: gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra as an ersatz for -W. Now that more and more third-party software assumes the compiler supports -Wextra, this is definitely worth doing.