Re: [OMPI devel] [v1.8] illegal commas after last item in enum

2014-08-09 Thread Jeff Squyres (jsquyres)
Fixed in trunk in r32482; CMR'ed to v1.8. Thanks. On Aug 9, 2014, at 12:36 AM, Paul Hargrove wrote: > The Solaris Studio 12.3 C++ compiler warns about commas after the last item > in an enum. > While these commas are legal in C99, they are ILLEGAL in C++ prior to C++11 > > The warnings below

[OMPI devel] [v1.8] illegal commas after last item in enum

2014-08-09 Thread Paul Hargrove
The Solaris Studio 12.3 C++ compiler warns about commas after the last item in an enum. While these commas are legal in C99, they are ILLEGAL in C++ prior to C++11 The warnings below list the four instances I encountered while building the C++ bindings, but there might be others. -Paul "openmpi-