Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Oct 23 12:35:31 /home/fs64/src/FirestormAnimesh/indra/newview/llvovolume.cpp: In member function ‘void LLVOVolume::setExtendedMeshFlags(U32)’:
  2. Oct 23 12:35:31 /home/fs64/src/FirestormAnimesh/indra/newview/llvovolume.cpp:3556:36: error: cast from ‘LLVOVolume*’ to ‘U32 {aka unsigned int}’ loses precision [-fpermissive]
  3. Oct 23 12:35:31 LL_DEBUGS("AXON") << (U32) this
  4. Oct 23 12:35:31 ^
  5. Oct 23 12:35:31 /home/fs64/src/FirestormAnimesh/indra/newview/llvovolume.cpp: In member function ‘virtual void LLVOVolume::parameterChanged(U16, LLNetworkData*, BOOL, bool)’:
  6. Oct 23 12:35:31 /home/fs64/src/FirestormAnimesh/indra/newview/llvovolume.cpp:4210:33: error: cast from ‘LLVOVolume*’ to ‘U32 {aka unsigned int}’ loses precision [-fpermissive]
  7. Oct 23 12:35:31 LL_INFOS() << (U32) this
  8. Oct 23 12:35:31 ^
  9. Oct 23 12:35:32 /home/fs64/src/FirestormAnimesh/indra/newview/llvovolume.cpp: In member function ‘virtual void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup*)’:
  10. Oct 23 12:35:32 /home/fs64/src/FirestormAnimesh/indra/newview/llvovolume.cpp:5338:61: error: cast from ‘LLVOVolume*’ to ‘U32 {aka unsigned int}’ loses precision [-fpermissive]
  11. Oct 23 12:35:32 std::string vobj_name = llformat("Vol%u", (U32) vobj);
  12. Oct 23 12:35:32 ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement