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: Paul Eggert <eggert <at> cs.ucla.edu>
To: 7199 <at> debbugs.gnu.org
Subject: bug#7199: problem with Oct 10 snapshot on Solaris 10 with Sun cc
Date: Tue, 12 Oct 2010 12:20:03 -0700
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;

 enum argv_iter_err
 {






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.