| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
DCT.cpp
.\DCT.cpp(787) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(870) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(1286) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(1369) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(1452) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(1962) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(2030) : warning C4101: 'tempA5' : unreferenced local variable
.\DCT.cpp(2097) : warning C4076: 'unsigned' : can not be used with type 'float'
.\DCT.cpp(2097) : warning C4076: 'unsigned' : can not be used with type 'float'
.\DCT.cpp(2150) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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\stdio.h(237) : see declaration of 'fopen'
.\DCT.cpp(2189) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2254) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2284) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2314) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2343) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2411) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2442) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2452) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2521) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2531) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2559) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2566) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2573) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2606) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2614) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2621) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2650) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2729) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2751) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2762) : warning C4244: '=' : conversion from '__int64' to 'float', possible loss of data
.\DCT.cpp(2781) : warning C4244: '=' : conversion from '__int64' to 'float', possible loss of data
.\DCT.cpp(2840) : warning C4018: '<' : signed/unsigned mismatch
.\DCT.cpp(2879) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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\stdio.h(237) : see declaration of 'fopen'
.\DCT.cpp(2880) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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\stdio.h(237) : see declaration of 'fopen'
.\DCT.cpp(2881) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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\stdio.h(237) : see declaration of 'fopen'
Linking...
Embedding manifest...
Performing Post-Build Event...
|