PonyDeluxe / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Compilation fails using C++11 due to narrowing conversion #310

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile alembic using clang++ or gcc on OSX. 

What is the expected output? What do you see instead?
Alembic should compile, but will not due to narrowing conversion errors in 
Scene.cpp

What version of the product are you using? On what operating system?
Alembic Version 1.1.5. OSX 10.8.4

Please provide any additional information below.
The attached patch solves the problem.

Original issue reported on code.google.com by cornelis.jens@gmail.com on 17 Jul 2013 at 8:46

Attachments:

GoogleCodeExporter commented 8 years ago
Change made here:
https://code.google.com/r/millerlucas-dev/source/detail?r=c8861ebccae35bbbd62578
8b2baf97d4eed233a5

Original comment by miller.lucas on 17 Jul 2013 at 4:38

GoogleCodeExporter commented 8 years ago

Original comment by miller.lucas on 28 Aug 2013 at 4:50