|
From: | Greg Ward |
Subject: | [Openexr-devel] gcc 3.3 is golden |
Date: | Fri, 24 Oct 2003 22:36:51 -0700 |
I did see some suspicious warnings from the compiler that I hadn't seen before, though. Here is a sample:
ImfRgbaFile.cpp: In member function `void Imf::RgbaOutputFile::setFrameBuffer(const Imf::Rgba*, long unsigned int, long unsigned int)': ImfRgbaFile.cpp:186: warning: invalid access to non-static data member `Imf::Rgba::r' of NULL object ImfRgbaFile.cpp:186: warning: (perhaps the `offsetof' macro was used incorrectly)
Since the 3.3 compiler is freely available from Apple and it seems to be much more reliable than 3.2 (and even 3.1), we should recommend that as a solution to OS X developers.
-Greg
[Prev in Thread] | Current Thread | [Next in Thread] |