| | | Compiling...
jserve.cpp
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(90) : warning C4309: '=' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(145) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(163) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(173) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(186) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(199) : warning C4309: '=' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(203) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(269) : 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\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(271) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(326) : warning C4309: 'initializing' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(326) : warning C4309: 'initializing' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(326) : warning C4309: 'initializing' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(355) : 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\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(478) : 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\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(479) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
Linking...
Embedding manifest...
|