| | Compiling...
pars.c
..\..\pars.c(277) : warning C4996: 'fopen' was declared deprecated
c:\util\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
ipc.c
..\..\ipc.c(166) : warning C4013: 'rint' undefined; assuming extern returning int
..\..\ipc.c(263) : warning C4996: 'strdup' was declared deprecated
c:\util\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
..\..\ipc.c(190) : warning C4101: 'seconds' : unreferenced local variable
..\..\ipc.c(352) : error C2065: 'VERSION' : undeclared identifier
gp_out.c
..\..\gp_out.c(54) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\gp_out.c(67) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\gp_out.c(71) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\gp_out.c(72) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\gp_out.c(77) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\gp_out.c(82) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\gp_out.c(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\gp_out.c(98) : warning C4013: 'strdup' undefined; assuming extern returning int
..\..\gp_out.c(98) : warning C4312: 'type cast' : conversion from 'int' to 'char *' of greater size
..\..\gp_out.c(106) : warning C4996: 'fopen' was declared deprecated
c:\util\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\gp_out.c(120) : warning C4996: 'fopen' was declared deprecated
c:\util\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\gp_out.c(151) : warning C4312: 'type cast' : conversion from 'int' to 'char *' of greater size
element.c
..\..\element.c(27) : warning C4013: 'getcwd' undefined; assuming extern returning int
..\..\element.c(27) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int'
..\..\element.c(29) : warning C4013: 'chdir' undefined; assuming extern returning int
..\..\element.c(29) : error C2065: 'PREFIX' : undeclared identifier
|