[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget1.14: warc.c: compilation fails due to C++ comments
From: |
Tim Ruehsen |
Subject: |
Re: [Bug-wget] wget1.14: warc.c: compilation fails due to C++ comments |
Date: |
Thu, 18 Apr 2013 09:05:17 +0200 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
Am Wednesday 17 April 2013 schrieb Giuseppe Scrivano:
> Martin Baute <address@hidden> writes:
> > Dear Maintainers,
> >
> > I would like to confirm the issue mentioned below, for wget 1.14 on
> > AIX 6.1, configured with --disable-ssl using v11.1 of IBM's XL C for
> > AIX.
> >
> > I also can confirm that this is a regression from wget 1.13.4, which
> > compiles
> > without problems.
>
> Thanks for your report. This was already fixed in the source repository
> and the fix will be part of the next release.
As I understood, Wget 1.14 aims to be c89/c90 compatible ?
If yes, is there any interest to get these issues fixed ?
warc.c:160:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
warc.c:260:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
... many more ...
We have similar issues in retr.c, main.c, html.c and some more.
Regards, Tim