[Bf-taskforce25] makesrna crash - scons + msvc

Joshua Leung aligorith at gmail.com
Wed Feb 18 04:29:31 CET 2009


Hi,

makesrna crashes here on a clean build when using scons + msvc with
scons: ***
[C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_action_gen.c]
Error -1073741819

I've also attached here the scons output up to this point. Note the many
warnings throughout many parts of the code.

Aligorith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-taskforce25/attachments/20090218/5db97ad2/attachment-0001.htm 
-------------- next part --------------
scons: Reading SConscript files ...
Command-line arguments
	BF_CONFIG = msvc-user-config.py
Command-line targets
	No targets given, using default
Using config file: config\win32-vc-config.py
Using user-config file: msvc-user-config.py
Build with 1 parallel jobs
Building in ..\buildvc\
Configuring library bf_soundsystem
Configuring library bf_string
Configuring library bf_ghost
Configuring library bf_guardedalloc
Configuring library bf_bmfont
Configuring library bf_moto
Configuring library blender_CTR
Configuring library bf_memutil
Configuring library bf_decimation
Configuring library bf_IK
Configuring library blender_bop
Configuring library blender_ONL
Configuring library blender_BSP
Configuring library extern_glew
Configuring library extern_bullet2linmath
Configuring library extern_bullet2dynamics
Configuring library extern_bullet2collision_broadphase
Configuring library extern_bullet2collision_dispatch
Configuring library extern_bullet2collision_gimpact
Configuring library extern_bullet2collision_shapes
Configuring library extern_bullet2collision_narrowphase
Configuring library extern_bullet2softbody
Configuring library extern_ftgl
Configuring library extern_openjpeg
Configuring library bf_avi
Configuring library bf_blenkernel
Configuring library bf_blenlib
Configuring library bf_blenloader
Configuring library bf_blenpluginapi
Configuring library bf_gpu
Configuring library bf_editor_datafiles
Configuring library bf_editors_space_api
Configuring library bf_editors_util
Configuring library bf_editors_interface
Configuring library bf_editors_animation
Configuring library bf_editors_armature
Configuring library bf_editors_mesh
Configuring library bf_editors_object
Configuring library bf_editors_curve
Configuring library bf_editors_gpencil
Configuring library bf_editors_physics
Configuring library bf_editors_preview
Configuring library bf_editors_space_buttons
Configuring library bf_editors_space_file
Configuring library bf_editors_space_image
Configuring library bf_editors_space_info
Configuring library bf_editors_space_graph
Configuring library bf_editors_space_node
Configuring library bf_editors_space_outliner
Configuring library bf_editors_space_time
Configuring library bf_editors_space_view3d
Configuring library bf_editors_space_sound
Configuring library bf_editors_space_action
Configuring library bf_editors_space_nla
Configuring library bf_editors_space_script
Configuring library bf_editors_space_text
Configuring library bf_editors_space_sequencer
Configuring library bf_editors_transform
Configuring library bf_editors_screen
Configuring library bf_editors_sculpt
Configuring library bf_editors_uvedit
Configuring library bf_imbuf
Configuring library bf_cineon
Configuring library bf_dna
Configuring library bf_rna
Configuring library bf_radiosity
Configuring library bf_readblenfile
Configuring library bf_render
Configuring library bf_nodes
Configuring library bf_cmpnodes
Configuring library bf_shdnodes
Configuring library bf_texnodes
Configuring library bf_windowmanager
Configuring library bf_blenfont
Configuring library bf_python
Configuring library bf_ftfont
Configuring library bf_dds
Configuring library bf_openexr
Configuring library bf_kernel
Configuring library bf_creator
Configuring resource winresource
Configuring program blender
>>> ..\installvc release/plugins bmake
>>> ..\installvc release/plugins Makefile
>>> ..\installvc release/plugins\sequence blur.c
>>> ..\installvc release/plugins\sequence color-correction-hsv.c
>>> ..\installvc release/plugins\sequence color-correction-yuv.c
>>> ..\installvc release/plugins\sequence dnr.c
>>> ..\installvc release/plugins\sequence gamma.c
>>> ..\installvc release/plugins\sequence Makefile
>>> ..\installvc release/plugins\sequence scatter.c
>>> ..\installvc release/plugins\texture clouds2.c
>>> ..\installvc release/plugins\texture Makefile
>>> ..\installvc release/plugins\texture tiles.c
scons: done reading SConscript files.
scons: Building targets ...
Compiling ==> 'SND_DummyDevice.cpp'
SND_DummyDevice.cpp
Compiling ==> 'SND_AudioDevice.cpp'
SND_AudioDevice.cpp
Compiling ==> 'SND_C-api.cpp'
SND_C-api.cpp
Compiling ==> 'SND_CDObject.cpp'
SND_CDObject.cpp
Compiling ==> 'SND_DeviceManager.cpp'
SND_DeviceManager.cpp
intern\SoundSystem\intern\SND_DeviceManager.cpp(140) : warning C4065: switch statement contains 'default' but no 'case' labels
Compiling ==> 'SND_IdObject.cpp'
SND_IdObject.cpp
Compiling ==> 'SND_Scene.cpp'
SND_Scene.cpp
intern\SoundSystem\intern\SND_Scene.cpp(219) : warning C4244: 'argument' : conversion from 'MT_Scalar' to 'float', possible loss of data
Compiling ==> 'SND_SoundListener.cpp'
SND_SoundListener.cpp
Compiling ==> 'SND_SoundObject.cpp'
SND_SoundObject.cpp
Compiling ==> 'SND_Utils.cpp'
SND_Utils.cpp
Compiling ==> 'SND_WaveCache.cpp'
SND_WaveCache.cpp
Compiling ==> 'SND_WaveSlot.cpp'
SND_WaveSlot.cpp
Linking library ==> 'bf_soundsystem.lib'
Compiling ==> 'STR_String.cpp'
STR_String.cpp
intern\string\intern\STR_String.cpp(487) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
Linking library ==> 'bf_string.lib'
Compiling ==> 'GHOST_Buttons.cpp'
GHOST_Buttons.cpp
Compiling ==> 'GHOST_C-api.cpp'
GHOST_C-api.cpp
Compiling ==> 'GHOST_CallbackEventConsumer.cpp'
GHOST_CallbackEventConsumer.cpp
Compiling ==> 'GHOST_DisplayManager.cpp'
GHOST_DisplayManager.cpp
Compiling ==> 'GHOST_DisplayManagerWin32.cpp'
GHOST_DisplayManagerWin32.cpp
Compiling ==> 'GHOST_EventManager.cpp'
GHOST_EventManager.cpp
Compiling ==> 'GHOST_EventPrinter.cpp'
GHOST_EventPrinter.cpp
Compiling ==> 'GHOST_ISystem.cpp'
GHOST_ISystem.cpp
Compiling ==> 'GHOST_ModifierKeys.cpp'
GHOST_ModifierKeys.cpp
Compiling ==> 'GHOST_NDOFManager.cpp'
GHOST_NDOFManager.cpp
Compiling ==> 'GHOST_Rect.cpp'
GHOST_Rect.cpp
Compiling ==> 'GHOST_System.cpp'
GHOST_System.cpp
Compiling ==> 'GHOST_SystemWin32.cpp'
GHOST_SystemWin32.cpp
Compiling ==> 'GHOST_TimerManager.cpp'
GHOST_TimerManager.cpp
Compiling ==> 'GHOST_Window.cpp'
GHOST_Window.cpp
Compiling ==> 'GHOST_WindowManager.cpp'
GHOST_WindowManager.cpp
Compiling ==> 'GHOST_WindowWin32.cpp'
GHOST_WindowWin32.cpp
Linking library ==> 'bf_ghost.lib'
Compiling ==> 'mallocn.c'
mallocn.c
Compiling ==> 'mmap_win.c'
mmap_win.c
Linking library ==> 'bf_guardedalloc.lib'
Compiling ==> 'BMF_Api.cpp'
BMF_Api.cpp
Compiling ==> 'BMF_BitmapFont.cpp'
BMF_BitmapFont.cpp
Compiling ==> 'BMF_font_helv10.cpp'
BMF_font_helv10.cpp
Compiling ==> 'BMF_font_helv12.cpp'
BMF_font_helv12.cpp
Compiling ==> 'BMF_font_helvb10.cpp'
BMF_font_helvb10.cpp
Compiling ==> 'BMF_font_helvb12.cpp'
BMF_font_helvb12.cpp
Compiling ==> 'BMF_font_helvb14.cpp'
BMF_font_helvb14.cpp
Compiling ==> 'BMF_font_helvb8.cpp'
BMF_font_helvb8.cpp
Compiling ==> 'BMF_font_scr12.cpp'
BMF_font_scr12.cpp
Compiling ==> 'BMF_font_scr14.cpp'
BMF_font_scr14.cpp
Compiling ==> 'BMF_font_scr15.cpp'
BMF_font_scr15.cpp
Linking library ==> 'bf_bmfont.lib'
Compiling ==> 'MT_Assert.cpp'
MT_Assert.cpp
Compiling ==> 'MT_CmMatrix4x4.cpp'
MT_CmMatrix4x4.cpp
Compiling ==> 'MT_Matrix3x3.cpp'
MT_Matrix3x3.cpp
Compiling ==> 'MT_Matrix4x4.cpp'
MT_Matrix4x4.cpp
Compiling ==> 'MT_Plane3.cpp'
MT_Plane3.cpp
Compiling ==> 'MT_Point3.cpp'
MT_Point3.cpp
Compiling ==> 'MT_Quaternion.cpp'
MT_Quaternion.cpp
Compiling ==> 'MT_random.cpp'
MT_random.cpp
Compiling ==> 'MT_Transform.cpp'
MT_Transform.cpp
Compiling ==> 'MT_Vector2.cpp'
MT_Vector2.cpp
Compiling ==> 'MT_Vector3.cpp'
MT_Vector3.cpp
Compiling ==> 'MT_Vector4.cpp'
MT_Vector4.cpp
Linking library ==> 'bf_moto.lib'
Compiling ==> 'CTR_List.cpp'
CTR_List.cpp
Linking library ==> 'blender_CTR.lib'
Compiling ==> 'MEM_CacheLimiterC-Api.cpp'
MEM_CacheLimiterC-Api.cpp
Compiling ==> 'MEM_RefCountedC-Api.cpp'
MEM_RefCountedC-Api.cpp
Linking library ==> 'bf_memutil.lib'
Compiling ==> 'LOD_decimation.cpp'
LOD_decimation.cpp
Compiling ==> 'LOD_EdgeCollapser.cpp'
LOD_EdgeCollapser.cpp
Compiling ==> 'LOD_ExternNormalEditor.cpp'
LOD_ExternNormalEditor.cpp
Compiling ==> 'LOD_FaceNormalEditor.cpp'
LOD_FaceNormalEditor.cpp
Compiling ==> 'LOD_ManMesh2.cpp'
LOD_ManMesh2.cpp
Compiling ==> 'LOD_MeshPrimitives.cpp'
LOD_MeshPrimitives.cpp
Compiling ==> 'LOD_QSDecimator.cpp'
LOD_QSDecimator.cpp
intern\decimation\intern\LOD_QSDecimator.cpp(188) : warning C4244: '=' : conversion from 'const MT_Scalar' to 'float', possible loss of data
c:\blenderdev\b250\blender\intern\decimation\intern\lod_qsdecimator.cpp(188) : warning C4756: overflow in constant arithmetic
c:\blenderdev\b250\blender\intern\decimation\intern\lod_qsdecimator.cpp(188) : warning C4756: overflow in constant arithmetic
Compiling ==> 'LOD_QuadricEditor.cpp'
LOD_QuadricEditor.cpp
Linking library ==> 'bf_decimation.lib'
Compiling ==> 'IK_QJacobian.cpp'
IK_QJacobian.cpp
c:\blenderdev\b250\blender\intern\iksolver\intern\TNT/svd.h(54) : warning C4996: 'hypot': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _hypot. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(455) : see declaration of 'hypot'
        intern\iksolver\intern\IK_QJacobian.cpp(122) : see reference to function template instantiation 'void TNT::SVD<IK_QJacobian::TMatrix,IK_QJacobian::TVector>(MaTRiX &,MaTRiX &,VecToR &,MaTRiX &,VecToR &,VecToR &,int)' being compiled
        with
        [
            MaTRiX=IK_QJacobian::TMatrix,
            VecToR=IK_QJacobian::TVector
        ]
c:\blenderdev\b250\blender\intern\iksolver\intern\TNT/svd.h(102) : warning C4996: 'hypot': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _hypot. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(455) : see declaration of 'hypot'
c:\blenderdev\b250\blender\intern\iksolver\intern\TNT/svd.h(281) : warning C4996: 'hypot': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _hypot. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(455) : see declaration of 'hypot'
c:\blenderdev\b250\blender\intern\iksolver\intern\TNT/svd.h(305) : warning C4996: 'hypot': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _hypot. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(455) : see declaration of 'hypot'
c:\blenderdev\b250\blender\intern\iksolver\intern\TNT/svd.h(351) : warning C4996: 'hypot': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _hypot. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(455) : see declaration of 'hypot'
c:\blenderdev\b250\blender\intern\iksolver\intern\TNT/svd.h(368) : warning C4996: 'hypot': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _hypot. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(455) : see declaration of 'hypot'
Compiling ==> 'IK_QJacobianSolver.cpp'
IK_QJacobianSolver.cpp
intern\iksolver\intern\IK_QJacobianSolver.cpp(48) : warning C4244: '+=' : conversion from 'const MT_Scalar' to 'float', possible loss of data
intern\iksolver\intern\IK_QJacobianSolver.cpp(186) : warning C4244: 'return' : conversion from 'MT_Scalar' to 'float', possible loss of data
intern\iksolver\intern\IK_QJacobianSolver.cpp(323) : warning C4244: 'initializing' : conversion from 'MT_Scalar' to 'float', possible loss of data
Compiling ==> 'IK_QSegment.cpp'
IK_QSegment.cpp
intern\iksolver\intern\IK_QSegment.cpp(1003) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
Compiling ==> 'IK_QTask.cpp'
IK_QTask.cpp
Compiling ==> 'IK_Solver.cpp'
IK_Solver.cpp
intern\iksolver\intern\IK_Solver.cpp(199) : warning C4305: '=' : truncation from 'double' to 'float'
intern\iksolver\intern\IK_Solver.cpp(331) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
Compiling ==> 'MT_ExpMap.cpp'
MT_ExpMap.cpp
Linking library ==> 'bf_IK.lib'
Compiling ==> 'BOP_BBox.cpp'
BOP_BBox.cpp
Compiling ==> 'BOP_BSPNode.cpp'
BOP_BSPNode.cpp
Compiling ==> 'BOP_BSPTree.cpp'
BOP_BSPTree.cpp
Compiling ==> 'BOP_Edge.cpp'
BOP_Edge.cpp
Compiling ==> 'BOP_Face.cpp'
BOP_Face.cpp
Compiling ==> 'BOP_Face2Face.cpp'
BOP_Face2Face.cpp
Compiling ==> 'BOP_Interface.cpp'
BOP_Interface.cpp
Compiling ==> 'BOP_MathUtils.cpp'
BOP_MathUtils.cpp
intern\boolop\intern\BOP_MathUtils.cpp(55) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'BOP_Merge.cpp'
BOP_Merge.cpp
Compiling ==> 'BOP_Merge2.cpp'
BOP_Merge2.cpp
Compiling ==> 'BOP_Mesh.cpp'
BOP_Mesh.cpp
Compiling ==> 'BOP_Segment.cpp'
BOP_Segment.cpp
Compiling ==> 'BOP_Splitter.cpp'
BOP_Splitter.cpp
Compiling ==> 'BOP_Tag.cpp'
BOP_Tag.cpp
Compiling ==> 'BOP_Triangulator.cpp'
BOP_Triangulator.cpp
Compiling ==> 'BOP_Vertex.cpp'
BOP_Vertex.cpp
Linking library ==> 'blender_bop.lib'
Compiling ==> 'opennl.c'
opennl.c
intern\opennl\intern\opennl.c(564) : warning C4018: '<' : signed/unsigned mismatch
intern\opennl\intern\opennl.c(952) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(952) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(953) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(953) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(967) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(967) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(973) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(973) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(988) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(988) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(994) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(994) : warning C4244: 'function' : conversion from 'NLuint' to 'float', possible loss of data
intern\opennl\intern\opennl.c(1191) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
intern\opennl\intern\opennl.c(1212) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'colamd.c'
colamd.c
intern\opennl\superlu\colamd.c(1114) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
intern\opennl\superlu\colamd.c(1115) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'get_perm_c.c'
get_perm_c.c
Compiling ==> 'heap_relax_snode.c'
heap_relax_snode.c
Compiling ==> 'lsame.c'
lsame.c
Compiling ==> 'memory.c'
memory.c
Compiling ==> 'mmd.c'
mmd.c
Compiling ==> 'relax_snode.c'
relax_snode.c
Compiling ==> 'scolumn_bmod.c'
scolumn_bmod.c
Compiling ==> 'scolumn_dfs.c'
scolumn_dfs.c
Compiling ==> 'scopy_to_ucol.c'
scopy_to_ucol.c
Compiling ==> 'sgssv.c'
sgssv.c
Compiling ==> 'sgstrf.c'
sgstrf.c
intern\opennl\superlu\sgstrf.c(310) : warning C4244: 'function' : conversion from 'double' to 'const float', possible loss of data
intern\opennl\superlu\sgstrf.c(365) : warning C4244: 'function' : conversion from 'double' to 'const float', possible loss of data
Compiling ==> 'sgstrs.c'
sgstrs.c
Compiling ==> 'smemory.c'
smemory.c
intern\opennl\superlu\smemory.c(189) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
intern\opennl\superlu\smemory.c(474) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
intern\opennl\superlu\smemory.c(491) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
intern\opennl\superlu\smemory.c(530) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'smyblas2.c'
smyblas2.c
Compiling ==> 'spanel_bmod.c'
spanel_bmod.c
Compiling ==> 'spanel_dfs.c'
spanel_dfs.c
Compiling ==> 'spivotL.c'
spivotL.c
intern\opennl\superlu\spivotL.c(108) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
intern\opennl\superlu\spivotL.c(129) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
intern\opennl\superlu\spivotL.c(138) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
intern\opennl\superlu\spivotL.c(167) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'spruneL.c'
spruneL.c
Compiling ==> 'sp_coletree.c'
sp_coletree.c
Compiling ==> 'sp_ienv.c'
sp_ienv.c
Compiling ==> 'sp_preorder.c'
sp_preorder.c
Compiling ==> 'ssnode_bmod.c'
ssnode_bmod.c
Compiling ==> 'ssnode_dfs.c'
ssnode_dfs.c
Compiling ==> 'ssp_blas2.c'
ssp_blas2.c
Compiling ==> 'ssp_blas3.c'
ssp_blas3.c
Compiling ==> 'strsv.c'
strsv.c
Compiling ==> 'superlu_timer.c'
superlu_timer.c
Compiling ==> 'sutil.c'
sutil.c
intern\opennl\superlu\sutil.c(422) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
intern\opennl\superlu\sutil.c(423) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'util.c'
util.c
intern\opennl\superlu\util.c(332) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
intern\opennl\superlu\util.c(339) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
intern\opennl\superlu\util.c(340) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
intern\opennl\superlu\util.c(349) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
intern\opennl\superlu\util.c(354) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'xerbla.c'
xerbla.c
Linking library ==> 'blender_ONL.lib'
Using tempfile c:\users\joshua\appdata\local\temp\tmpiufzg9.lnk for command line:
lib /nologo /OUT:C:\blenderdev\b250\buildvc\lib\blender_ONL.lib C:\blenderdev\b250\buildvc\intern\opennl\intern\opennl.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\colamd.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\get_perm_c.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\heap_relax_snode.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\lsame.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\memory.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\mmd.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\relax_snode.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\scolumn_bmod.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\scolumn_dfs.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\scopy_to_ucol.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sgssv.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sgstrf.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sgstrs.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\smemory.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\smyblas2.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\spanel_bmod.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\spanel_dfs.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\spivotL.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\spruneL.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sp_coletree.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sp_ienv.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sp_preorder.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\ssnode_bmod.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\ssnode_dfs.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\ssp_blas2.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\ssp_blas3.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\strsv.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\superlu_timer.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\sutil.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\util.obj C:\blenderdev\b250\buildvc\intern\opennl\superlu\xerbla.obj
Compiling ==> 'BSP_CSGMesh.cpp'
BSP_CSGMesh.cpp
Compiling ==> 'BSP_MeshPrimitives.cpp'
BSP_MeshPrimitives.cpp
Compiling ==> 'CSG_BooleanOps.cpp'
CSG_BooleanOps.cpp
Linking library ==> 'blender_BSP.lib'
Compiling ==> 'glew.c'
glew.c
Linking library ==> 'extern_glew.lib'
Compiling ==> 'btAlignedAllocator.cpp'
btAlignedAllocator.cpp
Compiling ==> 'btConvexHull.cpp'
btConvexHull.cpp
extern\bullet2\src\LinearMath\btConvexHull.cpp(1138) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'btGeometryUtil.cpp'
btGeometryUtil.cpp
Compiling ==> 'btQuickprof.cpp'
btQuickprof.cpp
Linking library ==> 'extern_bullet2linmath.lib'
Compiling ==> 'btRaycastVehicle.cpp'
btRaycastVehicle.cpp
Compiling ==> 'btWheelInfo.cpp'
btWheelInfo.cpp
Compiling ==> 'btConeTwistConstraint.cpp'
btConeTwistConstraint.cpp
Compiling ==> 'btContactConstraint.cpp'
btContactConstraint.cpp
Compiling ==> 'btGeneric6DofConstraint.cpp'
btGeneric6DofConstraint.cpp
Compiling ==> 'btHingeConstraint.cpp'
btHingeConstraint.cpp
Compiling ==> 'btPoint2PointConstraint.cpp'
btPoint2PointConstraint.cpp
Compiling ==> 'btSequentialImpulseConstraintSolver.cpp'
btSequentialImpulseConstraintSolver.cpp
Compiling ==> 'btSliderConstraint.cpp'
btSliderConstraint.cpp
Compiling ==> 'btSolve2LinearConstraint.cpp'
btSolve2LinearConstraint.cpp
Compiling ==> 'btTypedConstraint.cpp'
btTypedConstraint.cpp
Compiling ==> 'btContinuousDynamicsWorld.cpp'
btContinuousDynamicsWorld.cpp
Compiling ==> 'btDiscreteDynamicsWorld.cpp'
btDiscreteDynamicsWorld.cpp
Compiling ==> 'btRigidBody.cpp'
btRigidBody.cpp
Compiling ==> 'btSimpleDynamicsWorld.cpp'
btSimpleDynamicsWorld.cpp
Compiling ==> 'Bullet-C-API.cpp'
Bullet-C-API.cpp
Linking library ==> 'extern_bullet2dynamics.lib'
Compiling ==> 'btAxisSweep3.cpp'
btAxisSweep3.cpp
Compiling ==> 'btBroadphaseProxy.cpp'
btBroadphaseProxy.cpp
Compiling ==> 'btCollisionAlgorithm.cpp'
btCollisionAlgorithm.cpp
Compiling ==> 'btDbvt.cpp'
btDbvt.cpp
Compiling ==> 'btDbvtBroadphase.cpp'
btDbvtBroadphase.cpp
Compiling ==> 'btDispatcher.cpp'
btDispatcher.cpp
Compiling ==> 'btMultiSapBroadphase.cpp'
btMultiSapBroadphase.cpp
Compiling ==> 'btOverlappingPairCache.cpp'
btOverlappingPairCache.cpp
Compiling ==> 'btQuantizedBvh.cpp'
btQuantizedBvh.cpp
Compiling ==> 'btSimpleBroadphase.cpp'
btSimpleBroadphase.cpp
Linking library ==> 'extern_bullet2collision_broadphase.lib'
Compiling ==> 'btBoxBoxCollisionAlgorithm.cpp'
btBoxBoxCollisionAlgorithm.cpp
Compiling ==> 'btBoxBoxDetector.cpp'
btBoxBoxDetector.cpp
Compiling ==> 'btCollisionDispatcher.cpp'
btCollisionDispatcher.cpp
Compiling ==> 'btCollisionObject.cpp'
btCollisionObject.cpp
Compiling ==> 'btCollisionWorld.cpp'
btCollisionWorld.cpp
Compiling ==> 'btCompoundCollisionAlgorithm.cpp'
btCompoundCollisionAlgorithm.cpp
Compiling ==> 'btConvexConcaveCollisionAlgorithm.cpp'
btConvexConcaveCollisionAlgorithm.cpp
Compiling ==> 'btConvexConvexAlgorithm.cpp'
btConvexConvexAlgorithm.cpp
Compiling ==> 'btConvexPlaneCollisionAlgorithm.cpp'
btConvexPlaneCollisionAlgorithm.cpp
Compiling ==> 'btDefaultCollisionConfiguration.cpp'
btDefaultCollisionConfiguration.cpp
Compiling ==> 'btEmptyCollisionAlgorithm.cpp'
btEmptyCollisionAlgorithm.cpp
Compiling ==> 'btManifoldResult.cpp'
btManifoldResult.cpp
Compiling ==> 'btSimulationIslandManager.cpp'
btSimulationIslandManager.cpp
Compiling ==> 'btSphereBoxCollisionAlgorithm.cpp'
btSphereBoxCollisionAlgorithm.cpp
Compiling ==> 'btSphereSphereCollisionAlgorithm.cpp'
btSphereSphereCollisionAlgorithm.cpp
Compiling ==> 'btSphereTriangleCollisionAlgorithm.cpp'
btSphereTriangleCollisionAlgorithm.cpp
Compiling ==> 'btUnionFind.cpp'
btUnionFind.cpp
Compiling ==> 'SphereTriangleDetector.cpp'
SphereTriangleDetector.cpp
Linking library ==> 'extern_bullet2collision_dispatch.lib'
Using tempfile c:\users\joshua\appdata\local\temp\tmpramuqr.lnk for command line:
lib /nologo /OUT:C:\blenderdev\b250\buildvc\lib\extern_bullet2collision_dispatch.lib C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btCollisionObject.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btCollisionWorld.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btManifoldResult.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\btUnionFind.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.obj
Compiling ==> 'btContactProcessing.cpp'
btContactProcessing.cpp
Compiling ==> 'btGenericPoolAllocator.cpp'
btGenericPoolAllocator.cpp
Compiling ==> 'btGImpactBvh.cpp'
btGImpactBvh.cpp
Compiling ==> 'btGImpactCollisionAlgorithm.cpp'
btGImpactCollisionAlgorithm.cpp
Compiling ==> 'btGImpactQuantizedBvh.cpp'
btGImpactQuantizedBvh.cpp
Compiling ==> 'btGImpactShape.cpp'
btGImpactShape.cpp
Compiling ==> 'btTriangleShapeEx.cpp'
btTriangleShapeEx.cpp
Compiling ==> 'gim_box_set.cpp'
gim_box_set.cpp
Compiling ==> 'gim_contact.cpp'
gim_contact.cpp
Compiling ==> 'gim_memory.cpp'
gim_memory.cpp
Compiling ==> 'gim_tri_collision.cpp'
gim_tri_collision.cpp
Linking library ==> 'extern_bullet2collision_gimpact.lib'
Compiling ==> 'btBoxShape.cpp'
btBoxShape.cpp
Compiling ==> 'btBvhTriangleMeshShape.cpp'
btBvhTriangleMeshShape.cpp
Compiling ==> 'btCapsuleShape.cpp'
btCapsuleShape.cpp
Compiling ==> 'btCollisionShape.cpp'
btCollisionShape.cpp
Compiling ==> 'btCompoundShape.cpp'
btCompoundShape.cpp
Compiling ==> 'btConcaveShape.cpp'
btConcaveShape.cpp
Compiling ==> 'btConeShape.cpp'
btConeShape.cpp
Compiling ==> 'btConvexHullShape.cpp'
btConvexHullShape.cpp
Compiling ==> 'btConvexInternalShape.cpp'
btConvexInternalShape.cpp
Compiling ==> 'btConvexShape.cpp'
btConvexShape.cpp
Compiling ==> 'btConvexTriangleMeshShape.cpp'
btConvexTriangleMeshShape.cpp
Compiling ==> 'btCylinderShape.cpp'
btCylinderShape.cpp
Compiling ==> 'btEmptyShape.cpp'
btEmptyShape.cpp
Compiling ==> 'btHeightfieldTerrainShape.cpp'
btHeightfieldTerrainShape.cpp
Compiling ==> 'btMinkowskiSumShape.cpp'
btMinkowskiSumShape.cpp
Compiling ==> 'btMultimaterialTriangleMeshShape.cpp'
btMultimaterialTriangleMeshShape.cpp
Compiling ==> 'btMultiSphereShape.cpp'
btMultiSphereShape.cpp
Compiling ==> 'btOptimizedBvh.cpp'
btOptimizedBvh.cpp
Compiling ==> 'btPolyhedralConvexShape.cpp'
btPolyhedralConvexShape.cpp
Compiling ==> 'btScaledBvhTriangleMeshShape.cpp'
btScaledBvhTriangleMeshShape.cpp
Compiling ==> 'btShapeHull.cpp'
btShapeHull.cpp
Compiling ==> 'btSphereShape.cpp'
btSphereShape.cpp
Compiling ==> 'btStaticPlaneShape.cpp'
btStaticPlaneShape.cpp
Compiling ==> 'btStridingMeshInterface.cpp'
btStridingMeshInterface.cpp
Compiling ==> 'btTetrahedronShape.cpp'
btTetrahedronShape.cpp
Compiling ==> 'btTriangleBuffer.cpp'
btTriangleBuffer.cpp
Compiling ==> 'btTriangleCallback.cpp'
btTriangleCallback.cpp
Compiling ==> 'btTriangleIndexVertexArray.cpp'
btTriangleIndexVertexArray.cpp
Compiling ==> 'btTriangleIndexVertexMaterialArray.cpp'
btTriangleIndexVertexMaterialArray.cpp
Compiling ==> 'btTriangleMesh.cpp'
btTriangleMesh.cpp
Compiling ==> 'btTriangleMeshShape.cpp'
btTriangleMeshShape.cpp
Compiling ==> 'btUniformScalingShape.cpp'
btUniformScalingShape.cpp
Linking library ==> 'extern_bullet2collision_shapes.lib'
Using tempfile c:\users\joshua\appdata\local\temp\tmp8nv6nx.lnk for command line:
lib /nologo /OUT:C:\blenderdev\b250\buildvc\lib\extern_bullet2collision_shapes.lib C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btBoxShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btCapsuleShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btCollisionShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btCompoundShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btConcaveShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btConeShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btConvexHullShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btConvexInternalShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btConvexShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btCylinderShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btEmptyShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btMultiSphereShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btOptimizedBvh.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btShapeHull.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btSphereShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btStaticPlaneShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btStridingMeshInterface.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTetrahedronShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTriangleBuffer.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTriangleCallback.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTriangleMesh.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btTriangleMeshShape.obj C:\blenderdev\b250\buildvc\extern\bullet2\src\BulletCollision\CollisionShapes\btUniformScalingShape.obj
btConvexShape.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
Compiling ==> 'btContinuousConvexCollision.cpp'
btContinuousConvexCollision.cpp
Compiling ==> 'btConvexCast.cpp'
btConvexCast.cpp
Compiling ==> 'btGjkConvexCast.cpp'
btGjkConvexCast.cpp
Compiling ==> 'btGjkEpa.cpp'
btGjkEpa.cpp
Compiling ==> 'btGjkEpa2.cpp'
btGjkEpa2.cpp
Compiling ==> 'btGjkEpaPenetrationDepthSolver.cpp'
btGjkEpaPenetrationDepthSolver.cpp
Compiling ==> 'btGjkPairDetector.cpp'
btGjkPairDetector.cpp
Compiling ==> 'btMinkowskiPenetrationDepthSolver.cpp'
btMinkowskiPenetrationDepthSolver.cpp
Compiling ==> 'btPersistentManifold.cpp'
btPersistentManifold.cpp
Compiling ==> 'btRaycastCallback.cpp'
btRaycastCallback.cpp
Compiling ==> 'btSubSimplexConvexCast.cpp'
btSubSimplexConvexCast.cpp
Compiling ==> 'btVoronoiSimplexSolver.cpp'
btVoronoiSimplexSolver.cpp
Linking library ==> 'extern_bullet2collision_narrowphase.lib'
Compiling ==> 'btSoftBody.cpp'
btSoftBody.cpp
Compiling ==> 'btSoftBodyConcaveCollisionAlgorithm.cpp'
btSoftBodyConcaveCollisionAlgorithm.cpp
Compiling ==> 'btSoftBodyHelpers.cpp'
btSoftBodyHelpers.cpp
Compiling ==> 'btSoftBodyRigidBodyCollisionConfiguration.cpp'
btSoftBodyRigidBodyCollisionConfiguration.cpp
Compiling ==> 'btSoftRigidCollisionAlgorithm.cpp'
btSoftRigidCollisionAlgorithm.cpp
Compiling ==> 'btSoftRigidDynamicsWorld.cpp'
btSoftRigidDynamicsWorld.cpp
Compiling ==> 'btSoftSoftCollisionAlgorithm.cpp'
btSoftSoftCollisionAlgorithm.cpp
Linking library ==> 'extern_bullet2softbody.lib'
Compiling ==> 'FTBitmapGlyph.cpp'
FTBitmapGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTBitmapGlyph.cpp(57) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTBitmapGlyph.cpp(57) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTBitmapGlyph.cpp(62) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTBitmapGlyph.cpp(62) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
Compiling ==> 'FTBufferGlyph.cpp'
FTBufferGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTCharmap.cpp'
FTCharmap.cpp
Compiling ==> 'FTContour.cpp'
FTContour.cpp
extern\bFTGL\src\FTContour.cpp(81) : warning C4244: 'argument' : conversion from 'FT_Pos' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(81) : warning C4244: 'argument' : conversion from 'FT_Pos' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(106) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(106) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(107) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(107) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(108) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(108) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(123) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(123) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(124) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(124) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(125) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(125) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(139) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(139) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(140) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(140) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(141) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(141) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(142) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTContour.cpp(142) : warning C4244: '=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTExtrdGlyph.cpp'
FTExtrdGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(44) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(44) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(63) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(63) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(82) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(82) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(86) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(86) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(87) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(87) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(91) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(91) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(92) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(92) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(112) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(112) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(114) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(114) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(123) : warning C4244: 'initializing' : conversion from 'const FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTExtrdGlyph.cpp(124) : warning C4244: 'initializing' : conversion from 'const FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTFace.cpp'
FTFace.cpp
Compiling ==> 'FTFont.cpp'
FTFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLBitmapFont.cpp'
FTGLBitmapFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLBufferFont.cpp'
FTGLBufferFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLExtrdFont.cpp'
FTGLExtrdFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLOutlineFont.cpp'
FTGLOutlineFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLPixmapFont.cpp'
FTGLPixmapFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLPolygonFont.cpp'
FTGLPolygonFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGLTextureFont.cpp'
FTGLTextureFont.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGlyph.cpp'
FTGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTGlyphContainer.cpp'
FTGlyphContainer.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTGlyphContainer.cpp(68) : warning C4244: 'initializing' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTLibrary.cpp'
FTLibrary.cpp
Compiling ==> 'FTOutlineGlyph.cpp'
FTOutlineGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTOutlineGlyph.cpp(32) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTOutlineGlyph.cpp(32) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTOutlineGlyph.cpp(50) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTOutlineGlyph.cpp(50) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTOutlineGlyph.cpp(52) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTOutlineGlyph.cpp(52) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
Compiling ==> 'FTPixmapGlyph.cpp'
FTPixmapGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTPixmapGlyph.cpp(94) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
extern\bFTGL\src\FTPixmapGlyph.cpp(95) : warning C4244: '=' : conversion from 'const FTGL_DOUBLE' to 'float', possible loss of data
Compiling ==> 'FTPoint.cpp'
FTPoint.cpp
Compiling ==> 'FTPolyGlyph.cpp'
FTPolyGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTPolyGlyph.cpp(38) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTPolyGlyph.cpp(38) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTPolyGlyph.cpp(56) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTPolyGlyph.cpp(56) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTPolyGlyph.cpp(58) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTPolyGlyph.cpp(58) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
Compiling ==> 'FTSize.cpp'
FTSize.cpp
Compiling ==> 'FTTextureGlyph.cpp'
FTTextureGlyph.cpp
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(83) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(84) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(85) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(86) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(87) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
c:\blenderdev\b250\blender\extern\bftgl\include\FTBBox.h(88) : warning C4244: '+=' : conversion from 'FTGL_DOUBLE' to 'float', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(69) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(72) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(72) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(73) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(75) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(75) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(76) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(78) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(78) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(79) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(81) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(81) : warning C4244: 'argument' : conversion from 'FTGL_DOUBLE' to 'GLfloat', possible loss of data
extern\bFTGL\src\FTTextureGlyph.cpp(82) : warning C4244: 'argument' : conversion from 'const FTGL_DOUBLE' to 'GLfloat', possible loss of data
Compiling ==> 'FTVectoriser.cpp'
FTVectoriser.cpp
Linking library ==> 'extern_ftgl.lib'
Compiling ==> 'bio.c'
bio.c
Compiling ==> 'cio.c'
cio.c
Compiling ==> 'dwt.c'
dwt.c
Compiling ==> 'event.c'
event.c
Compiling ==> 'image.c'
image.c
Compiling ==> 'j2k.c'
j2k.c
Compiling ==> 'j2k_lib.c'
j2k_lib.c
Compiling ==> 'jp2.c'
jp2.c
Compiling ==> 'jpt.c'
jpt.c
Compiling ==> 'mct.c'
mct.c
Compiling ==> 'mqc.c'
mqc.c
Compiling ==> 'openjpeg.c'
openjpeg.c
Compiling ==> 'pi.c'
pi.c
Compiling ==> 'raw.c'
raw.c
Compiling ==> 't1.c'
t1.c
Compiling ==> 't1_generate_luts.c'
t1_generate_luts.c
extern\libopenjpeg\t1_generate_luts.c(263) : warning C4047: 'function' : 'int *' differs in levels of indirection from 'int (*)[128]'
extern\libopenjpeg\t1_generate_luts.c(263) : warning C4024: 'dump_array16' : different types for formal and actual parameter 1
extern\libopenjpeg\t1_generate_luts.c(266) : warning C4047: 'function' : 'int *' differs in levels of indirection from 'int (*)[128]'
extern\libopenjpeg\t1_generate_luts.c(266) : warning C4024: 'dump_array16' : different types for formal and actual parameter 1
extern\libopenjpeg\t1_generate_luts.c(269) : warning C4047: 'function' : 'int *' differs in levels of indirection from 'int (*)[128]'
extern\libopenjpeg\t1_generate_luts.c(269) : warning C4024: 'dump_array16' : different types for formal and actual parameter 1
extern\libopenjpeg\t1_generate_luts.c(272) : warning C4047: 'function' : 'int *' differs in levels of indirection from 'int (*)[128]'
extern\libopenjpeg\t1_generate_luts.c(272) : warning C4024: 'dump_array16' : different types for formal and actual parameter 1
Compiling ==> 't2.c'
t2.c
Compiling ==> 'tcd.c'
tcd.c
Compiling ==> 'tgt.c'
tgt.c
Linking library ==> 'extern_openjpeg.lib'
Compiling ==> 'avi.c'
avi.c
source\blender\avi\intern\avi.c(382) : warning C4018: '>' : signed/unsigned mismatch
source\blender\avi\intern\avi.c(555) : warning C4018: '>' : signed/unsigned mismatch
source\blender\avi\intern\avi.c(580) : warning C4018: '>' : signed/unsigned mismatch
Compiling ==> 'avirgb.c'
avirgb.c
Compiling ==> 'codecs.c'
codecs.c
Compiling ==> 'endian.c'
endian.c
Compiling ==> 'mjpeg.c'
mjpeg.c
source\blender\avi\intern\mjpeg.c(429) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'options.c'
options.c
source\blender\avi\intern\options.c(100) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'rgb32.c'
rgb32.c
Linking library ==> 'bf_avi.lib'
Compiling ==> 'action.c'
action.c
Compiling ==> 'anim.c'
anim.c
source\blender\blenkernel\intern\anim.c(416) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\anim.c(416) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\anim.c(416) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\anim.c(671) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'anim_sys.c'
anim_sys.c
Compiling ==> 'armature.c'
armature.c
Compiling ==> 'blender.c'
blender.c
source\blender\blenkernel\intern\blender.c(377) : warning C4013: 'do_versions_ipos_to_animato' undefined; assuming extern returning int
Compiling ==> 'BME_conversions.c'
BME_conversions.c
Compiling ==> 'BME_Customdata.c'
BME_Customdata.c
Compiling ==> 'BME_eulers.c'
BME_eulers.c
Compiling ==> 'BME_mesh.c'
BME_mesh.c
Compiling ==> 'BME_structure.c'
BME_structure.c
Compiling ==> 'BME_tools.c'
BME_tools.c
Compiling ==> 'bmfont.c'
bmfont.c
Compiling ==> 'booleanops.c'
booleanops.c
Compiling ==> 'booleanops_mesh.c'
booleanops_mesh.c
Compiling ==> 'brush.c'
brush.c
source\blender\blenkernel\intern\brush.c(259) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(260) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(267) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(268) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(269) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(270) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(271) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(272) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(273) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(274) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\brush.c(381) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(388) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(403) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(410) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(456) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\brush.c(457) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\brush.c(470) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(471) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(474) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(483) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(504) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(505) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(508) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(523) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(588) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(622) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\brush.c(824) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(826) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\brush.c(828) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(830) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(959) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\brush.c(985) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(1007) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(1009) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(1036) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(1037) : warning C4244: 'function' : conversion from 'int' to 'const float', possible loss of data
source\blender\blenkernel\intern\brush.c(1062) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\brush.c(1076) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
source\blender\blenkernel\intern\brush.c(1079) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'bullet.c'
bullet.c
source\blender\blenkernel\intern\bullet.c(75) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'bvhutils.c'
bvhutils.c
source\blender\blenkernel\intern\bvhutils.c(111) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'CCGSubSurf.c'
CCGSubSurf.c
source\blender\blenkernel\intern\CCGSubSurf.c(594) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1412) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1412) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1412) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1430) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1430) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1430) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1449) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1449) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1449) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1464) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1464) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1464) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1701) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1701) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1701) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1702) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1702) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1702) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1765) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1765) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1765) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1770) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1770) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1770) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1792) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1792) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1792) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1797) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1797) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1797) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1935) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\CCGSubSurf.c(1994) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'cdderivedmesh.c'
cdderivedmesh.c
source\blender\blenkernel\intern\cdderivedmesh.c(985) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\cdderivedmesh.c(986) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\cdderivedmesh.c(987) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
Compiling ==> 'cloth.c'
cloth.c
source\blender\blenkernel\intern\cloth.c(116) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\cloth.c(139) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\cloth.c(354) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\cloth.c(389) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\cloth.c(403) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\cloth.c(424) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(456) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\cloth.c(470) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(496) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(555) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(581) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(592) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(965) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1130) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1138) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1155) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1176) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1178) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1199) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1201) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1212) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\cloth.c(1240) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\cloth.c(1242) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'collision.c'
collision.c
source\blender\blenkernel\intern\collision.c(85) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\collision.c(449) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\collision.c(469) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(469) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(469) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(470) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(470) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(470) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(471) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(471) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(471) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(537) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(545) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(545) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(545) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(546) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(546) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(546) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(547) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(547) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(547) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(555) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(555) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(555) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(558) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(558) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(558) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(561) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(561) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(561) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(566) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(569) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(573) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(574) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(577) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(577) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(577) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(578) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(578) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(578) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(579) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(579) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(579) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(786) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(794) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(794) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(794) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(795) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(795) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(795) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(796) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(796) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(796) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(804) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(804) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(804) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(807) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(807) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(807) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(810) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(810) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(810) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(888) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(889) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1193) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\collision.c(1205) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1205) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1205) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1206) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1206) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1206) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1208) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1208) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1208) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1209) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1209) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1209) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1220) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1227) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1246) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1249) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1252) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1254) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1254) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1254) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1636) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\collision.c(1662) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'colortools.c'
colortools.c
source\blender\blenkernel\intern\colortools.c(423) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\colortools.c(430) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'constraint.c'
constraint.c
Compiling ==> 'context.c'
context.c
Compiling ==> 'curve.c'
curve.c
source\blender\blenkernel\intern\curve.c(148) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(332) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(333) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(336) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(337) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(340) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(341) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(549) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(552) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(556) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(1247) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\curve.c(1277) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\curve.c(1334) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\curve.c(1465) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\curve.c(2379) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\curve.c(2380) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\curve.c(2425) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\curve.c(2426) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\curve.c(2482) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\curve.c(2486) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\curve.c(2525) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'customdata.c'
customdata.c
source\blender\blenkernel\intern\customdata.c(395) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
source\blender\blenkernel\intern\customdata.c(399) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
source\blender\blenkernel\intern\customdata.c(401) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\customdata.c(402) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\customdata.c(439) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\customdata.c(471) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'deform.c'
deform.c
Compiling ==> 'depsgraph.c'
depsgraph.c
Compiling ==> 'DerivedMesh.c'
DerivedMesh.c
source\blender\blenkernel\intern\DerivedMesh.c(1076) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\DerivedMesh.c(1077) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\DerivedMesh.c(1078) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\DerivedMesh.c(1169) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\DerivedMesh.c(1170) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\DerivedMesh.c(1171) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
Compiling ==> 'displist.c'
displist.c
source\blender\blenkernel\intern\displist.c(421) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\displist.c(424) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\displist.c(431) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\displist.c(433) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\displist.c(435) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\displist.c(446) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\displist.c(448) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\displist.c(450) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\displist.c(597) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\displist.c(598) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\displist.c(599) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\displist.c(1493) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'effect.c'
effect.c
source\blender\blenkernel\intern\effect.c(274) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\effect.c(295) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\effect.c(319) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\effect.c(482) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\effect.c(484) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\effect.c(487) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\effect.c(492) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'exotic.c'
exotic.c
source\blender\blenkernel\intern\exotic.c(223) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\exotic.c(224) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\exotic.c(225) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenkernel\intern\exotic.c(1419) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\exotic.c(3695) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\exotic.c(3727) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3730) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3740) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3742) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3744) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3760) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3761) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3765) : warning C4305: '-=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\exotic.c(3772) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3775) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3777) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3778) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3781) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3782) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3817) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3818) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3819) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3820) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3855) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\exotic.c(3888) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3890) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3892) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3894) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3896) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3911) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3912) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3917) : warning C4305: '-=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\exotic.c(3919) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3920) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3942) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\exotic.c(3943) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'fcurve.c'
fcurve.c
Compiling ==> 'fluidsim.c'
fluidsim.c
Compiling ==> 'font.c'
font.c
source\blender\blenkernel\intern\font.c(84) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\font.c(89) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\font.c(95) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\font.c(691) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\font.c(884) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\font.c(901) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\font.c(1173) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\font.c(1185) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\font.c(1186) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\font.c(1188) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'group.c'
group.c
Compiling ==> 'icons.c'
icons.c
Compiling ==> 'idprop.c'
idprop.c
source\blender\blenkernel\intern\idprop.c(606) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
Compiling ==> 'image.c'
image.c
source\blender\blenkernel\intern\image.c(386) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenkernel\intern\image.c(388) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenkernel\intern\image.c(431) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\image.c(431) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\image.c(455) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\image.c(465) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\image.c(488) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\image.c(491) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\image.c(499) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\image.c(722) : warning C4244: '+=' : conversion from 'double' to 'unsigned int', possible loss of data
c:\blenderdev\b250\blender\source\blender\blenkernel\intern\image.c(1056) : warning C4700: uninitialized local variable 'seq' used
Compiling ==> 'implicit.c'
implicit.c
source\blender\blenkernel\intern\implicit.c(208) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\implicit.c(842) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(849) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(918) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1100) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\implicit.c(1149) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1151) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1230) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1299) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1309) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1325) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1422) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\implicit.c(1441) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\implicit.c(1448) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\implicit.c(1453) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\implicit.c(1454) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\implicit.c(1636) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'ipo.c'
ipo.c
Compiling ==> 'key.c'
key.c
Compiling ==> 'lattice.c'
lattice.c
source\blender\blenkernel\intern\lattice.c(488) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\lattice.c(506) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'library.c'
library.c
Compiling ==> 'material.c'
material.c
source\blender\blenkernel\intern\material.c(114) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\material.c(132) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\material.c(134) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\material.c(135) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\material.c(153) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\material.c(455) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\material.c(942) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(967) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(969) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(970) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(977) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(982) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(986) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1007) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1009) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1010) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1037) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1047) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1056) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1073) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1084) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\material.c(1094) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'mball.c'
mball.c
source\blender\blenkernel\intern\mball.c(559) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(560) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(1369) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(1371) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\mball.c(1371) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(1372) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\mball.c(1372) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(1373) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\mball.c(1373) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(1403) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\mball.c(1530) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\mball.c(1531) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'mesh.c'
mesh.c
source\blender\blenkernel\intern\mesh.c(383) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\mesh.c(384) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'modifier.c'
modifier.c
source\blender\blenkernel\intern\modifier.c(426) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(433) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(434) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(508) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(967) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\modifier.c(1176) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(1181) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(1663) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\modifier.c(3078) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(3139) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(3598) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(3868) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(4287) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(4288) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(4289) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(4763) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(4764) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(4765) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(5287) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(5291) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(5294) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(5621) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(5635) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(5681) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(7506) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\modifier.c(7511) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(7512) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(7514) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(7515) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(7517) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\modifier.c(7518) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'multires.c'
multires.c
source\blender\blenkernel\intern\multires.c(700) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\multires.c(1421) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\multires.c(1428) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\multires.c(1448) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\multires.c(1465) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenkernel\intern\multires.c(1474) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\multires.c(1475) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\multires.c(1516) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'nla.c'
nla.c
Compiling ==> 'node.c'
node.c
Compiling ==> 'object.c'
object.c
Compiling ==> 'packedFile.c'
packedFile.c
source\blender\blenkernel\intern\packedFile.c(192) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenkernel\intern\packedFile.c(205) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\blenkernel\intern\packedFile.c(209) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenkernel\intern\packedFile.c(305) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenkernel\intern\packedFile.c(307) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\blenkernel\intern\packedFile.c(311) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenkernel\intern\packedFile.c(362) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenkernel\intern\packedFile.c(374) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
Compiling ==> 'particle.c'
particle.c
source\blender\blenkernel\intern\particle.c(470) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(492) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(507) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(513) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(515) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(518) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(520) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(700) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(713) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(727) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(728) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(749) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(750) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(1593) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(1735) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle.c(2935) : warning C4305: '=' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\blenkernel\intern\particle.c(2366) : warning C4700: uninitialized local variable 'sel' used
c:\blenderdev\b250\blender\source\blender\blenkernel\intern\particle.c(2369) : warning C4700: uninitialized local variable 'nosel' used
Compiling ==> 'particle_system.c'
particle_system.c
source\blender\blenkernel\intern\particle_system.c(498) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(499) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(636) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(1290) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(2949) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(2963) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(3200) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(3205) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(3208) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(3219) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(3221) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(3230) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(4561) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\particle_system.c(4641) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'pointcache.c'
pointcache.c
source\blender\blenkernel\intern\pointcache.c(203) : warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\process.h(227) : see declaration of 'getpid'
Compiling ==> 'property.c'
property.c
Compiling ==> 'report.c'
report.c
Compiling ==> 'sca.c'
sca.c
Compiling ==> 'scene.c'
scene.c
source\blender\blenkernel\intern\scene.c(209) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\scene.c(262) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'screen.c'
screen.c
Compiling ==> 'script.c'
script.c
Compiling ==> 'seqeffects.c'
seqeffects.c
source\blender\blenkernel\intern\seqeffects.c(244) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(438) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(460) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(601) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(628) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(728) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(730) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(810) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(811) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\seqeffects.c(818) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(820) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(848) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(853) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(853) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(854) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(868) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(870) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(870) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(871) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(886) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(889) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(890) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(892) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(899) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(900) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(998) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1330) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1331) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1348) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1349) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1350) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1351) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1457) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1458) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1459) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1460) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1471) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1472) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1473) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1474) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1515) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1519) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1541) : warning C4244: 'return' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1593) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1594) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1599) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1610) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1612) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1616) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1618) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1631) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1633) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1633) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1634) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1634) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1641) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1642) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1647) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1680) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1681) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1683) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1778) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1780) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1781) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(1782) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2018) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2019) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2020) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2097) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2110) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2151) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2152) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2153) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2155) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2156) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2157) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2171) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2172) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2173) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2206) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2207) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2208) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2209) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2210) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2211) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2224) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2225) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2226) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2267) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2280) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2437) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2438) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2439) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2440) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2462) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2463) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2464) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2465) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2547) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2637) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2638) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2639) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2641) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2642) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2643) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2770) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2850) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\seqeffects.c(2883) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'sequence.c'
sequence.c
source\blender\blenkernel\intern\sequence.c(1325) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1329) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1335) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1345) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1361) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1364) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1371) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\sequence.c(1382) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1385) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1458) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1518) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(1608) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(2272) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\sequence.c(2273) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'shrinkwrap.c'
shrinkwrap.c
source\blender\blenkernel\intern\shrinkwrap.c(288) : warning C4244: 'initializing' : conversion from 'short' to 'const unsigned char', possible loss of data
source\blender\blenkernel\intern\shrinkwrap.c(420) : warning C4244: 'function' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenkernel\intern\shrinkwrap.c(432) : warning C4244: 'function' : conversion from 'short' to 'unsigned char', possible loss of data
Compiling ==> 'simple_deform.c'
simple_deform.c
source\blender\blenkernel\intern\simple_deform.c(79) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\simple_deform.c(83) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\simple_deform.c(100) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\simple_deform.c(101) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\simple_deform.c(121) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\simple_deform.c(122) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'softbody.c'
softbody.c
source\blender\blenkernel\intern\softbody.c(1139) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\softbody.c(3629) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\softbody.c(3690) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenkernel\intern\softbody.c(4087) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenkernel\intern\softbody.c(4164) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'sound.c'
sound.c
Compiling ==> 'subsurf_ccg.c'
subsurf_ccg.c
Compiling ==> 'suggestions.c'
suggestions.c
Compiling ==> 'text.c'
text.c
source\blender\blenkernel\intern\text.c(276) : warning C4244: '=' : conversion from 'time_t' to 'double', possible loss of data
source\blender\blenkernel\intern\text.c(373) : warning C4244: '=' : conversion from 'time_t' to 'double', possible loss of data
source\blender\blenkernel\intern\text.c(885) : warning C4018: '>' : signed/unsigned mismatch
Compiling ==> 'texture.c'
texture.c
source\blender\blenkernel\intern\texture.c(228) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\texture.c(229) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\texture.c(230) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenkernel\intern\texture.c(452) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\texture.c(480) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\texture.c(545) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenkernel\intern\texture.c(841) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'world.c'
world.c
Compiling ==> 'writeavi.c'
writeavi.c
Compiling ==> 'writeffmpeg.c'
writeffmpeg.c
source\blender\blenkernel\intern\writeffmpeg.c(451) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenkernel\intern\writeffmpeg.c(897) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'writeframeserver.c'
writeframeserver.c
Linking library ==> 'bf_blenkernel.lib'
Using tempfile c:\users\joshua\appdata\local\temp\tmpjcupws.lnk for command line:
lib /nologo /OUT:C:\blenderdev\b250\buildvc\lib\bf_blenkernel.lib C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\action.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\anim.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\anim_sys.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\armature.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\blender.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\BME_conversions.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\BME_Customdata.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\BME_eulers.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\BME_mesh.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\BME_structure.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\BME_tools.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\bmfont.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\booleanops.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\booleanops_mesh.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\brush.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\bullet.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\bvhutils.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\CCGSubSurf.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\cdderivedmesh.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\cloth.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\collision.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\colortools.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\constraint.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\context.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\curve.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\customdata.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\deform.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\depsgraph.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\DerivedMesh.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\displist.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\effect.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\exotic.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\fcurve.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\fluidsim.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\font.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\group.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\icons.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\idprop.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\image.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\implicit.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\ipo.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\key.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\lattice.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\library.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\material.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\mball.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\mesh.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\modifier.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\multires.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\nla.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\node.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\object.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\packedFile.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\particle.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\particle_system.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\pointcache.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\property.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\report.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\sca.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\scene.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\screen.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\script.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\seqeffects.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\sequence.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\shrinkwrap.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\simple_deform.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\softbody.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\sound.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\subsurf_ccg.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\suggestions.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\text.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\texture.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\world.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\writeavi.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\writeffmpeg.obj C:\blenderdev\b250\buildvc\source\blender\blenkernel\intern\writeframeserver.obj
Compiling ==> 'arithb.c'
arithb.c
Compiling ==> 'BLI_dynstr.c'
BLI_dynstr.c
Compiling ==> 'BLI_ghash.c'
BLI_ghash.c
Compiling ==> 'BLI_heap.c'
BLI_heap.c
source\blender\blenlib\intern\BLI_heap.c(83) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'BLI_kdopbvh.c'
BLI_kdopbvh.c
source\blender\blenlib\intern\BLI_kdopbvh.c(954) : warning C4018: '>=' : signed/unsigned mismatch
Compiling ==> 'BLI_kdtree.c'
BLI_kdtree.c
source\blender\blenlib\intern\BLI_kdtree.c(226) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\BLI_kdtree.c(331) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'BLI_linklist.c'
BLI_linklist.c
Compiling ==> 'BLI_memarena.c'
BLI_memarena.c
Compiling ==> 'BLI_mempool.c'
BLI_mempool.c
Compiling ==> 'boxpack2d.c'
boxpack2d.c
source\blender\blenlib\intern\boxpack2d.c(209) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\boxpack2d.c(210) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'bpath.c'
bpath.c
source\blender\blenlib\intern\bpath.c(507) : warning C4018: '<=' : signed/unsigned mismatch
Compiling ==> 'dynamiclist.c'
dynamiclist.c
Compiling ==> 'dynlib.c'
dynlib.c
source\blender\blenlib\intern\dynlib.c(96) : warning C4047: 'return' : 'unsigned char *' differs in levels of indirection from 'int'
Compiling ==> 'edgehash.c'
edgehash.c
Compiling ==> 'fileops.c'
fileops.c
source\blender\blenlib\intern\fileops.c(130) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenlib\intern\fileops.c(136) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\blenlib\intern\fileops.c(144) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenlib\intern\fileops.c(156) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenlib\intern\fileops.c(161) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
Compiling ==> 'fnmatch.c'
fnmatch.c
Compiling ==> 'freetypefont.c'
freetypefont.c
source\blender\blenlib\intern\freetypefont.c(90) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'graph.c'
graph.c
source\blender\blenlib\intern\graph.c(808) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(808) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(808) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(808) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(812) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(812) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(812) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(812) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(816) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(816) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(816) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\blenlib\intern\graph.c(816) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'gsqueue.c'
gsqueue.c
Compiling ==> 'jitter.c'
jitter.c
source\blender\blenlib\intern\jitter.c(53) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(54) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(57) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(67) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(77) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(90) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(91) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(92) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(93) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(111) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(112) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(131) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(132) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(148) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(149) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(150) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(155) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(156) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\jitter.c(158) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'listbase.c'
listbase.c
Compiling ==> 'matrixops.c'
matrixops.c
source\blender\blenlib\intern\matrixops.c(188) : warning C4244: '/=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\matrixops.c(189) : warning C4244: '/=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\matrixops.c(195) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\matrixops.c(196) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'noise.c'
noise.c
Compiling ==> 'psfont.c'
psfont.c
source\blender\blenlib\intern\psfont.c(714) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(715) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(716) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(717) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1386) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenlib\intern\psfont.c(1387) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenlib\intern\psfont.c(1434) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1435) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1440) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1441) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1454) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1455) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1460) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1461) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1462) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1463) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1464) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1465) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\blenlib\intern\psfont.c(1506) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1507) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1508) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1508) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1508) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1508) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1509) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1509) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1509) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1509) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1519) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1520) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1524) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1524) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1524) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1524) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1538) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1539) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1540) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1541) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1593) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1595) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1833) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1834) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(1836) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenlib\intern\psfont.c(1837) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\blenlib\intern\psfont.c(1962) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(2041) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(2042) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(2082) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\psfont.c(2083) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'rand.c'
rand.c
Compiling ==> 'rct.c'
rct.c
Compiling ==> 'scanfill.c'
scanfill.c
source\blender\blenlib\intern\scanfill.c(324) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\scanfill.c(336) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\scanfill.c(435) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\blenlib\intern\scanfill.c(441) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\blenlib\intern\scanfill.c(792) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\blenlib\intern\scanfill.c(822) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\blenlib\intern\scanfill.c(827) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\blenlib\intern\scanfill.c(835) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\scanfill.c(836) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\scanfill.c(837) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\blenlib\intern\scanfill.c(954) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\blenlib\intern\scanfill.c(955) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'storage.c'
storage.c
source\blender\blenlib\intern\storage.c(128) : warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(121) : see declaration of 'getcwd'
source\blender\blenlib\intern\storage.c(242) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
source\blender\blenlib\intern\storage.c(405) : warning C4244: '=' : conversion from '__int64' to 'off_t', possible loss of data
source\blender\blenlib\intern\storage.c(485) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenlib\intern\storage.c(491) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
Compiling ==> 'string.c'
string.c
source\blender\blenlib\intern\string.c(74) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'threads.c'
threads.c
Compiling ==> 'time.c'
time.c
Compiling ==> 'util.c'
util.c
Compiling ==> 'vectorops.c'
vectorops.c
source\blender\blenlib\intern\vectorops.c(152) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'winstuff.c'
winstuff.c
Linking library ==> 'bf_blenlib.lib'
Using tempfile c:\users\joshua\appdata\local\temp\tmpwvmezp.lnk for command line:
lib /nologo /OUT:C:\blenderdev\b250\buildvc\lib\bf_blenlib.lib C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\arithb.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_dynstr.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_ghash.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_heap.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_kdopbvh.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_kdtree.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_linklist.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_memarena.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\BLI_mempool.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\boxpack2d.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\bpath.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\dynamiclist.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\dynlib.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\edgehash.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\fileops.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\fnmatch.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\freetypefont.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\graph.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\gsqueue.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\jitter.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\listbase.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\matrixops.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\noise.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\psfont.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\rand.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\rct.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\scanfill.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\storage.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\string.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\threads.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\time.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\util.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\vectorops.obj C:\blenderdev\b250\buildvc\source\blender\blenlib\intern\winstuff.obj
Compiling ==> 'readblenentry.c'
readblenentry.c
source\blender\blenloader\intern\readblenentry.c(216) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
source\blender\blenloader\intern\readblenentry.c(303) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
Compiling ==> 'readfile.c'
readfile.c
source\blender\blenloader\intern\readfile.c(819) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\blenloader\intern\readfile.c(846) : warning C4018: '<' : signed/unsigned mismatch
source\blender\blenloader\intern\readfile.c(1014) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenloader\intern\readfile.c(4314) : warning C4101: 'base' : unreferenced local variable
Compiling ==> 'undofile.c'
undofile.c
Compiling ==> 'writefile.c'
writefile.c
source\blender\blenloader\intern\writefile.c(219) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\blenloader\intern\writefile.c(2228) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenloader\intern\writefile.c(2239) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenloader\intern\writefile.c(2409) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenloader\intern\writefile.c(2416) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\blenloader\intern\writefile.c(2417) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\blenloader\intern\writefile.c(2426) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\blenloader\intern\writefile.c(2441) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\blenloader\intern\writefile.c(2446) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\blenloader\intern\writefile.c(2459) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\blenloader\intern\writefile.c(2463) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\blenloader\intern\writefile.c(2471) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
Linking library ==> 'bf_blenloader.lib'
Compiling ==> 'pluginapi.c'
pluginapi.c
Linking library ==> 'bf_blenpluginapi.lib'
Compiling ==> 'gpu_codegen.c'
gpu_codegen.c
Compiling ==> 'gpu_draw.c'
gpu_draw.c
source\blender\gpu\intern\gpu_draw.c(984) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(984) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(984) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(985) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(985) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(985) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(990) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(991) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(991) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(991) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(992) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(992) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(996) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(996) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(996) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(997) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(997) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(998) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(998) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\gpu\intern\gpu_draw.c(1090) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\gpu\intern\gpu_draw.c(1091) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
Compiling ==> 'gpu_extensions.c'
gpu_extensions.c
Compiling ==> 'gpu_material.c'
gpu_material.c
source\blender\gpu\intern\gpu_material.c(851) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\gpu\intern\gpu_material.c(1037) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\gpu\intern\gpu_material.c(1173) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\gpu\intern\gpu_material.c(1174) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\gpu\intern\gpu_material.c(1335) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\gpu\intern\gpu_material.c(1336) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\gpu\intern\gpu_material.c(1356) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'gpu_shader_material.glsl.c'
gpu_shader_material.glsl.c
Compiling ==> 'gpu_shader_vertex.glsl.c'
gpu_shader_vertex.glsl.c
Linking library ==> 'bf_gpu.lib'
Compiling ==> 'B.blend.c'
B.blend.c
Compiling ==> 'Bfont.c'
Bfont.c
Compiling ==> 'bfont.ttf.c'
bfont.ttf.c
Compiling ==> 'blenderbuttons.c'
blenderbuttons.c
Compiling ==> 'preview.blend.c'
preview.blend.c
Compiling ==> 'prvicons.c'
prvicons.c
Compiling ==> 'splash.jpg.c'
splash.jpg.c
Linking library ==> 'bf_editor_datafiles.lib'
Compiling ==> 'space.c'
space.c
Compiling ==> 'spacetypes.c'
spacetypes.c
Linking library ==> 'bf_editors_space_api.lib'
Compiling ==> 'editmode_undo.c'
editmode_undo.c
c:\blenderdev\b250\blender\source\blender\editors\util\editmode_undo.c(324) : warning C4700: uninitialized local variable 'event' used
Compiling ==> 'ed_util.c'
ed_util.c
source\blender\editors\util\ed_util.c(101) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\util\ed_util.c(104) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\util\ed_util.c(107) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\util\ed_util.c(116) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'undo.c'
undo.c
Linking library ==> 'bf_editors_util.lib'
Compiling ==> 'interface.c'
interface.c
source\blender\editors\interface\interface.c(128) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(129) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(136) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(137) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(153) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(154) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(155) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(156) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(169) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(170) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(171) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(173) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(174) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(175) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(193) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(194) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(230) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(237) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(251) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(317) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(318) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(335) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(336) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(338) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface.c(358) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(358) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(408) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(415) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(432) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(471) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(472) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(473) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(474) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1172) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1173) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1174) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1305) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface.c(1307) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface.c(1311) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface.c(1313) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface.c(1317) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1319) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1322) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface.c(1337) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1338) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1339) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1408) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(1617) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1626) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1699) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1803) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface.c(1826) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface.c(1844) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface.c(1901) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(1902) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2009) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2013) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2018) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2025) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2113) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2114) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2256) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2257) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2260) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2280) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2674) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(2732) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2779) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface.c(2817) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2843) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface.c(2894) : warning C4028: formal parameter 2 different from declaration
Compiling ==> 'interface_draw.c'
interface_draw.c
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(144) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(145) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(146) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(154) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(155) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(155) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(155) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(155) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(155) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(155) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(310) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(311) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(311) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(311) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(311) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(311) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(311) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(505) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(563) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(563) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(563) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(563) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(608) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(610) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(611) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(614) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(616) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(617) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(680) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(682) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(686) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(689) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(692) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(694) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(697) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(698) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(701) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(702) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(923) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(927) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(935) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(938) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(940) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(964) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(974) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(974) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(1022) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(1029) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(1048) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1048) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1049) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1049) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1050) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1050) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1054) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1054) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1055) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1055) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1056) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1056) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(1140) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(1187) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_draw.c(1222) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(1866) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2084) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2085) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2093) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2093) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2100) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2100) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2116) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2118) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2128) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2128) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2135) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2139) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2279) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_draw.c(2281) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\interface\interface_draw.c(2287) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_draw.c(2289) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\interface\interface_draw.c(2292) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2292) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2292) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2292) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2302) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_draw.c(2304) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\interface\interface_draw.c(2309) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2309) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2309) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2309) : warning C4244: 'function' : conversion from 'float' to 'GLshort', possible loss of data
source\blender\editors\interface\interface_draw.c(2339) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2340) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2345) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2347) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2349) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2387) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2402) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_draw.c(2403) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2422) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\interface\interface_draw.c(2423) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\interface\interface_draw.c(2424) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\interface\interface_draw.c(2463) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2464) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2470) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2471) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2477) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2478) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2490) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2500) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2501) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2506) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2507) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2512) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2513) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2525) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2527) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2551) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2551) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2552) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2552) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2554) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(2766) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2769) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2769) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2769) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2769) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2769) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2769) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2770) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2771) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2771) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2771) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2771) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2771) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2771) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\interface\interface_draw.c(2772) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_draw.c(2823) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2824) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2825) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2959) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2968) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(2999) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(3000) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(3071) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(3131) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(3133) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_draw.c(3141) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_draw.c(3141) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_draw.c(3143) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_draw.c(3280) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(3281) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(3282) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_draw.c(3285) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'interface_handlers.c'
interface_handlers.c
source\blender\editors\interface\interface_handlers.c(240) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(804) : warning C4018: '<' : signed/unsigned mismatch
source\blender\editors\interface\interface_handlers.c(805) : warning C4018: '<=' : signed/unsigned mismatch
source\blender\editors\interface\interface_handlers.c(919) : warning C4018: '>' : signed/unsigned mismatch
source\blender\editors\interface\interface_handlers.c(932) : warning C4018: '>' : signed/unsigned mismatch
source\blender\editors\interface\interface_handlers.c(1090) : warning C4018: '<' : signed/unsigned mismatch
source\blender\editors\interface\interface_handlers.c(1135) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(1419) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1653) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1656) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1669) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(1692) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1693) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1694) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1698) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1699) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1700) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1816) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1825) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1848) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1849) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1850) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1855) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1859) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(1867) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1868) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1869) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1872) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1873) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1874) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1879) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1884) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(1961) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(1981) : warning C4305: '-=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_handlers.c(1982) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_handlers.c(2022) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(2023) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(2026) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(2028) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(2029) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(2041) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(2045) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(2054) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(2270) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(2326) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(2327) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_handlers.c(3292) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(3293) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_handlers.c(3752) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\interface\interface_handlers.c(1080) : warning C4700: uninitialized local variable 'i' used
Compiling ==> 'interface_icons.c'
interface_icons.c
source\blender\editors\interface\interface_icons.c(485) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
source\blender\editors\interface\interface_icons.c(901) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_icons.c(901) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'interface_panel.c'
interface_panel.c
source\blender\editors\interface\interface_panel.c(290) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_panel.c(296) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_panel.c(329) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(331) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(374) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(377) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(448) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(448) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(451) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(479) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(479) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(511) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_panel.c(520) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_panel.c(569) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(582) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(582) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(586) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(599) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(603) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(957) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_panel.c(958) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_panel.c(993) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(994) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_panel.c(1162) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_panel.c(1162) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_panel.c(1164) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_panel.c(1165) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_panel.c(1166) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_panel.c(1167) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_panel.c(1267) : warning C4305: 'function' : truncation from 'double' to 'float'
Compiling ==> 'interface_regions.c'
interface_regions.c
source\blender\editors\interface\interface_regions.c(278) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(278) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(279) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(279) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(283) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(283) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(284) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(284) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(290) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_regions.c(290) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\interface\interface_regions.c(346) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(347) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(348) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(349) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(357) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(357) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(358) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(358) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(454) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(455) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(500) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(501) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(502) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(505) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(506) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(507) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(510) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(511) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(512) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(521) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(522) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(523) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(544) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(549) : warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(550) : warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(576) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(577) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(693) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(694) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(695) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(696) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(772) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(777) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(779) : warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(786) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(797) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(798) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(860) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(886) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(891) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(954) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(956) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(957) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\interface\interface_regions.c(1217) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1217) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1217) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1220) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1220) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1227) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1227) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1227) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1229) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1229) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1229) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1229) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1234) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1234) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1234) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1234) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1236) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1236) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1236) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1236) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1250) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1254) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1258) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1260) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1262) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1266) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1268) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1270) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_regions.c(1362) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(1368) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(1390) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(1537) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(1543) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\interface_regions.c(1913) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\interface\interface_regions.c(1924) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'interface_utils.c'
interface_utils.c
source\blender\editors\interface\interface_utils.c(350) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\interface_utils.c(1083) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1086) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1089) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1094) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1097) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1100) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1103) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1110) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1114) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1118) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1122) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1125) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1131) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1131) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1131) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\interface\interface_utils.c(1131) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
Compiling ==> 'keyval.c'
keyval.c
Compiling ==> 'resources.c'
resources.c
source\blender\editors\interface\resources.c(827) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(828) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(829) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(844) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(845) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(846) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(865) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(866) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(867) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(868) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(906) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\resources.c(907) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\resources.c(908) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\interface\resources.c(951) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(952) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(953) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(968) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(969) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\interface\resources.c(970) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'text.c'
text.c
source\blender\editors\interface\text.c(143) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\text.c(146) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\interface\text.c(166) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'view2d.c'
view2d.c
Compiling ==> 'view2d_ops.c'
view2d_ops.c
Linking library ==> 'bf_editors_interface.lib'
Compiling ==> 'anim_channels.c'
anim_channels.c
Compiling ==> 'anim_deps.c'
anim_deps.c
Compiling ==> 'anim_draw.c'
anim_draw.c
Compiling ==> 'anim_filter.c'
anim_filter.c
Compiling ==> 'anim_ipo_utils.c'
anim_ipo_utils.c
Compiling ==> 'anim_markers.c'
anim_markers.c
source\blender\editors\animation\anim_markers.c(97) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(100) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(103) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\animation\anim_markers.c(118) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\animation\anim_markers.c(119) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\animation\anim_markers.c(136) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(145) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(145) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(150) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(150) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(152) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(378) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(389) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(389) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\animation\anim_markers.c(391) : warning C4305: 'function' : truncation from 'double' to 'float'
Compiling ==> 'anim_ops.c'
anim_ops.c
Compiling ==> 'keyframes_draw.c'
keyframes_draw.c
Compiling ==> 'keyframes_edit.c'
keyframes_edit.c
Compiling ==> 'keyframes_general.c'
keyframes_general.c
Compiling ==> 'keyframing.c'
keyframing.c
source\blender\editors\animation\keyframing.c(673) : warning C4013: 'constraint_mat_convertspace' undefined; assuming extern returning int
Linking library ==> 'bf_editors_animation.lib'
Compiling ==> 'armature_ops.c'
armature_ops.c
Compiling ==> 'editarmature.c'
editarmature.c
Compiling ==> 'meshlaplacian.c'
meshlaplacian.c
source\blender\editors\armature\meshlaplacian.c(186) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\armature\meshlaplacian.c(187) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\armature\meshlaplacian.c(188) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\armature\meshlaplacian.c(486) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\armature\meshlaplacian.c(1101) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1259) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\armature\meshlaplacian.c(1442) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1447) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1448) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1450) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1451) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1453) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\armature\meshlaplacian.c(1454) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'poselib.c'
poselib.c
source\blender\editors\armature\poselib.c(1027) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'poseobject.c'
poseobject.c
Linking library ==> 'bf_editors_armature.lib'
Compiling ==> 'editdeform.c'
editdeform.c
c:\blenderdev\b250\blender\source\blender\editors\mesh\editdeform.c(1007) : warning C4700: uninitialized local variable 'mode' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editdeform.c(1050) : warning C4700: uninitialized local variable 'mode' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editdeform.c(1059) : warning C4700: uninitialized local variable 'nr' used
Compiling ==> 'editface.c'
editface.c
source\blender\editors\mesh\editface.c(359) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editface.c(860) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editface.c(868) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editface.c(877) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\mesh\editface.c(694) : warning C4700: uninitialized local variable 'val' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editface.c(697) : warning C4700: uninitialized local variable 'rect' used
Compiling ==> 'editmesh.c'
editmesh.c
source\blender\editors\mesh\editmesh.c(404) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\mesh\editmesh.c(898) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh.c(899) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh.c(900) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh.c(1140) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\mesh\editmesh.c(1140) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\mesh\editmesh.c(1140) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\mesh\editmesh.c(1161) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'editmesh_add.c'
editmesh_add.c
source\blender\editors\mesh\editmesh_add.c(84) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(84) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(84) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(85) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(85) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(85) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(86) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(87) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(88) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(88) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(88) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(89) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(89) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(89) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(90) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(90) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(90) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(91) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(91) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(91) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(92) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(92) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(92) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(93) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(93) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(991) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(992) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1004) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1040) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1042) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1051) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1052) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1053) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1062) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1132) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1132) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1132) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1164) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1165) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1310) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1340) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_add.c(1394) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1429) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1430) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1464) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1465) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1499) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1500) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1537) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_add.c(1600) : warning C4305: 'function' : truncation from 'double' to 'float'
Compiling ==> 'editmesh_lib.c'
editmesh_lib.c
Compiling ==> 'editmesh_loop.c'
editmesh_loop.c
source\blender\editors\mesh\editmesh_loop.c(480) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_loop.c(562) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_loop.c(563) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_loop.c(564) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_loop.c(565) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_loop.c(572) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_loop.c(576) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_loop.c(675) : warning C4244: 'function' : conversion from 'short' to 'unsigned char', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_loop.c(224) : warning C4700: uninitialized local variable 'mval' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_loop.c(259) : warning C4700: uninitialized local variable 'event' used
Compiling ==> 'editmesh_mods.c'
editmesh_mods.c
source\blender\editors\mesh\editmesh_mods.c(454) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(455) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(456) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(457) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(459) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(970) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(2780) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(2893) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4299) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4300) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4301) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4325) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4327) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4328) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4329) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4396) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4406) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4407) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4408) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_mods.c(4415) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'editmesh_tools.c'
editmesh_tools.c
source\blender\editors\mesh\editmesh_tools.c(525) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(848) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(998) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(3311) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4343) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4490) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_tools.c(4501) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4512) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4516) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4556) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4562) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4586) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4592) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4602) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4609) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(4827) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_tools.c(4994) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(5225) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_tools.c(5227) : warning C4305: '-=' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_tools.c(5679) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\mesh\editmesh_tools.c(5840) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_tools.c(5880) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\mesh\editmesh_tools.c(5900) : warning C4305: 'function' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4343) : warning C4700: uninitialized local variable 'mval' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4343) : warning C4700: uninitialized local variable 'co' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4466) : warning C4700: uninitialized local variable 'mval' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4487) : warning C4700: uninitialized local variable 'v3' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4487) : warning C4700: uninitialized local variable 'v2' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4994) : warning C4700: uninitialized local variable 'mval' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(4994) : warning C4700: uninitialized local variable 'vec' used
c:\blenderdev\b250\blender\source\blender\editors\mesh\editmesh_tools.c(5216) : warning C4700: uninitialized local variable 'mval' used
Compiling ==> 'meshtools.c'
meshtools.c
source\blender\editors\mesh\meshtools.c(390) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\mesh\meshtools.c(570) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\mesh\meshtools.c(571) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\mesh\meshtools.c(572) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\mesh\meshtools.c(618) : warning C4013: '_isnan' undefined; assuming extern returning int
source\blender\editors\mesh\meshtools.c(618) : warning C4013: '_finite' undefined; assuming extern returning int
source\blender\editors\mesh\meshtools.c(632) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\mesh\meshtools.c(633) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\mesh\meshtools.c(634) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'mesh_ops.c'
mesh_ops.c
Linking library ==> 'bf_editors_mesh.lib'
Compiling ==> 'editconstraint.c'
editconstraint.c
Compiling ==> 'editgroup.c'
editgroup.c
Compiling ==> 'editkey.c'
editkey.c
source\blender\editors\object\editkey.c(157) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\object\editkey.c(176) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'editlattice.c'
editlattice.c
source\blender\editors\object\editlattice.c(224) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\object\editlattice.c(228) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
Compiling ==> 'object_edit.c'
object_edit.c
source\blender\editors\object\object_edit.c(6310) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\object\object_edit.c(3650) : warning C4700: uninitialized local variable 'ret' used
Compiling ==> 'object_ops.c'
object_ops.c
Linking library ==> 'bf_editors_object.lib'
Compiling ==> 'curve_ops.c'
curve_ops.c
Compiling ==> 'editcurve.c'
editcurve.c
source\blender\editors\curve\editcurve.c(494) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\curve\editcurve.c(1155) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1156) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1175) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1176) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1281) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1343) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1951) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1952) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1953) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(1954) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2046) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2047) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2048) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2049) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2063) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2064) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2065) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2066) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2109) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2110) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2111) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2112) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2152) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2153) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2154) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2155) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2331) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\curve\editcurve.c(2429) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\curve\editcurve.c(2432) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\curve\editcurve.c(2435) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\curve\editcurve.c(2572) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2660) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(2674) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\curve\editcurve.c(3007) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3159) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\curve\editcurve.c(3160) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3161) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3170) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3171) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3179) : warning C4244: '/=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3180) : warning C4244: '/=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3203) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(3207) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4118) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\curve\editcurve.c(4150) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\curve\editcurve.c(4807) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4808) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4809) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4810) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4842) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4850) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4879) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4885) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4966) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4967) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(4969) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(5001) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(5003) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\curve\editcurve.c(5071) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'editfont.c'
editfont.c
source\blender\editors\curve\editfont.c(239) : warning C4244: '=' : conversion from 'unsigned long' to 'wchar_t', possible loss of data
source\blender\editors\curve\editfont.c(270) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\curve\editfont.c(575) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\curve\editfont.c(1402) : warning C4244: 'function' : conversion from 'wchar_t' to 'unsigned char', possible loss of data
source\blender\editors\curve\editfont.c(1430) : warning C4244: '=' : conversion from 'unsigned long' to 'wchar_t', possible loss of data
source\blender\editors\curve\editfont.c(1438) : warning C4244: '=' : conversion from 'unsigned long' to 'wchar_t', possible loss of data
Compiling ==> 'lorem.c'
lorem.c
Linking library ==> 'bf_editors_curve.lib'
Compiling ==> 'drawgpencil.c'
drawgpencil.c
Compiling ==> 'editaction_gpencil.c'
editaction_gpencil.c
Compiling ==> 'gpencil.c'
gpencil.c
c:\blenderdev\b250\blender\source\blender\editors\gpencil\gpencil.c(793) : warning C4700: uninitialized local variable 'my' used
c:\blenderdev\b250\blender\source\blender\editors\gpencil\gpencil.c(793) : warning C4700: uninitialized local variable 'mx' used
Linking library ==> 'bf_editors_gpencil.lib'
Compiling ==> 'editparticle.c'
editparticle.c
source\blender\editors\physics\editparticle.c(1012) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\physics\editparticle.c(1031) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\physics\editparticle.c(1047) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\physics\editparticle.c(2182) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\physics\editparticle.c(3216) : warning C4700: uninitialized local variable 'event' used
c:\blenderdev\b250\blender\source\blender\editors\physics\editparticle.c(2629) : warning C4700: uninitialized local variable 'mvalo' used
Compiling ==> 'ed_fluidsim.c'
ed_fluidsim.c
Linking library ==> 'bf_editors_physics.lib'
Compiling ==> 'previewrender.c'
previewrender.c
source\blender\editors\preview\previewrender.c(170) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\preview\previewrender.c(171) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\preview\previewrender.c(172) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\preview\previewrender.c(173) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\preview\previewrender.c(443) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(444) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(652) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(652) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(687) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(687) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(957) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\preview\previewrender.c(957) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\preview\previewrender.c(474) : warning C4700: uninitialized local variable 'sce' used
c:\blenderdev\b250\blender\source\blender\editors\preview\previewrender.c(580) : warning C4700: uninitialized local variable 'block' used
c:\blenderdev\b250\blender\source\blender\editors\preview\previewrender.c(687) : warning C4700: uninitialized local variable 'ofsy' used
c:\blenderdev\b250\blender\source\blender\editors\preview\previewrender.c(687) : warning C4700: uninitialized local variable 'ofsx' used
c:\blenderdev\b250\blender\source\blender\editors\preview\previewrender.c(809) : warning C4700: uninitialized local variable 'ri' used
Linking library ==> 'bf_editors_preview.lib'
Compiling ==> 'buttons_header.c'
buttons_header.c
source\blender\editors\space_buttons\buttons_header.c(198) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'buttons_scene.c'
buttons_scene.c
source\blender\editors\space_buttons\buttons_scene.c(244) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_buttons\buttons_scene.c(316) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'space_buttons.c'
space_buttons.c
Linking library ==> 'bf_editors_space_buttons.lib'
Compiling ==> 'filelist.c'
filelist.c
source\blender\editors\space_file\filelist.c(706) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
Compiling ==> 'filesel.c'
filesel.c
Compiling ==> 'file_draw.c'
file_draw.c
source\blender\editors\space_file\file_draw.c(123) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'file_header.c'
file_header.c
source\blender\editors\space_file\file_header.c(158) : warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_file\file_header.c(163) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'file_ops.c'
file_ops.c
source\blender\editors\space_file\file_ops.c(80) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'fsmenu.c'
fsmenu.c
Compiling ==> 'space_file.c'
space_file.c
Compiling ==> 'writeimage.c'
writeimage.c
source\blender\editors\space_file\writeimage.c(130) : warning C4244: 'function' : conversion from 'short' to 'unsigned char', possible loss of data
Linking library ==> 'bf_editors_space_file.lib'
Compiling ==> 'image_draw.c'
image_draw.c
source\blender\editors\space_image\image_draw.c(151) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(156) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(191) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(214) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(214) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(214) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(214) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(234) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(241) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(242) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(243) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(244) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(253) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(254) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(255) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(256) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_image\image_draw.c(382) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(382) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(384) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(384) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(388) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(388) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(390) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(390) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(392) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(392) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(396) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(396) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(407) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(407) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(470) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(470) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(574) : warning C4244: '=' : conversion from 'float' to 'unsigned int', possible loss of data
source\blender\editors\space_image\image_draw.c(605) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_draw.c(605) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'image_header.c'
image_header.c
source\blender\editors\space_image\image_header.c(929) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'image_ops.c'
image_ops.c
source\blender\editors\space_image\image_ops.c(94) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_image\image_ops.c(95) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_image\image_ops.c(317) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_image\image_ops.c(447) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_ops.c(448) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_ops.c(452) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_image\image_ops.c(454) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_image\image_ops.c(455) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_image\image_ops.c(531) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\image_ops.c(532) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'image_panels.c'
image_panels.c
Compiling ==> 'image_render.c'
image_render.c
Compiling ==> 'space_image.c'
space_image.c
source\blender\editors\space_image\space_image.c(294) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_image\space_image.c(295) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_image\space_image.c(308) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_image\space_image.c(309) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Linking library ==> 'bf_editors_space_image.lib'
Compiling ==> 'info_header.c'
info_header.c
source\blender\editors\space_info\info_header.c(208) : warning C4047: '==' : 'int' differs in levels of indirection from 'void *'
source\blender\editors\space_info\info_header.c(224) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'space_info.c'
space_info.c
source\blender\editors\space_info\space_info.c(158) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\space_info\space_info.c(158) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\space_info\space_info.c(163) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\space_info\space_info.c(163) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
Linking library ==> 'bf_editors_space_info.lib'
Compiling ==> 'graph_draw.c'
graph_draw.c
Compiling ==> 'graph_edit.c'
graph_edit.c
Compiling ==> 'graph_header.c'
graph_header.c
Compiling ==> 'graph_ops.c'
graph_ops.c
Compiling ==> 'graph_select.c'
graph_select.c
Compiling ==> 'space_graph.c'
space_graph.c
Linking library ==> 'bf_editors_space_graph.lib'
Compiling ==> 'drawnode.c'
drawnode.c
source\blender\editors\space_node\drawnode.c(215) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(231) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(234) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(234) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(237) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(256) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(292) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_node\drawnode.c(341) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(341) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(428) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(428) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(435) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(435) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(435) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(443) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(443) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(457) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(457) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(457) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(584) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(592) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(601) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(610) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(620) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(620) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(623) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(623) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(626) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(626) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(645) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(646) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(647) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(649) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(650) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(651) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(653) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(654) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(655) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(658) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(659) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(660) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(662) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(663) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(664) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(670) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(672) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(674) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(676) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(678) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(689) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(689) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(689) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(703) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(703) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(703) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(709) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(709) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(709) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(731) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(739) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(739) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(905) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(913) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1081) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1081) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1090) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1090) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1090) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1094) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1094) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1094) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1102) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1102) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1143) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1144) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1150) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1155) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1158) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1166) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1173) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1177) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1183) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1186) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1198) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1199) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1204) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1207) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1213) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1217) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1220) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1228) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1231) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1238) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1244) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1255) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1256) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1260) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1264) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1265) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_node\drawnode.c(1268) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1269) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_node\drawnode.c(1280) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1281) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1284) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1286) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1290) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1294) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1299) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1303) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1306) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1309) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1314) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1318) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1322) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1335) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1335) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1339) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1342) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1347) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1352) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1357) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1361) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1368) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1372) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1377) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1383) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1388) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1400) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1400) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1405) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1410) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1414) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1415) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_node\drawnode.c(1418) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1419) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_node\drawnode.c(1424) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1427) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1430) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1433) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1446) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1446) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1449) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1454) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1458) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1472) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1473) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1477) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1480) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1483) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1486) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1489) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1503) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1503) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1503) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1517) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1517) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1517) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1529) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1530) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1537) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1544) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1548) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1555) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1559) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1573) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1573) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1573) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1576) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1576) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1576) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1580) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1580) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1580) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1615) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1615) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1615) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1619) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1619) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1619) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1632) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1632) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1632) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1635) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1635) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1635) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1638) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1638) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1638) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1648) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1648) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1648) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1657) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1658) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1664) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1664) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1667) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1667) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1670) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1670) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1673) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1673) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1677) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1677) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1680) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1680) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1683) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1683) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1692) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1692) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1692) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1701) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1706) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1706) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1706) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1709) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1709) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1712) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1712) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1715) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1715) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1725) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1730) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1730) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1730) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1733) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1733) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1733) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1737) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1737) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1740) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1740) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1744) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1744) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1744) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1756) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1757) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1764) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1764) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1766) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1766) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1768) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1768) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1770) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1770) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1787) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1787) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1789) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1789) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1791) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1791) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1795) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1795) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1795) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1798) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1798) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1798) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1817) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1817) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1817) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1820) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1820) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1820) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1836) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1836) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1836) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1846) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1846) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1846) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1883) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1952) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1952) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1952) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1964) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1964) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1964) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1967) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1967) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1967) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1981) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1981) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(1981) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2125) : warning C4244: 'initializing' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2133) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2133) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2139) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2139) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2147) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2147) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2153) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2153) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2177) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2178) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2179) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2180) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2276) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2276) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2284) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2284) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2295) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2317) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2317) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_node\drawnode.c(2458) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_node\drawnode.c(2458) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'node_draw.c'
node_draw.c
source\blender\editors\space_node\node_draw.c(106) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_node\node_draw.c(114) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'node_edit.c'
node_edit.c
c:\blenderdev\b250\blender\source\blender\editors\space_node\node_edit.c(1412) : warning C4700: uninitialized local variable 'my' used
c:\blenderdev\b250\blender\source\blender\editors\space_node\node_edit.c(1412) : warning C4700: uninitialized local variable 'mx' used
Compiling ==> 'node_header.c'
node_header.c
Compiling ==> 'node_ops.c'
node_ops.c
Compiling ==> 'node_select.c'
node_select.c
Compiling ==> 'node_state.c'
node_state.c
Compiling ==> 'space_node.c'
space_node.c
Linking library ==> 'bf_editors_space_node.lib'
Compiling ==> 'outliner.c'
outliner.c
Compiling ==> 'outliner_header.c'
outliner_header.c
Compiling ==> 'outliner_ops.c'
outliner_ops.c
Compiling ==> 'space_outliner.c'
space_outliner.c
Linking library ==> 'bf_editors_space_outliner.lib'
Compiling ==> 'space_time.c'
space_time.c
Compiling ==> 'time_header.c'
time_header.c
Compiling ==> 'time_ops.c'
time_ops.c
Linking library ==> 'bf_editors_space_time.lib'
Compiling ==> 'drawarmature.c'
drawarmature.c
Compiling ==> 'drawmesh.c'
drawmesh.c
source\blender\editors\space_view3d\drawmesh.c(360) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\drawmesh.c(361) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\drawmesh.c(362) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\drawmesh.c(363) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
Compiling ==> 'drawobject.c'
drawobject.c
source\blender\editors\space_view3d\drawobject.c(193) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(194) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(195) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(196) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(197) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(198) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(199) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(200) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(201) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(202) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(203) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(204) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(205) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(206) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(207) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(208) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(209) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(210) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(211) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(212) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(213) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(214) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(215) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(216) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(217) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(218) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(219) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(220) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(221) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(222) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(229) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(230) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(231) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(232) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(233) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(234) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(235) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(236) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(237) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(238) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(239) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(240) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(241) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(242) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(243) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(244) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(245) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(246) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(247) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(248) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(249) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(250) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(251) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(252) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(253) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(254) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(255) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(256) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(257) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(258) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(302) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(302) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(303) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(303) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(304) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(352) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(353) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(357) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(363) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(620) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(621) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(622) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(639) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(689) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(729) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(775) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(792) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(798) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(799) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(803) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(805) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(807) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(811) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(815) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(818) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(819) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(839) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(839) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(845) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(875) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(875) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(875) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(875) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(877) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(877) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(877) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(877) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(969) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(970) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(971) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(975) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(977) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(978) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(979) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(982) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1020) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1021) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1025) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1028) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1029) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1525) : warning C4244: 'function' : conversion from 'float' to 'GLubyte', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1526) : warning C4244: 'function' : conversion from 'float' to 'GLubyte', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1527) : warning C4244: 'function' : conversion from 'float' to 'GLubyte', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1528) : warning C4244: 'function' : conversion from 'float' to 'GLubyte', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1685) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1686) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1807) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1807) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1808) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1817) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1817) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1817) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1835) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1835) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1836) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1871) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1871) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1872) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(1902) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1909) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1919) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(1927) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(2017) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(3280) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(3281) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(3284) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(3285) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(3519) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(3520) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(3527) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4013) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4243) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4289) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(4291) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4293) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4295) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4310) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4311) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4312) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4313) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4329) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(4331) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4332) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4335) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4336) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4408) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4408) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4410) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4410) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4418) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4418) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4420) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4420) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4451) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4452) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4453) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4455) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4456) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4457) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4470) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4471) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4472) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4474) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4475) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4476) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4487) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4493) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_view3d\drawobject.c(4974) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\drawobject.c(5009) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\space_view3d\drawobject.c(5010) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\space_view3d\drawobject.c(5011) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
source\blender\editors\space_view3d\drawobject.c(5012) : warning C4305: 'function' : truncation from 'double' to 'GLfloat'
Compiling ==> 'space_view3d.c'
space_view3d.c
Compiling ==> 'view3d_buttons.c'
view3d_buttons.c
source\blender\editors\space_view3d\view3d_buttons.c(309) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(329) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(503) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(504) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(505) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(582) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(656) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(657) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(658) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(672) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(673) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(678) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(713) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(714) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(715) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(776) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(829) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(830) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(831) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1185) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1231) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1232) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1233) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1275) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1276) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1277) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1325) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(1325) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1327) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1327) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1328) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1328) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1356) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_buttons.c(1371) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1372) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1379) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1379) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1380) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1380) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1381) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_buttons.c(1381) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\space_view3d\view3d_buttons.c(1484) : warning C4700: uninitialized local variable 'newheight' used
Compiling ==> 'view3d_draw.c'
view3d_draw.c
source\blender\editors\space_view3d\view3d_draw.c(217) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(225) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(272) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(273) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(286) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(287) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(312) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(320) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(339) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(346) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(353) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(544) : warning C4244: 'initializing' : conversion from 'double' to 'const float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(572) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(573) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_draw.c(574) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(582) : warning C4244: 'function' : conversion from 'const float' to 'GLint', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(582) : warning C4244: 'function' : conversion from 'const float' to 'GLint', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(593) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(594) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_draw.c(595) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(603) : warning C4244: 'function' : conversion from 'const float' to 'GLint', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(603) : warning C4244: 'function' : conversion from 'const float' to 'GLint', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(614) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(616) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(624) : warning C4244: 'function' : conversion from 'const float' to 'GLint', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(624) : warning C4244: 'function' : conversion from 'const float' to 'GLint', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(848) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(876) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(877) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(883) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(884) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(918) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(929) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(930) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(931) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(932) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(1045) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_draw.c(1341) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(1342) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_draw.c(1399) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
Compiling ==> 'view3d_edit.c'
view3d_edit.c
source\blender\editors\space_view3d\view3d_edit.c(252) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(255) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(257) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(260) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(262) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(265) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(315) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(315) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(316) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(316) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(353) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(353) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(354) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(354) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(373) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(374) : warning C4305: '/=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(389) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(391) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(392) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(421) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
source\blender\editors\space_view3d\view3d_edit.c(433) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(434) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(449) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(451) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(472) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(482) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(702) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(717) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(718) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(719) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(739) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(740) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1010) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1225) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1226) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1227) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1230) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1232) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1233) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1234) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1245) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1246) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1247) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1256) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1256) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1267) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1665) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1665) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1665) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1668) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1668) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1668) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(1949) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1950) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1951) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1952) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1953) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1955) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_edit.c(1964) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2060) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2061) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2062) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2242) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2244) : warning C4244: '=' : conversion from 'const float' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2245) : warning C4244: '=' : conversion from 'const float' to 'short', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2248) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2269) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2270) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2296) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_edit.c(2298) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'view3d_header.c'
view3d_header.c
source\blender\editors\space_view3d\view3d_header.c(5600) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'view3d_ops.c'
view3d_ops.c
Compiling ==> 'view3d_select.c'
view3d_select.c
source\blender\editors\space_view3d\view3d_select.c(261) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_select.c(269) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_select.c(275) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_select.c(1599) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_select.c(1617) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_select.c(1687) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_select.c(1722) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'view3d_snap.c'
view3d_snap.c
source\blender\editors\space_view3d\view3d_snap.c(428) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(429) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(430) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(465) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(466) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(467) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(522) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(523) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(524) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(704) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(705) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(706) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(764) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(804) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(922) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_snap.c(965) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'view3d_view.c'
view3d_view.c
source\blender\editors\space_view3d\view3d_view.c(123) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(125) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(355) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(357) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(359) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(360) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(778) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(779) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(794) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(795) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(825) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(828) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(858) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(866) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(880) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(881) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(891) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(892) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(908) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1090) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1091) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1092) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1093) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1096) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1097) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1098) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1099) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1265) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_view.c(1282) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1283) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1284) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1289) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\view3d_view.c(1294) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\view3d_view.c(1305) : warning C4305: '=' : truncation from 'double' to 'float'
Compiling ==> 'vpaint.c'
vpaint.c
source\blender\editors\space_view3d\vpaint.c(148) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\vpaint.c(164) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_view3d\vpaint.c(223) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(225) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(227) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(229) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(297) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(297) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(297) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(299) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(299) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(299) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(301) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(301) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(301) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(304) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(304) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(304) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\space_view3d\vpaint.c(559) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(562) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(563) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(565) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(825) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\vpaint.c(825) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\vpaint.c(825) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\vpaint.c(825) : warning C4244: 'function' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\space_view3d\vpaint.c(831) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(861) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(862) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(864) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(869) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(872) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(884) : warning C4244: '*=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_view3d\vpaint.c(898) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(905) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(908) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(911) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(921) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(928) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(931) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(936) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(1055) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(1059) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(1063) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(1068) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_view3d\vpaint.c(1116) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
c:\blenderdev\b250\blender\source\blender\editors\space_view3d\vpaint.c(594) : warning C4700: uninitialized local variable 'mval' used
c:\blenderdev\b250\blender\source\blender\editors\space_view3d\vpaint.c(974) : warning C4700: uninitialized local variable 'mval' used
Linking library ==> 'bf_editors_space_view3d.lib'
Compiling ==> 'sound_header.c'
sound_header.c
source\blender\editors\space_sound\sound_header.c(127) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'space_sound.c'
space_sound.c
Linking library ==> 'bf_editors_space_sound.lib'
Compiling ==> 'action_draw.c'
action_draw.c
Compiling ==> 'action_edit.c'
action_edit.c
Compiling ==> 'action_header.c'
action_header.c
Compiling ==> 'action_ops.c'
action_ops.c
Compiling ==> 'action_select.c'
action_select.c
Compiling ==> 'space_action.c'
space_action.c
Linking library ==> 'bf_editors_space_action.lib'
Compiling ==> 'nla_header.c'
nla_header.c
source\blender\editors\space_nla\nla_header.c(127) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'space_nla.c'
space_nla.c
Linking library ==> 'bf_editors_space_nla.lib'
Compiling ==> 'script_edit.c'
script_edit.c
Compiling ==> 'script_header.c'
script_header.c
source\blender\editors\space_script\script_header.c(127) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'script_ops.c'
script_ops.c
Compiling ==> 'space_script.c'
space_script.c
Linking library ==> 'bf_editors_space_script.lib'
Compiling ==> 'space_text.c'
space_text.c
Compiling ==> 'text_header.c'
text_header.c
source\blender\editors\space_text\text_header.c(127) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Linking library ==> 'bf_editors_space_text.lib'
Compiling ==> 'sequencer_add.c'
sequencer_add.c
source\blender\editors\space_sequencer\sequencer_add.c(134) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'sequencer_draw.c'
sequencer_draw.c
source\blender\editors\space_sequencer\sequencer_draw.c(87) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(88) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(124) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(124) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(124) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(127) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(128) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(129) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(149) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(149) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(149) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(152) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(153) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(154) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(155) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(156) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(157) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(158) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(159) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(214) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(219) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(343) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(344) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(360) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(362) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(363) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(364) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(368) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(371) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(372) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(373) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(407) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(410) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(424) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(425) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(442) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(445) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(465) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(468) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(495) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(513) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(532) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(535) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(536) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(582) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(607) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(608) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(670) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(671) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(673) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(674) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(684) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(684) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(699) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(700) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(718) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(729) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(729) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(807) : warning C4144: '!=' : relational expression as switch expression
source\blender\editors\space_sequencer\sequencer_draw.c(838) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(847) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(848) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(852) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(852) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(859) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_draw.c(864) : warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(868) : warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(877) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(877) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1004) : warning C4244: 'function' : conversion from 'double' to 'GLclampf', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1026) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1027) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1028) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1029) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1030) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1040) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1041) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\space_sequencer\sequencer_draw.c(1042) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'sequencer_edit.c'
sequencer_edit.c
source\blender\editors\space_sequencer\sequencer_edit.c(187) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(188) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(190) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(191) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(226) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(233) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(234) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(235) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(417) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(418) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(420) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(421) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2328) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2350) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2352) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2353) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2355) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2356) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2360) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2362) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_edit.c(2363) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'sequencer_header.c'
sequencer_header.c
source\blender\editors\space_sequencer\sequencer_header.c(393) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\space_sequencer\sequencer_header.c(394) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_header.c(397) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_header.c(408) : warning C4244: 'function' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\space_sequencer\sequencer_header.c(413) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_header.c(453) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'sequencer_ops.c'
sequencer_ops.c
Compiling ==> 'sequencer_scopes.c'
sequencer_scopes.c
source\blender\editors\space_sequencer\sequencer_scopes.c(38) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(39) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(40) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(43) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(46) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(107) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(108) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(110) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(111) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(116) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(117) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(119) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(120) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(152) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(170) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(198) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(216) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(259) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(309) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(363) : warning C4244: 'initializing' : conversion from 'double' to 'unsigned int', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(394) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(438) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(452) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(486) : warning C4018: '>' : signed/unsigned mismatch
source\blender\editors\space_sequencer\sequencer_scopes.c(543) : warning C4018: '>' : signed/unsigned mismatch
source\blender\editors\space_sequencer\sequencer_scopes.c(577) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(578) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(579) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(606) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\space_sequencer\sequencer_scopes.c(628) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(629) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(630) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\space_sequencer\sequencer_scopes.c(653) : warning C4305: 'initializing' : truncation from 'double' to 'float'
Compiling ==> 'sequencer_select.c'
sequencer_select.c
Compiling ==> 'space_sequencer.c'
space_sequencer.c
source\blender\editors\space_sequencer\space_sequencer.c(96) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Linking library ==> 'bf_editors_space_sequencer.lib'
Compiling ==> 'transform.c'
transform.c
source\blender\editors\transform\transform.c(197) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(198) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(208) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(209) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(219) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(220) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(230) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(231) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(278) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(279) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(285) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(286) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform.c(1756) : warning C4305: '+=' : truncation from 'double' to 'float'
source\blender\editors\transform\transform.c(3360) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4109) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4111) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4172) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4174) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4178) : warning C4244: '=' : conversion from 'const double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4382) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform.c(4442) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'transform_constraints.c'
transform_constraints.c
Compiling ==> 'transform_conversions.c'
transform_conversions.c
source\blender\editors\transform\transform_conversions.c(3300) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\transform\transform_conversions.c(3763) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform_conversions.c(3768) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform_conversions.c(3771) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform_conversions.c(3775) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'transform_generics.c'
transform_generics.c
Compiling ==> 'transform_input.c'
transform_input.c
source\blender\editors\transform\transform_input.c(117) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform_input.c(143) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\transform\transform_input.c(206) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'transform_manipulator.c'
transform_manipulator.c
Compiling ==> 'transform_ndofinput.c'
transform_ndofinput.c
Compiling ==> 'transform_numinput.c'
transform_numinput.c
Compiling ==> 'transform_ops.c'
transform_ops.c
Compiling ==> 'transform_orientations.c'
transform_orientations.c
Compiling ==> 'transform_snap.c'
transform_snap.c
source\blender\editors\transform\transform_snap.c(451) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform_snap.c(453) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform_snap.c(463) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform_snap.c(467) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform_snap.c(470) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\transform\transform_snap.c(662) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Linking library ==> 'bf_editors_transform.lib'
Compiling ==> 'area.c'
area.c
source\blender\editors\screen\area.c(103) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\screen\area.c(103) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'glutil.c'
glutil.c
source\blender\editors\screen\glutil.c(318) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\screen\glutil.c(329) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\screen\glutil.c(344) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(344) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(357) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(357) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(521) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(522) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(546) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(547) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(657) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\glutil.c(658) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\glutil.c(659) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\glutil.c(660) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\glutil.c(678) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(679) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(683) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(684) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(717) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\screen\glutil.c(731) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(731) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(744) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(744) : warning C4244: 'function' : conversion from 'double' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(757) : warning C4244: 'function' : conversion from 'int' to 'GLfloat', possible loss of data
source\blender\editors\screen\glutil.c(814) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\screen\glutil.c(815) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'screendump.c'
screendump.c
source\blender\editors\screen\screendump.c(254) : warning C4244: 'function' : conversion from 'short' to 'unsigned char', possible loss of data
Compiling ==> 'screen_context.c'
screen_context.c
Compiling ==> 'screen_edit.c'
screen_edit.c
source\blender\editors\screen\screen_edit.c(288) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\editors\screen\screen_edit.c(321) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\screen\screen_edit.c(332) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\screen\screen_edit.c(627) : warning C4244: '-=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\screen\screen_edit.c(628) : warning C4244: '-=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\screen\screen_edit.c(631) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\screen_edit.c(632) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\screen_edit.c(635) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\screen_edit.c(637) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\screen_edit.c(702) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\screen_edit.c(703) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\screen_edit.c(774) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\screen_edit.c(775) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
Compiling ==> 'screen_ops.c'
screen_ops.c
source\blender\editors\screen\screen_ops.c(983) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\screen\screen_ops.c(1534) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\screen\screen_ops.c(1787) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
Linking library ==> 'bf_editors_screen.lib'
Compiling ==> 'sculpt.c'
sculpt.c
source\blender\editors\sculpt\sculpt.c(189) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(190) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(191) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(201) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(202) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(210) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\sculpt\sculpt.c(211) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\sculpt\sculpt.c(224) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(229) : warning C4244: 'return' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\editors\sculpt\sculpt.c(237) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(239) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(240) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(250) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(615) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(617) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(619) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(620) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(624) : warning C4018: '>' : signed/unsigned mismatch
source\blender\editors\sculpt\sculpt.c(625) : warning C4018: '>' : signed/unsigned mismatch
source\blender\editors\sculpt\sculpt.c(634) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(650) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
source\blender\editors\sculpt\sculpt.c(665) : warning C4244: 'initializing' : conversion from 'int' to 'const float', possible loss of data
source\blender\editors\sculpt\sculpt.c(681) : warning C4244: 'initializing' : conversion from 'float' to 'const int', possible loss of data
source\blender\editors\sculpt\sculpt.c(686) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(690) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(691) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(693) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(694) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(700) : warning C4244: 'function' : conversion from 'unsigned int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(700) : warning C4244: 'function' : conversion from 'unsigned int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(705) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(708) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(709) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(727) : warning C4244: 'initializing' : conversion from 'int' to 'const float', possible loss of data
source\blender\editors\sculpt\sculpt.c(732) : warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(733) : warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(734) : warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(735) : warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(740) : warning C4018: '<' : signed/unsigned mismatch
source\blender\editors\sculpt\sculpt.c(864) : warning C4018: '<' : signed/unsigned mismatch
source\blender\editors\sculpt\sculpt.c(957) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\sculpt\sculpt.c(958) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\sculpt\sculpt.c(959) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\sculpt\sculpt.c(1026) : warning C4018: '<' : signed/unsigned mismatch
source\blender\editors\sculpt\sculpt.c(1192) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\sculpt\sculpt.c(1192) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(1328) : warning C4244: 'function' : conversion from 'float' to 'const short', possible loss of data
source\blender\editors\sculpt\sculpt.c(1402) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(1413) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\editors\sculpt\sculpt.c(1414) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(1415) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\sculpt.c(1427) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'stroke.c'
stroke.c
source\blender\editors\sculpt\stroke.c(94) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\stroke.c(105) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\sculpt\stroke.c(106) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\editors\sculpt\stroke.c(134) : warning C4244: 'initializing' : conversion from 'double' to 'const float', possible loss of data
source\blender\editors\sculpt\stroke.c(162) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\sculpt\stroke.c(179) : warning C4244: 'initializing' : conversion from 'float' to 'const int', possible loss of data
source\blender\editors\sculpt\stroke.c(185) : warning C4244: 'initializing' : conversion from 'int' to 'const float', possible loss of data
source\blender\editors\sculpt\stroke.c(209) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
source\blender\editors\sculpt\stroke.c(210) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
Linking library ==> 'bf_editors_sculpt.lib'
Compiling ==> 'uvedit_draw.c'
uvedit_draw.c
source\blender\editors\uvedit\uvedit_draw.c(71) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(71) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(72) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(72) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(73) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(73) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(74) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(74) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(78) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(78) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(79) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(79) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(80) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(80) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(81) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(81) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(86) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(86) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(87) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(87) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(88) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(88) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(89) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(89) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(93) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(93) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(94) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(94) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(95) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(95) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(96) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(96) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(211) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(213) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(270) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(271) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(272) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(273) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(283) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(284) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(285) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(286) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(293) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(294) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(297) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(298) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(301) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(302) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(305) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(306) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(330) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(331) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(332) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(340) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(341) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(342) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(348) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(349) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(352) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(353) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(356) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_draw.c(357) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'uvedit_ops.c'
uvedit_ops.c
source\blender\editors\uvedit\uvedit_ops.c(325) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(326) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(329) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(330) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(408) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(409) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(488) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(548) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(550) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(589) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(1922) : warning C4305: 'function' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_ops.c(2245) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(2245) : warning C4244: 'function' : conversion from 'int' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(2986) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
source\blender\editors\uvedit\uvedit_ops.c(2987) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Compiling ==> 'uvedit_parametrizer.c'
uvedit_parametrizer.c
source\blender\editors\uvedit\uvedit_parametrizer.c(369) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(412) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(423) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(770) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(771) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(1169) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(2258) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(2259) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2286) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2287) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2372) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2379) : warning C4305: 'initializing' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(2423) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2424) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2425) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2434) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2456) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2477) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2498) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2599) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(2673) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2674) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2675) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2688) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2754) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2755) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2756) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(2898) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(2899) : warning C4305: '=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(3067) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3068) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3069) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3088) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3108) : warning C4244: 'function' : conversion from 'double' to 'NLfloat', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3116) : warning C4244: 'function' : conversion from 'double' to 'NLfloat', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3218) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3220) : warning C4305: '*=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(3268) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3269) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3270) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3282) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3436) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3505) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3523) : warning C4305: '-=' : truncation from 'double' to 'float'
source\blender\editors\uvedit\uvedit_parametrizer.c(3534) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3535) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3585) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3754) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(3950) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(4360) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(4362) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(4400) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_parametrizer.c(4426) : warning C4244: 'function' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'uvedit_unwrap_ops.c'
uvedit_unwrap_ops.c
source\blender\editors\uvedit\uvedit_unwrap_ops.c(667) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(668) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(669) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(671) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(682) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(683) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(684) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(686) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(858) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(859) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(863) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(864) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(869) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(873) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1195) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1196) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1197) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1204) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1205) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1206) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1207) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1210) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1211) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1214) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1215) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1220) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\editors\uvedit\uvedit_unwrap_ops.c(1221) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Linking library ==> 'bf_editors_uvedit.lib'
Compiling ==> 'allocimbuf.c'
allocimbuf.c
Compiling ==> 'amiga.c'
amiga.c
Compiling ==> 'anim.c'
anim.c
source\blender\imbuf\intern\anim.c(551) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\anim.c(589) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\imbuf\intern\anim.c(717) : warning C4244: 'initializing' : conversion from 'double' to '__int64', possible loss of data
source\blender\imbuf\intern\anim.c(726) : warning C4244: '+=' : conversion from 'double' to '__int64', possible loss of data
Compiling ==> 'anim5.c'
anim5.c
source\blender\imbuf\intern\anim5.c(410) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\imbuf\intern\anim5.c(413) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\imbuf\intern\anim5.c(414) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\imbuf\intern\anim5.c(421) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
source\blender\imbuf\intern\anim5.c(429) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\imbuf\intern\anim5.c(432) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\imbuf\intern\anim5.c(439) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
Compiling ==> 'antialias.c'
antialias.c
source\blender\imbuf\intern\antialias.c(212) : warning C4244: '+=' : conversion from 'double' to 'uchar', possible loss of data
source\blender\imbuf\intern\antialias.c(213) : warning C4244: '+=' : conversion from 'double' to 'uchar', possible loss of data
source\blender\imbuf\intern\antialias.c(214) : warning C4244: '+=' : conversion from 'double' to 'uchar', possible loss of data
source\blender\imbuf\intern\antialias.c(215) : warning C4244: '+=' : conversion from 'double' to 'uchar', possible loss of data
Compiling ==> 'bitplanes.c'
bitplanes.c
Compiling ==> 'bmp.c'
bmp.c
Compiling ==> 'cmap.c'
cmap.c
source\blender\imbuf\intern\cmap.c(337) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
source\blender\imbuf\intern\cmap.c(341) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
source\blender\imbuf\intern\cmap.c(345) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
source\blender\imbuf\intern\cmap.c(348) : warning C4018: '>' : signed/unsigned mismatch
source\blender\imbuf\intern\cmap.c(350) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
source\blender\imbuf\intern\cmap.c(353) : warning C4018: '>' : signed/unsigned mismatch
source\blender\imbuf\intern\cmap.c(355) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
source\blender\imbuf\intern\cmap.c(358) : warning C4018: '>' : signed/unsigned mismatch
source\blender\imbuf\intern\cmap.c(360) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
Compiling ==> 'cspace.c'
cspace.c
source\blender\imbuf\intern\cspace.c(49) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\imbuf\intern\cspace.c(165) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
source\blender\imbuf\intern\cspace.c(166) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
source\blender\imbuf\intern\cspace.c(167) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
Compiling ==> 'data.c'
data.c
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(36) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(36) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(37) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(37) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(37) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(38) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(38) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(46) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(46) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(47) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(47) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(47) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(48) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(48) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(56) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(56) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(58) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(58) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(59) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(59) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(59) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(62) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(62) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(62) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(63) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(63) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(63) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(64) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(64) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(64) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(69) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(69) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(70) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(70) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(71) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(71) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(74) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(74) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(74) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(75) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(75) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(76) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(76) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(77) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(77) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(77) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(80) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(80) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(80) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(81) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(81) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(81) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(82) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(82) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\blenderdev\b250\blender\source\blender\imbuf\intern\matrix.h(82) : warning C4305: 'initializing' : truncation from 'double' to 'float'
Compiling ==> 'dither.c'
dither.c
Compiling ==> 'divers.c'
divers.c
source\blender\imbuf\intern\divers.c(157) : warning C4244: '=' : conversion from 'double' to 'uchar', possible loss of data
source\blender\imbuf\intern\divers.c(168) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\divers.c(169) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\divers.c(170) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\divers.c(216) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'dynlibtiff.c'
dynlibtiff.c
Compiling ==> 'filter.c'
filter.c
Compiling ==> 'ham.c'
ham.c
Compiling ==> 'hamx.c'
hamx.c
source\blender\imbuf\intern\hamx.c(279) : warning C4244: '=' : conversion from 'short' to 'uchar', possible loss of data
source\blender\imbuf\intern\hamx.c(572) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
Compiling ==> 'iff.c'
iff.c
source\blender\imbuf\intern\iff.c(106) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(116) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(120) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(151) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(162) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(181) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\imbuf\intern\iff.c(189) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(192) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\imbuf\intern\iff.c(196) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
source\blender\imbuf\intern\iff.c(200) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\imbuf\intern\iff.c(203) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
source\blender\imbuf\intern\iff.c(209) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\imbuf\intern\iff.c(216) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
source\blender\imbuf\intern\iff.c(220) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
Compiling ==> 'imageprocess.c'
imageprocess.c
source\blender\imbuf\intern\imageprocess.c(270) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\imageprocess.c(271) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\imageprocess.c(293) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\imageprocess.c(294) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\imageprocess.c(297) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\imageprocess.c(298) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\imageprocess.c(299) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\imageprocess.c(300) : warning C4244: '=' : conversion from 'float' to 'unsigned char', possible loss of data
Compiling ==> 'imginfo.c'
imginfo.c
Compiling ==> 'iris.c'
iris.c
source\blender\imbuf\intern\iris.c(289) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\iris.c(496) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\imbuf\intern\iris.c(623) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\iris.c(624) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
Compiling ==> 'jp2.c'
jp2.c
source\blender\imbuf\intern\jp2.c(219) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
source\blender\imbuf\intern\jp2.c(246) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
source\blender\imbuf\intern\jp2.c(249) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\jp2.c(258) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\jp2.c(259) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\jp2.c(260) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
source\blender\imbuf\intern\jp2.c(263) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
Compiling ==> 'jpeg.c'
jpeg.c
Compiling ==> 'md5.c'
md5.c
Compiling ==> 'png.c'
png.c
source\blender\imbuf\intern\png.c(367) : warning C4244: 'function' : conversion from 'png_uint_32' to 'short', possible loss of data
source\blender\imbuf\intern\png.c(367) : warning C4244: 'function' : conversion from 'png_uint_32' to 'short', possible loss of data
Compiling ==> 'radiance_hdr.c'
radiance_hdr.c
source\blender\imbuf\intern\radiance_hdr.c(137) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\radiance_hdr.c(153) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'readimage.c'
readimage.c
Compiling ==> 'rectop.c'
rectop.c
source\blender\imbuf\intern\rectop.c(162) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\rectop.c(192) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
Compiling ==> 'rotate.c'
rotate.c
Compiling ==> 'scaling.c'
scaling.c
source\blender\imbuf\intern\scaling.c(498) : warning C4244: '=' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(499) : warning C4244: '=' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(502) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(513) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(591) : warning C4244: '=' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(592) : warning C4244: '=' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(596) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(601) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(653) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(670) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(712) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(715) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(716) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(723) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(724) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(725) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(792) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(793) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(797) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(799) : warning C4244: 'initializing' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(800) : warning C4244: 'initializing' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(802) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(803) : warning C4244: 'initializing' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(804) : warning C4244: 'initializing' : conversion from 'double' to 'uintptr_t', possible loss of data
source\blender\imbuf\intern\scaling.c(810) : warning C4244: '=' : conversion from 'uintptr_t' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(818) : warning C4244: '=' : conversion from 'uintptr_t' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(826) : warning C4244: '=' : conversion from 'uintptr_t' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(834) : warning C4244: '=' : conversion from 'uintptr_t' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(854) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(855) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(870) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\scaling.c(871) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(977) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(1032) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1033) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1034) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1035) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1101) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(1157) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1158) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1159) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1160) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1233) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(1332) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1333) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1334) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1335) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1400) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\imbuf\intern\scaling.c(1506) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1507) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1508) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1509) : warning C4244: '=' : conversion from 'float' to 'uchar', possible loss of data
source\blender\imbuf\intern\scaling.c(1550) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\imbuf\intern\scaling.c(1551) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\imbuf\intern\scaling.c(1633) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\imbuf\intern\scaling.c(1634) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Compiling ==> 'targa.c'
targa.c
Compiling ==> 'thumbs.c'
thumbs.c
source\blender\imbuf\intern\thumbs.c(274) : warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\process.h(227) : see declaration of 'getpid'
source\blender\imbuf\intern\thumbs.c(284) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
source\blender\imbuf\intern\thumbs.c(291) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
source\blender\imbuf\intern\thumbs.c(296) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
source\blender\imbuf\intern\thumbs.c(310) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(127) : see declaration of 'chdir'
Compiling ==> 'tiff.c'
tiff.c
Compiling ==> 'util.c'
util.c
Compiling ==> 'writeimage.c'
writeimage.c
source\blender\imbuf\intern\writeimage.c(142) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
source\blender\imbuf\intern\writeimage.c(183) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
Linking library ==> 'bf_imbuf.lib'
Using tempfile c:\users\joshua\appdata\local\temp\tmpr9qkhd.lnk for command line:
lib /nologo /OUT:C:\blenderdev\b250\buildvc\lib\bf_imbuf.lib C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\allocimbuf.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\amiga.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\anim.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\anim5.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\antialias.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\bitplanes.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\bmp.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\cmap.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\cspace.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\data.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\dither.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\divers.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\dynlibtiff.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\filter.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\ham.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\hamx.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\iff.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\imageprocess.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\imginfo.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\iris.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\jp2.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\jpeg.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\md5.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\png.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\radiance_hdr.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\readimage.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\rectop.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\rotate.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\scaling.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\targa.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\thumbs.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\tiff.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\util.obj C:\blenderdev\b250\buildvc\source\blender\imbuf\intern\writeimage.obj
Compiling ==> 'cineonlib.c'
cineonlib.c
source\blender\imbuf\intern\cineon\cineonlib.c(93) : warning C4305: 'function' : truncation from 'double' to 'R32'
Compiling ==> 'cineon_dpx.c'
cineon_dpx.c
Compiling ==> 'dpxlib.c'
dpxlib.c
source\blender\imbuf\intern\cineon\dpxlib.c(46) : warning C4305: 'function' : truncation from 'double' to 'R32'
source\blender\imbuf\intern\cineon\dpxlib.c(336) : warning C4018: '<' : signed/unsigned mismatch
source\blender\imbuf\intern\cineon\dpxlib.c(344) : warning C4018: '<' : signed/unsigned mismatch
Compiling ==> 'logImageCore.c'
logImageCore.c
source\blender\imbuf\intern\cineon\logImageCore.c(92) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
source\blender\imbuf\intern\cineon\logImageCore.c(121) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
Compiling ==> 'logImageLib.c'
logImageLib.c
Compiling ==> 'logmemfile.c'
logmemfile.c
source\blender\imbuf\intern\cineon\logmemfile.c(35) : warning C4018: '>' : signed/unsigned mismatch
source\blender\imbuf\intern\cineon\logmemfile.c(38) : warning C4018: '>' : signed/unsigned mismatch
source\blender\imbuf\intern\cineon\logmemfile.c(70) : warning C4018: '<' : signed/unsigned mismatch
Linking library ==> 'bf_cineon.lib'
Compiling ==> 'makesdna.c'
makesdna.c
Linking program ==> 'makesdna.exe'
..\buildvc\makesdna C:\blenderdev\b250\buildvc\source\blender\makesdna\intern\dna.c
Running makesdna at debug level 0
	Program version: $Id: makesdna.c 18546 2009-01-17 03:12:50Z aligorith $
Writing file ... done.
Compiling ==> 'dna.c'
dna.c
Compiling ==> 'dna_genfile.c'
dna_genfile.c
source\blender\makesdna\intern\dna_genfile.c(677) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(679) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(681) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(683) : warning C4244: '=' : conversion from 'double' to 'unsigned short', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(685) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(687) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(689) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(692) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
source\blender\makesdna\intern\dna_genfile.c(726) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
Linking library ==> 'bf_dna.lib'
Compiling ==> 'rna_access.c'
rna_access.c
Compiling ==> 'rna_dependency.c'
rna_dependency.c
Compiling ==> 'makesrna.c'
makesrna.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
source\blender\makesrna\intern\makesrna.c(298) : warning C4018: '<' : signed/unsigned mismatch
source\blender\makesrna\intern\makesrna.c(441) : warning C4018: '<' : signed/unsigned mismatch
source\blender\makesrna\intern\makesrna.c(623) : warning C4100: 'dp' : unreferenced formal parameter
source\blender\makesrna\intern\makesrna.c(649) : warning C4100: 'dp' : unreferenced formal parameter
source\blender\makesrna\intern\makesrna.c(680) : warning C4054: 'type cast' : from function pointer 'PropBooleanGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(680) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(681) : warning C4054: 'type cast' : from function pointer 'PropBooleanSetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(681) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(684) : warning C4054: 'type cast' : from function pointer 'PropBooleanArrayGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(684) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(685) : warning C4054: 'type cast' : from function pointer 'PropBooleanArraySetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(685) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(693) : warning C4054: 'type cast' : from function pointer 'PropIntGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(693) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(694) : warning C4054: 'type cast' : from function pointer 'PropIntSetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(694) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(697) : warning C4054: 'type cast' : from function pointer 'PropIntArrayGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(697) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(698) : warning C4054: 'type cast' : from function pointer 'PropIntArraySetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(698) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(706) : warning C4054: 'type cast' : from function pointer 'PropFloatGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(706) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(707) : warning C4054: 'type cast' : from function pointer 'PropFloatSetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(707) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(710) : warning C4054: 'type cast' : from function pointer 'PropFloatArrayGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(710) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(711) : warning C4054: 'type cast' : from function pointer 'PropFloatArraySetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(711) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(718) : warning C4054: 'type cast' : from function pointer 'PropEnumGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(718) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(719) : warning C4054: 'type cast' : from function pointer 'PropEnumSetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(719) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(725) : warning C4054: 'type cast' : from function pointer 'PropStringGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(725) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(726) : warning C4054: 'type cast' : from function pointer 'PropStringLengthFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(726) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(727) : warning C4054: 'type cast' : from function pointer 'PropStringSetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(727) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(733) : warning C4054: 'type cast' : from function pointer 'PropPointerGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(733) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(734) : warning C4054: 'type cast' : from function pointer 'PropPointerSetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(734) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(746) : warning C4054: 'type cast' : from function pointer 'PropCollectionLengthFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(746) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(748) : warning C4054: 'type cast' : from function pointer 'PropCollectionGetFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(748) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(749) : warning C4054: 'type cast' : from function pointer 'PropCollectionBeginFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(749) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(750) : warning C4054: 'type cast' : from function pointer 'PropCollectionNextFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(750) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(751) : warning C4054: 'type cast' : from function pointer 'PropCollectionEndFunc' to data pointer 'unsigned char *'
source\blender\makesrna\intern\makesrna.c(751) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(875) : warning C4255: 'rna_auto_types' : no function prototype given: converting '()' to '(void)'
source\blender\makesrna\intern\makesrna.c(993) : warning C4100: 'brna' : unreferenced formal parameter
source\blender\makesrna\intern\makesrna.c(1123) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1123) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1128) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1128) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1128) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1128) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1135) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1135) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1135) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1135) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1135) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1148) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1148) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1148) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1148) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1148) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1162) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1162) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1162) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1168) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1168) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1173) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1173) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1180) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1227) : warning C4152: nonstandard extension, function/data pointer conversion in expression
source\blender\makesrna\intern\makesrna.c(1014) : warning C4100: 'brna' : unreferenced formal parameter
source\blender\makesrna\intern\makesrna.c(1345) : warning C4100: 'brna' : unreferenced formal parameter
Compiling ==> 'rna_action.c'
rna_action.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_actuator.c'
rna_actuator.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_animation.c'
rna_animation.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_armature.c'
rna_armature.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_brush.c'
rna_brush.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_camera.c'
rna_camera.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
c:\blenderdev\b250\blender\source\blender\windowmanager\wm_cursors.h(75) : warning C4820: 'BCursor' : '2' bytes padding added after data member 'bg_color'
source\blender\windowmanager\WM_types.h(80) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'keymodifier'
source\blender\windowmanager\WM_types.h(84) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'custom'
source\blender\windowmanager\WM_types.h(87) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'customdatafree'
source\blender\windowmanager\WM_types.h(269) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'event_type'
source\blender\windowmanager\WM_types.h(274) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'sleep'
Compiling ==> 'rna_cloth.c'
rna_cloth.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_color.c'
rna_color.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_constraint.c'
rna_constraint.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_controller.c'
rna_controller.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_curve.c'
rna_curve.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
source\blender\makesrna\intern\rna_curve.c(227) : warning C4100: 'brna' : unreferenced formal parameter
source\blender\makesrna\intern\rna_curve.c(255) : warning C4100: 'brna' : unreferenced formal parameter
source\blender\makesrna\intern\rna_curve.c(269) : warning C4100: 'brna' : unreferenced formal parameter
Compiling ==> 'rna_define.c'
rna_define.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
source\blender\makesrna\intern\rna_define.c(114) : warning C4127: conditional expression is constant
source\blender\makesrna\intern\rna_define.c(226) : warning C4255: 'RNA_create' : no function prototype given: converting '()' to '(void)'
source\blender\makesrna\intern\rna_define.c(240) : warning C4100: 'brna' : unreferenced formal parameter
source\blender\makesrna\intern\rna_define.c(430) : warning C4100: 'srna' : unreferenced formal parameter
source\blender\makesrna\intern\rna_define.c(450) : warning C4100: 'srna' : unreferenced formal parameter
source\blender\makesrna\intern\rna_define.c(515) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'StructRefineFunc'
source\blender\makesrna\intern\rna_define.c(1262) : warning C4055: 'type cast' : from data pointer 'unsigned char [27]' to function pointer 'PropCollectionNextFunc'
source\blender\makesrna\intern\rna_define.c(1263) : warning C4055: 'type cast' : from data pointer 'unsigned char [26]' to function pointer 'PropCollectionGetFunc'
source\blender\makesrna\intern\rna_define.c(1264) : warning C4055: 'type cast' : from data pointer 'unsigned char [26]' to function pointer 'PropCollectionEndFunc'
source\blender\makesrna\intern\rna_define.c(1285) : warning C4055: 'type cast' : from data pointer 'unsigned char [24]' to function pointer 'PropCollectionNextFunc'
source\blender\makesrna\intern\rna_define.c(1286) : warning C4055: 'type cast' : from data pointer 'unsigned char [23]' to function pointer 'PropCollectionEndFunc'
source\blender\makesrna\intern\rna_define.c(1289) : warning C4055: 'type cast' : from data pointer 'unsigned char [35]' to function pointer 'PropCollectionGetFunc'
source\blender\makesrna\intern\rna_define.c(1291) : warning C4055: 'type cast' : from data pointer 'unsigned char [23]' to function pointer 'PropCollectionGetFunc'
source\blender\makesrna\intern\rna_define.c(1311) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'EditableFunc'
source\blender\makesrna\intern\rna_define.c(1322) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'UpdateFunc'
source\blender\makesrna\intern\rna_define.c(1339) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropBooleanArrayGetFunc'
source\blender\makesrna\intern\rna_define.c(1340) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropBooleanArraySetFunc'
source\blender\makesrna\intern\rna_define.c(1343) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropBooleanGetFunc'
source\blender\makesrna\intern\rna_define.c(1344) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropBooleanSetFunc'
source\blender\makesrna\intern\rna_define.c(1369) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropIntArrayGetFunc'
source\blender\makesrna\intern\rna_define.c(1370) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropIntArraySetFunc'
source\blender\makesrna\intern\rna_define.c(1373) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropIntGetFunc'
source\blender\makesrna\intern\rna_define.c(1374) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropIntSetFunc'
source\blender\makesrna\intern\rna_define.c(1376) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropIntRangeFunc'
source\blender\makesrna\intern\rna_define.c(1400) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropFloatArrayGetFunc'
source\blender\makesrna\intern\rna_define.c(1401) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropFloatArraySetFunc'
source\blender\makesrna\intern\rna_define.c(1404) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropFloatGetFunc'
source\blender\makesrna\intern\rna_define.c(1405) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropFloatSetFunc'
source\blender\makesrna\intern\rna_define.c(1407) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropFloatRangeFunc'
source\blender\makesrna\intern\rna_define.c(1430) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropEnumGetFunc'
source\blender\makesrna\intern\rna_define.c(1431) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropEnumSetFunc'
source\blender\makesrna\intern\rna_define.c(1454) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropStringGetFunc'
source\blender\makesrna\intern\rna_define.c(1455) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropStringLengthFunc'
source\blender\makesrna\intern\rna_define.c(1456) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropStringSetFunc'
source\blender\makesrna\intern\rna_define.c(1479) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropPointerGetFunc'
source\blender\makesrna\intern\rna_define.c(1480) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropPointerSetFunc'
source\blender\makesrna\intern\rna_define.c(1503) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionBeginFunc'
source\blender\makesrna\intern\rna_define.c(1504) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionNextFunc'
source\blender\makesrna\intern\rna_define.c(1505) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionEndFunc'
source\blender\makesrna\intern\rna_define.c(1506) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionGetFunc'
source\blender\makesrna\intern\rna_define.c(1507) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionLengthFunc'
source\blender\makesrna\intern\rna_define.c(1508) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionLookupIntFunc'
source\blender\makesrna\intern\rna_define.c(1509) : warning C4055: 'type cast' : from data pointer 'const unsigned char *' to function pointer 'PropCollectionLookupStringFunc'
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1071) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1082) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1082) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1103) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1160) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1178) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1178) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1199) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1223) : warning C4706: assignment within conditional expression
c:\blenderdev\b250\blender\source\blender\makesrna\intern\rna_define.c(1251) : warning C4706: assignment within conditional expression
Compiling ==> 'rna_fluidsim.c'
rna_fluidsim.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_group.c'
rna_group.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_ID.c'
rna_ID.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_image.c'
rna_image.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_key.c'
rna_key.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_lamp.c'
rna_lamp.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
c:\blenderdev\b250\blender\source\blender\windowmanager\wm_cursors.h(75) : warning C4820: 'BCursor' : '2' bytes padding added after data member 'bg_color'
source\blender\windowmanager\WM_types.h(80) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'keymodifier'
source\blender\windowmanager\WM_types.h(84) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'custom'
source\blender\windowmanager\WM_types.h(87) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'customdatafree'
source\blender\windowmanager\WM_types.h(269) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'event_type'
source\blender\windowmanager\WM_types.h(274) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'sleep'
Compiling ==> 'rna_lattice.c'
rna_lattice.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_main.c'
rna_main.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_material.c'
rna_material.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
c:\blenderdev\b250\blender\source\blender\windowmanager\wm_cursors.h(75) : warning C4820: 'BCursor' : '2' bytes padding added after data member 'bg_color'
source\blender\windowmanager\WM_types.h(80) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'keymodifier'
source\blender\windowmanager\WM_types.h(84) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'custom'
source\blender\windowmanager\WM_types.h(87) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'customdatafree'
source\blender\windowmanager\WM_types.h(269) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'event_type'
source\blender\windowmanager\WM_types.h(274) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'sleep'
Compiling ==> 'rna_mesh.c'
rna_mesh.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_meta.c'
rna_meta.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_modifier.c'
rna_modifier.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
source\blender\blenlib\BLI_editVert.h(71) : warning C4820: 'EditVert' : '2' bytes padding added after data member 'fast'
source\blender\blenlib\BLI_editVert.h(102) : warning C4820: 'EditEdge' : '3' bytes padding added after data member 'sharp'
source\blender\blenlib\BLI_editVert.h(132) : warning C4820: 'EditFace' : '1' bytes padding added after data member 'fgonf'
source\blender\blenlib\BLI_editVert.h(145) : warning C4820: 'EditSelection' : '2' bytes padding added after data member 'type'
source\blender\blenkernel\BKE_bmesh.h(141) : warning C4820: 'BME_Poly' : '2' bytes padding added after data member 'mat_nr'
c:\blenderdev\b250\blender\source\blender\windowmanager\wm_cursors.h(75) : warning C4820: 'BCursor' : '2' bytes padding added after data member 'bg_color'
source\blender\windowmanager\WM_types.h(80) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'keymodifier'
source\blender\windowmanager\WM_types.h(84) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'custom'
source\blender\windowmanager\WM_types.h(87) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'customdatafree'
source\blender\windowmanager\WM_types.h(269) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'event_type'
source\blender\windowmanager\WM_types.h(274) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'sleep'
Compiling ==> 'rna_nodetree.c'
rna_nodetree.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_object.c'
rna_object.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
c:\blenderdev\b250\blender\source\blender\windowmanager\wm_cursors.h(75) : warning C4820: 'BCursor' : '2' bytes padding added after data member 'bg_color'
source\blender\windowmanager\WM_types.h(80) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'keymodifier'
source\blender\windowmanager\WM_types.h(84) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'custom'
source\blender\windowmanager\WM_types.h(87) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'customdatafree'
source\blender\windowmanager\WM_types.h(269) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'event_type'
source\blender\windowmanager\WM_types.h(274) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'sleep'
Compiling ==> 'rna_object_force.c'
rna_object_force.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_packedfile.c'
rna_packedfile.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_particle.c'
rna_particle.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_pose.c'
rna_pose.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_property.c'
rna_property.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_radio.c'
rna_radio.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_rna.c'
rna_rna.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_scene.c'
rna_scene.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
c:\blenderdev\b250\blender\source\blender\windowmanager\wm_cursors.h(75) : warning C4820: 'BCursor' : '2' bytes padding added after data member 'bg_color'
source\blender\windowmanager\WM_types.h(80) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'keymodifier'
source\blender\windowmanager\WM_types.h(84) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'custom'
source\blender\windowmanager\WM_types.h(87) : warning C4820: 'wmEvent' : '2' bytes padding added after data member 'customdatafree'
source\blender\windowmanager\WM_types.h(269) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'event_type'
source\blender\windowmanager\WM_types.h(274) : warning C4820: 'wmTimer' : '4' bytes padding added after data member 'sleep'
Compiling ==> 'rna_screen.c'
rna_screen.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_scriptlink.c'
rna_scriptlink.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_sensor.c'
rna_sensor.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_sequence.c'
rna_sequence.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
c:\blenderdev\b250\blender\source\blender\makesdna\DNA_sound_types.h(57) : warning C4820: 'bSample' : '2' bytes padding added after data member 'channels'
c:\blenderdev\b250\blender\source\blender\makesdna\DNA_sound_types.h(65) : warning C4820: 'bSample' : '2' bytes padding added after data member 'us'
Compiling ==> 'rna_sound.c'
rna_sound.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
source\blender\makesdna\DNA_sound_types.h(57) : warning C4820: 'bSample' : '2' bytes padding added after data member 'channels'
source\blender\makesdna\DNA_sound_types.h(65) : warning C4820: 'bSample' : '2' bytes padding added after data member 'us'
Compiling ==> 'rna_space.c'
rna_space.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_text.c'
rna_text.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(381) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_texture.c'
rna_texture.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_userdef.c'
rna_userdef.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_vfont.c'
rna_vfont.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_vpaint.c'
rna_vpaint.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Compiling ==> 'rna_wm.c'
rna_wm.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
source\blender\makesdna\DNA_windowmanager_types.h(160) : warning C4820: 'wmOperatorType' : '2' bytes padding added after data member 'flag'
Compiling ==> 'rna_world.c'
rna_world.c
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(215) : warning C4255: '_get_purecall_handler' : no function prototype given: converting '()' to '(void)'
Linking program ==> 'makesrna.exe'
Using tempfile c:\users\joshua\appdata\local\temp\tmpgz9gmp.lnk for command line:
link /nologo /OUT:C:\blenderdev\b250\buildvc\makesrna.exe /LIBPATH:C:\blenderdev\b250\buildvc\lib bf_guardedalloc.lib bf_dna.lib C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\makesrna.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_action.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_actuator.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_animation.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_armature.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_brush.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_camera.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_cloth.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_color.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_constraint.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_controller.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_curve.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_define.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_fluidsim.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_group.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_ID.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_image.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_key.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_lamp.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_lattice.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_main.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_material.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_mesh.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_meta.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_modifier.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_nodetree.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_object.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_object_force.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_packedfile.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_particle.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_pose.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_property.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_radio.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_rna.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_scene.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_screen.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_scriptlink.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_sensor.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_sequence.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_sound.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_space.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_text.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_texture.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_userdef.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_vfont.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_vpaint.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_wm.obj C:\blenderdev\b250\buildvc\source\blender\makesrna\intern\rna_world.obj
..\buildvc\makesrna ..\buildvc/source/blender/makesrna/intern/
scons: building terminated because of errors.


More information about the Bf-taskforce25 mailing list