I just can't win at this, can I? OK, making that change and pushing it out.
On Jan 8, 2014, at 10:51 AM, Richard Shaw <[email protected]> wrote: > On Wed, Jan 8, 2014 at 11:24 AM, Larry Gritz <[email protected]> wrote: > So sorry, can you do one last check for me? Turns out this new option > doesn't exist for older gcc's and will cause a build break for us older > compilers. Can you just verify this alternative: > > if (CMAKE_COMPILER_IS_GNUCC AND (NOT ${GCC_VERSION} VERSION_LESS 4.8)) > # suppress a warning that Boost::Python hits in g++ 4.8 > add_definitions ("-Werror=unused-local-typedefs") > endif () > > One note, I believe it should be "-Wno-error=..." not "-Werror=..." > > Thanks, > Richard > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- Larry Gritz [email protected]
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
