Removal of -pedantic and -pedantic-errors from acinclude.m4.in
Dirk Mueller
mueller at kde.org
Mon Aug 18 23:39:24 BST 2003
On Die, 19 Aug 2003, Michael Matz wrote:
> Yes, the behaviour change of -pedantic (warning --> errors) between 3.3.0
> and 3.3.1 is real, and I would call it a bug. I'm not so sure if this
> will get fixed, though, as other people differ in opinion if this is
> really a bug.
its a bug as in
$ echo "#include <string>" >> string.cc
$ g++ -pedantic -Wall -W -c string.cc
will not work with 3.3.1, while it worked with gcc <= 3.3.0 and gcc 3.4
(CVS)
--
Dirk
More information about the kde-core-devel
mailing list