[HP-UX 11.31] trailing comma in an enum in <stdlib.h>
-----------------------------------------------------

                 Key: STDCXX-444
                 URL: https://issues.apache.org/jira/browse/STDCXX-444
             Project: C++ Standard Library
          Issue Type: Bug
          Components: External
         Environment: HP aCC 3.73/HP-UX 11.31
            Reporter: Martin Sebor


-------- Original Message --------
Subject: trailing comma in an enum in stdlib.h on 11.31
Date: Thu, 07 Jun 2007 12:20:29 -0600
From: Martin Sebor <[EMAIL PROTECTED]>
Organization: Rogue Wave Software
To: [EMAIL PROTECTED]

Hi,

We're seeing the warning below in our 11.31 builds. I'm
sure this must be fixed by now. Are we missing a patch?

Thanks
Martin

$ uname -sr && cat t.c && aCC -V t.c
HP-UX B.11.31
#include <stdlib.h>

int main () { }
aCC: HP ANSI C++ B3910B A.03.73
Warning 921: "/usr/include/stdlib.h", line 606 # A trailing comma is not 
allowed in an enumeration.
     AR_ARENA_OPEN=0,            /* open a session for obtaining memo
     ^^^^^^^^^^^^^^^^^^^^^^^^^
92453-07 linker command s800.sgs ld PA64 B.11.58 REL 060929
/usr/ccs/bin/ld: 92453-07 linker linker ld B.11.59.01 061205
ac


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to