Advertisement
Battery06

MSVC 2010 64bit warnings

Mar 14th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. Warning 1 warning C4244: '=' : conversion from 'float' to 'int', possible loss of data C:\Dev\blenderSVN\source\gameengine\Converter\BL_BlenderDataConversion.cpp 2362
  2. Warning 2 warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data C:\Dev\blenderSVN\source\gameengine\Converter\KX_ConvertProperties.cpp 204
  3. Warning 3 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Dev\BlenderBuild11\source\gameengine\BlenderRoutines\KX_BlenderInputDevice.obj
  4. Warning 4 warning C4244: 'argument' : conversion from 'Py_ssize_t' to 'int', possible loss of data C:\Dev\blenderSVN\source\gameengine\Ketsji\KX_PythonInit.cpp 707
  5. Warning 5 warning C4005: 'strto64' : macro redefinition c:\dev\blendersvn\extern\libmv\third_party\gflags\util.h 259
  6. Warning 6 warning C4005: 'strtou64' : macro redefinition c:\dev\blendersvn\extern\libmv\third_party\gflags\util.h 260
  7. Warning 7 warning C4005: 'strto64' : macro redefinition c:\dev\blendersvn\extern\libmv\third_party\gflags\util.h 259
  8. Warning 8 warning C4005: 'strtou64' : macro redefinition c:\dev\blendersvn\extern\libmv\third_party\gflags\util.h 260
  9. Warning 9 warning C4005: 'strto64' : macro redefinition c:\dev\blendersvn\extern\libmv\third_party\gflags\util.h 259
  10. Warning 10 warning C4005: 'strtou64' : macro redefinition c:\dev\blendersvn\extern\libmv\third_party\gflags\util.h 260
  11. Warning 11 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Dev\BlenderBuild11\intern\cycles\device\device_network.obj
  12. Warning 12 warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) C:\Dev\blenderSVN\source\blender\render\intern\source\initrender.c 308
  13. Warning 13 warning C4200: nonstandard extension used : zero-sized array in struct/union c:\dev\blendersvn\intern\dualcon\intern\octree.h 67
  14. Warning 14 warning C4200: nonstandard extension used : zero-sized array in struct/union c:\dev\blendersvn\intern\dualcon\intern\octree.h 96
  15. Warning 15 warning C4200: nonstandard extension used : zero-sized array in struct/union c:\dev\blendersvn\intern\dualcon\intern\octree.h 67
  16. Warning 16 warning C4200: nonstandard extension used : zero-sized array in struct/union c:\dev\blendersvn\intern\dualcon\intern\octree.h 96
  17. Warning 17 warning C4756: overflow in constant arithmetic c:\dev\blendersvn\intern\decimation\intern\lod_qsdecimator.cpp 188
  18. Warning 18 warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant C:\Dev\blenderSVN\intern\elbeem\intern\solver_main.cpp 567
  19. Warning 19 warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant C:\Dev\blenderSVN\intern\elbeem\intern\solver_main.cpp 609
  20. Warning 20 warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant C:\Dev\blenderSVN\intern\elbeem\intern\solver_main.cpp 1193
  21. Warning 21 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Dev\BlenderBuild11\source\blender\editors\space_api\space.obj
  22. Warning 22 warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data C:\Dev\blenderSVN\source\blender\blenloader\intern\readfile.c 5666
  23. Warning 23 warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data C:\Dev\blenderSVN\source\blender\avi\intern\avi.c 890
  24. Warning 24 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Dev\BlenderBuild11\source\blender\blenlib\math_vector_inline.obj
  25. Warning 25 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Dev\BlenderBuild11\source\blender\blenlib\math_geom_inline.obj
  26. Warning 26 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Dev\BlenderBuild11\source\blender\blenlib\math_base_inline.obj
  27. Warning 27 warning C4244: 'function' : conversion from 'int' to 'const float', possible loss of data C:\Dev\blenderSVN\source\blender\blenkernel\intern\pointcache.c 2305
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement