Guest User

Untitled

a guest
Jul 28th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. In file included from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/math/voxel/voxel_tree.h:38:0,
  2. from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/math/voxel.h:37,
  3. from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/renderer/kernel/shading/fastambientocclusion.h:40,
  4. from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/renderer/kernel/shading/fastambientocclusion.cpp:31:
  5. /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/math/voxel/voxel_node.h: In member function 'void foundation::voxel::Builder<Tree, Timer>::push_recurse(const ItemIntersector&, size_t, const AABBType&) [with ItemIntersector = renderer::{anonymous}::TriangleIntersector; Tree = foundation::voxel::Tree<float, 3>; Timer = foundation::DefaultWallclockTimer]':
  6. /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/math/voxel/voxel_node.h:120:12: error: 'left_node.foundation::voxel::Node<float>::m_info' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  7. m_info |= 0x00000003UL;
  8. ~~~~~~~^~~~~~~~~~~~~~~
  9. cc1plus: all warnings being treated as errors
  10. make[2]: *** [src/appleseed/CMakeFiles/appleseed.dir/build.make:7071: src/appleseed/CMakeFiles/appleseed.dir/renderer/kernel/shading/fastambientocclusion.cpp.o] Error 1
  11. make[1]: *** [CMakeFiles/Makefile2:118: src/appleseed/CMakeFiles/appleseed.dir/all] Error 2
  12. make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment