This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/25502] Werror problem in build
- From: "dannysmith at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2006 11:02:34 -0000
- Subject: [Bug bootstrap/25502] Werror problem in build
- References: <bug-25502-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from dannysmith at users dot sourceforge dot net 2006-06-04 11:02 -------
In my local tree (and in the 3.4.x mingw tree), I have added a modification and
extension of this patch:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02296.html
I plan to follow up in stage 1 of 4.3
This patch silences the worst of the warnings. However, because of the
-pedantic switch, I still get warnings like
../../gcc/gcc/gcov-dump.c:408: warning: ISO C does not support the 'I64' printf
length modifier
-Wno-pedantic-errors doesn't work for me, so --disable-werror is still
necessary.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25502