------- Comment #20 from aaronavay62 at aaronwl dot com 2008-09-14 03:27 ------- Danny has recommended that we wait until 4.5 to add -Wno-pedantic-ms-format which will resolve this problem. <http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00664.html>.
In the meantime, I'll keep the patch at <http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00594.html> in my tree to allow bootstraps from trunk to work without using --disable-werror. It's important we keep keep using -Werror so that more problems don't creep into Windows-specific code, whether they're bona fide bugs or just false positives. (Previously, I was adding __extension__ to each the site of each printf to allow the build to work.) Anyway, this shouldn't affect 4.4.x release builds, for which --disable-werror is the default. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25502