GNU bug report logs - #7199
problem with Oct 10 snapshot on Solaris 10 with Sun cc

Previous Next

Package: coreutils;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Tue, 12 Oct 2010 19:17:03 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jim Meyering <jim <at> meyering.net>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 7199 <at> debbugs.gnu.org
Subject: bug#7199: problem with Oct 10 snapshot on Solaris 10 with Sun cc
Date: Tue, 12 Oct 2010 21:58:42 +0200
Paul Eggert wrote:
> Here are the symptoms:
>
> "argv-iter.h", line 24: warning: useless declaration
>
> The following obvious patch fixes things.  The current
> code violates C99, so Sun cc is within its rights to
> reject it.
>
> --- argv-iter.h~        2010-06-10 09:45:26.000000000 -0700
> +++ argv-iter.h 2010-10-12 12:14:44.400156864 -0700
> @@ -21,7 +21,6 @@
>  #include "arg-nonnull.h"
>
>  struct argv_iterator;
> -enum argv_iter_err;

Obviously harmless improvement.
Please push that, too.




This bug report was last modified 14 years and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.