openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] g++ --pedantic flag


From: Florian Kainz
Subject: Re: [Openexr-devel] g++ --pedantic flag
Date: Wed, 20 Sep 2006 17:53:39 -0700
User-agent: Mozilla Thunderbird 1.0 (X11/20041207)

Hi Kai-Uwe,

I am not sure what the warning about the use of long long is supposed
to mean.  The function in question needs a 64-bit integer variable, and
on some systems "long long" is the only 64-bit integer type available.
I'll remove the offending comma in ImfEnvmap.h.

Florian


Kai-Uwe Behrmann wrote:
For testing compatibility I use the --pedantic flag. OpenEXR fails because of a smaller syntax error. Here the printout of a user:

In file included from /usr/include/OpenEXR/ImathMatrix.h:47,
                 from /usr/include/OpenEXR/ImfChromaticities.h:47,
from /usr/include/OpenEXR/ImfChromaticitiesAttribute.h:47,
                 from /usr/include/OpenEXR/ImfStandardAttributes.h:60,
                 from chroma_icc.cxx:24:
/usr/include/OpenEXR/ImathFun.h:266:19: warning: use of C99 long long
integer constant
/usr/include/OpenEXR/ImathFun.h:266:44: warning: use of C99 long long
integer constant
In file included from /usr/include/OpenEXR/ImfEnvmapAttribute.h:46,
                 from /usr/include/OpenEXR/ImfStandardAttributes.h:61,
                 from chroma_icc.cxx:24:
/usr/include/OpenEXR/ImfEnvmap.h:255: error: comma at end of enumerator list


regards
Kai-Uwe Behrmann
+ development for color management + imaging / panoramas
                                + email: address@hidden
                                + http://www.behrmann.name



_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]