| | Compiling...
test222.c
f:\lxy\test222\test222\test222.c(51) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(52) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(53) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(54) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(36) : warning C4101: 'intensityPerCent' : unreferenced local variable
f:\lxy\test222\test222\test222.c(37) : warning C4101: 'j' : unreferenced local variable
f:\lxy\test222\test222\test222.c(121) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Linking...
Embedding manifest...
|