| | | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE2'
makeTiled.cpp
c:\build\djv\build\include\OpenEXR\ImfName.h(103) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
c:\build\djv\build\include\OpenEXR\ImfAttribute.h(410) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
c:\build\djv\build\include\OpenEXR\ImfAttribute.h(411) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
..\..\..\..\exrmaketiled\makeTiled.cpp(650) : warning C4390: ';' : empty controlled statement found; is this the intent?
..\..\..\..\exrmaketiled\makeTiled.cpp(230) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\..\..\exrmaketiled\makeTiled.cpp(283) : see reference to function template instantiation 'T `anonymous-namespace'::filterX(const TypedImageChannel &,int,double,int,Extrapolation)' being compiled
with
[
T=half
]
..\..\..\..\exrmaketiled\makeTiled.cpp(384) : see reference to function template instantiation 'void `anonymous-namespace'::reduceX(const TypedImageChannel &,TypedImageChannel &,bool,Extrapolation &,bool)' being compiled
with
[
T=half
]
..\..\..\..\exrmaketiled\makeTiled.cpp(249) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\..\..\exrmaketiled\makeTiled.cpp(335) : see reference to function template instantiation 'T `anonymous-namespace'::filterY(const TypedImageChannel &,int,int,double,Extrapolation)' being compiled
with
[
T=half
]
..\..\..\..\exrmaketiled\makeTiled.cpp(433) : see reference to function template instantiation 'void `anonymous-namespace'::reduceY(const TypedImageChannel &,TypedImageChannel &,bool,Extrapolation,bool)' being compiled
with
[
T=half
]
main.cpp
Image.cpp
c:\build\djv\build\include\OpenEXR\ImfName.h(103) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
Generating Code...
Linking...
Embedding manifest...
Performing Post-Build Event...
Installing into ..\..\..\..\..\..\..\..\djv\build\bin
1 file(s) copied.
|