Build Log
  

Rebuild started: Project: ctf, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\quake2\quake2-3.21\ctf\release\RSP00000C16482336.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /GF /FD /EHsc /MT /Gy /Fp".\release/ctf.pch" /Fo".\release/" /Fd".\release/" /W4 /c /TC ".\q_shared.c"

".\p_weapon.c"

".\p_view.c"

".\p_trail.c"

".\p_menu.c"

".\p_hud.c"

".\p_client.c"

".\m_move.c"

".\g_weapon.c"

".\g_utils.c"

".\g_trigger.c"

".\g_target.c"

".\g_svcmds.c"

".\g_spawn.c"

".\g_save.c"

".\g_phys.c"

".\g_monster.c"

".\g_misc.c"

".\g_main.c"

".\g_items.c"

".\g_func.c"

".\g_ctf.c"

".\g_combat.c"

".\g_cmds.c"

".\g_chase.c"

".\g_ai.c"
]
Creating command line "cl.exe @"c:\quake2\quake2-3.21\ctf\release\RSP00000C16482336.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\quake2\quake2-3.21\ctf\release\RSP00000D16482336.rsp" with contents
[
/OUT:".\release\gamex86.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\release\gamex86.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:".\ctf.def" /PDB:".\release/gamex86.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /IMPLIB:".\release/gamex86.lib" /MACHINE:X86 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\release\g_ai.obj"

".\release\g_chase.obj"

".\release\g_cmds.obj"

".\release\g_combat.obj"

".\release\g_ctf.obj"

".\release\g_func.obj"

".\release\g_items.obj"

".\release\g_main.obj"

".\release\g_misc.obj"

".\release\g_monster.obj"

".\release\g_phys.obj"

".\release\g_save.obj"

".\release\g_spawn.obj"

".\release\g_svcmds.obj"

".\release\g_target.obj"

".\release\g_trigger.obj"

".\release\g_utils.obj"

".\release\g_weapon.obj"

".\release\m_move.obj"

".\release\p_client.obj"

".\release\p_hud.obj"

".\release\p_menu.obj"

".\release\p_trail.obj"

".\release\p_view.obj"

".\release\p_weapon.obj"

".\release\q_shared.obj"
]
Creating command line "link.exe @"c:\quake2\quake2-3.21\ctf\release\RSP00000D16482336.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\quake2\quake2-3.21\ctf\release\RSP00000E16482336.rsp" with contents
[
/outputresource:".\release\gamex86.dll;#2" /manifest

".\release\gamex86.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\quake2\quake2-3.21\ctf\release\RSP00000E16482336.rsp" /nologo"
Creating temporary file "c:\quake2\quake2-3.21\ctf\release\BAT00000F16482336.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep"
]
Creating command line """c:\quake2\quake2-3.21\ctf\release\BAT00000F16482336.bat"""
Output Window
  
Compiling...
q_shared.c
.\q_shared.c(266) : warning C4100: 'f' : unreferenced formal parameter
.\q_shared.c(418) : warning C4100: 'p' : unreferenced formal parameter
.\q_shared.c(418) : warning C4100: 'emaxs' : unreferenced formal parameter
.\q_shared.c(418) : warning C4100: 'emins' : unreferenced formal parameter
.\q_shared.c(876) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\q_shared.c(897) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\q_shared.c(923) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\q_shared.c(1056) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'vsprintf'
.\q_shared.c(1113) : warning C4127: conditional expression is constant
.\q_shared.c(1231) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'vsprintf'
.\q_shared.c(1235) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\q_shared.c(1265) : warning C4127: conditional expression is constant
.\q_shared.c(1309) : warning C4127: conditional expression is constant
.\q_shared.c(1335) : 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.
p_weapon.c
.\p_weapon.c(26) : warning C4211: nonstandard extension used : redefined extern to static
.\p_weapon.c(554) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
p_view.c
.\p_view.c(42) : warning C4100: 'angles' : unreferenced formal parameter
p_trail.c
p_menu.c
.\p_menu.c(48) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
.\p_menu.c(99) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
.\p_menu.c(121) : 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.
.\p_menu.c(131) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\p_menu.c(140) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\p_menu.c(143) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\p_menu.c(145) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\p_menu.c(147) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
p_hud.c
.\p_hud.c(246) : 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.
.\p_hud.c(257) : 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.
p_client.c
.\p_client.c(44) : warning C4127: conditional expression is constant
.\p_client.c(54) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\p_client.c(72) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\p_client.c(68) : warning C4100: 'self' : unreferenced formal parameter
.\p_client.c(110) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\p_client.c(156) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\p_client.c(177) : warning C4100: 'damage' : unreferenced formal parameter
.\p_client.c(177) : warning C4100: 'kick' : unreferenced formal parameter
.\p_client.c(177) : warning C4100: 'other' : unreferenced formal parameter
.\p_client.c(177) : warning C4100: 'self' : unreferenced formal parameter
.\p_client.c(197) : warning C4100: 'inflictor' : unreferenced formal parameter
.\p_client.c(487) : warning C4100: 'point' : unreferenced formal parameter
.\p_client.c(872) : warning C4127: conditional expression is constant
.\p_client.c(962) : warning C4100: 'point' : unreferenced formal parameter
.\p_client.c(962) : warning C4100: 'attacker' : unreferenced formal parameter
.\p_client.c(962) : warning C4100: 'inflictor' : unreferenced formal parameter
.\p_client.c(1320) : 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.
.\p_client.c(1325) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\p_client.c(1367) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
m_move.c
g_weapon.c
.\g_weapon.c(450) : warning C4100: 'plane' : unreferenced formal parameter
.\g_weapon.c(848) : warning C4127: conditional expression is constant
g_utils.c
.\g_utils.c(130) : warning C4127: conditional expression is constant
.\g_utils.c(398) : 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.
.\g_utils.c(555) : warning C4127: conditional expression is constant
g_trigger.c
.\g_trigger.c(66) : warning C4100: 'other' : unreferenced formal parameter
.\g_trigger.c(72) : warning C4100: 'surf' : unreferenced formal parameter
.\g_trigger.c(72) : warning C4100: 'plane' : unreferenced formal parameter
.\g_trigger.c(111) : warning C4100: 'activator' : unreferenced formal parameter
.\g_trigger.c(111) : warning C4100: 'other' : unreferenced formal parameter
.\g_trigger.c(189) : warning C4100: 'other' : unreferenced formal parameter
.\g_trigger.c(212) : warning C4100: 'other' : unreferenced formal parameter
.\g_trigger.c(326) : warning C4100: 'other' : unreferenced formal parameter
.\g_trigger.c(394) : warning C4100: 'surf' : unreferenced formal parameter
.\g_trigger.c(394) : warning C4100: 'plane' : unreferenced formal parameter
.\g_trigger.c(455) : warning C4100: 'activator' : unreferenced formal parameter
.\g_trigger.c(455) : warning C4100: 'other' : unreferenced formal parameter
.\g_trigger.c(468) : warning C4100: 'surf' : unreferenced formal parameter
.\g_trigger.c(468) : warning C4100: 'plane' : unreferenced formal parameter
.\g_trigger.c(532) : warning C4100: 'surf' : unreferenced formal parameter
.\g_trigger.c(532) : warning C4100: 'plane' : unreferenced formal parameter
.\g_trigger.c(566) : warning C4100: 'surf' : unreferenced formal parameter
.\g_trigger.c(566) : warning C4100: 'plane' : unreferenced formal parameter
g_target.c
.\g_target.c(26) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(26) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(58) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(58) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(93) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_target.c(121) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_target.c(123) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_target.c(118) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(118) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(154) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(179) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\g_target.c(189) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(244) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(312) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\g_target.c(338) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(380) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(380) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(416) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(416) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(451) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(451) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(523) : warning C4127: conditional expression is constant
.\g_target.c(576) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(687) : warning C4127: conditional expression is constant
.\g_target.c(679) : warning C4100: 'activator' : unreferenced formal parameter
.\g_target.c(679) : warning C4100: 'other' : unreferenced formal parameter
.\g_target.c(785) : warning C4100: 'other' : unreferenced formal parameter
g_svcmds.c
.\g_svcmds.c(249) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_svcmds.c(251) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_svcmds.c(255) : 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 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
g_spawn.c
.\g_spawn.c(400) : 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 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
.\g_spawn.c(444) : warning C4127: conditional expression is constant
.\g_spawn.c(453) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_spawn.c(563) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_spawn.c(564) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_spawn.c(574) : warning C4127: conditional expression is constant
.\g_spawn.c(590) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\g_spawn.c(810) : 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.
.\g_spawn.c(817) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_spawn.c(820) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
g_save.c
.\g_save.c(239) : warning C4100: 'f' : unreferenced formal parameter
.\g_save.c(447) : 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 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\g_save.c(452) : 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.
.\g_save.c(473) : 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 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\g_save.c(613) : 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 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\g_save.c(622) : warning C4054: 'type cast' : from function pointer 'void (__cdecl *)(void)' to data pointer 'void *'
.\g_save.c(668) : 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 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\g_save.c(690) : warning C4054: 'type cast' : from function pointer 'void (__cdecl *)(void)' to data pointer 'void *'
.\g_save.c(700) : warning C4127: conditional expression is constant
g_phys.c
g_monster.c
.\g_monster.c(91) : warning C4100: 'kick' : unreferenced formal parameter
.\g_monster.c(440) : warning C4100: 'other' : unreferenced formal parameter
.\g_monster.c(483) : warning C4100: 'other' : unreferenced formal parameter
g_misc.c
.\g_misc.c(31) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(31) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(104) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(104) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(130) : warning C4100: 'point' : unreferenced formal parameter
.\g_misc.c(130) : warning C4100: 'damage' : unreferenced formal parameter
.\g_misc.c(130) : warning C4100: 'attacker' : unreferenced formal parameter
.\g_misc.c(130) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_misc.c(276) : warning C4100: 'point' : unreferenced formal parameter
.\g_misc.c(276) : warning C4100: 'damage' : unreferenced formal parameter
.\g_misc.c(276) : warning C4100: 'attacker' : unreferenced formal parameter
.\g_misc.c(276) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_misc.c(358) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(358) : warning C4100: 'plane' : unreferenced formal parameter
.\g_misc.c(437) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(437) : warning C4100: 'plane' : unreferenced formal parameter
.\g_misc.c(574) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(574) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(622) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(622) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(694) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(712) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(712) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(774) : warning C4100: 'point' : unreferenced formal parameter
.\g_misc.c(774) : warning C4100: 'damage' : unreferenced formal parameter
.\g_misc.c(838) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(843) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(843) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(902) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(902) : warning C4100: 'plane' : unreferenced formal parameter
.\g_misc.c(995) : warning C4100: 'point' : unreferenced formal parameter
.\g_misc.c(995) : warning C4100: 'damage' : unreferenced formal parameter
.\g_misc.c(995) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_misc.c(1050) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(1050) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1186) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(1186) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1246) : warning C4100: 'point' : unreferenced formal parameter
.\g_misc.c(1246) : warning C4100: 'attacker' : unreferenced formal parameter
.\g_misc.c(1246) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_misc.c(1359) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(1359) : warning C4100: 'plane' : unreferenced formal parameter
.\g_misc.c(1359) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1387) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1481) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(1481) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1606) : warning C4100: 'activator' : unreferenced formal parameter
.\g_misc.c(1606) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1729) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(114) : see declaration of 'localtime'
.\g_misc.c(1769) : warning C4100: 'other' : unreferenced formal parameter
.\g_misc.c(1812) : warning C4100: 'surf' : unreferenced formal parameter
.\g_misc.c(1812) : warning C4100: 'plane' : unreferenced formal parameter
g_main.c
.\g_main.c(150) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'vsprintf'
.\g_main.c(162) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'vsprintf'
.\g_main.c(240) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
.\g_main.c(242) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\g_main.c(246) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\g_main.c(259) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
g_items.c
.\g_items.c(43) : warning C4211: nonstandard extension used : redefined extern to static
.\g_items.c(44) : warning C4211: nonstandard extension used : redefined extern to static
.\g_items.c(45) : warning C4211: nonstandard extension used : redefined extern to static
.\g_items.c(724) : warning C4100: 'item' : unreferenced formal parameter
.\g_items.c(780) : warning C4100: 'surf' : unreferenced formal parameter
.\g_items.c(780) : warning C4100: 'plane' : unreferenced formal parameter
.\g_items.c(914) : warning C4100: 'activator' : unreferenced formal parameter
.\g_items.c(914) : warning C4100: 'other' : unreferenced formal parameter
Generating Code...
c:\quake2\quake2-3.21\ctf\g_utils.c(215) : warning C4706: assignment within conditional expression
c:\quake2\quake2-3.21\ctf\g_utils.c(234) : warning C4706: assignment within conditional expression
c:\quake2\quake2-3.21\ctf\p_hud.c(441) : warning C4701: potentially uninitialized local variable 'cells' used
Compiling...
g_func.c
.\g_func.c(428) : warning C4100: 'activator' : unreferenced formal parameter
.\g_func.c(428) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(436) : warning C4100: 'surf' : unreferenced formal parameter
.\g_func.c(436) : warning C4100: 'plane' : unreferenced formal parameter
.\g_func.c(600) : warning C4100: 'surf' : unreferenced formal parameter
.\g_func.c(600) : warning C4100: 'plane' : unreferenced formal parameter
.\g_func.c(606) : warning C4100: 'activator' : unreferenced formal parameter
.\g_func.c(606) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(737) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(743) : warning C4100: 'surf' : unreferenced formal parameter
.\g_func.c(743) : warning C4100: 'plane' : unreferenced formal parameter
.\g_func.c(755) : warning C4100: 'point' : unreferenced formal parameter
.\g_func.c(755) : warning C4100: 'damage' : unreferenced formal parameter
.\g_func.c(755) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_func.c(949) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(980) : warning C4100: 'surf' : unreferenced formal parameter
.\g_func.c(980) : warning C4100: 'plane' : unreferenced formal parameter
.\g_func.c(1113) : warning C4100: 'point' : unreferenced formal parameter
.\g_func.c(1113) : warning C4100: 'damage' : unreferenced formal parameter
.\g_func.c(1113) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_func.c(1125) : warning C4100: 'surf' : unreferenced formal parameter
.\g_func.c(1125) : warning C4100: 'plane' : unreferenced formal parameter
.\g_func.c(1632) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(1698) : warning C4100: 'activator' : unreferenced formal parameter
.\g_func.c(1776) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(1824) : warning C4100: 'activator' : unreferenced formal parameter
.\g_func.c(1824) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(1885) : warning C4100: 'activator' : unreferenced formal parameter
.\g_func.c(1885) : warning C4100: 'other' : unreferenced formal parameter
.\g_func.c(1959) : warning C4100: 'point' : unreferenced formal parameter
.\g_func.c(1959) : warning C4100: 'damage' : unreferenced formal parameter
.\g_func.c(1959) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_func.c(2036) : warning C4100: 'activator' : unreferenced formal parameter
.\g_func.c(2036) : warning C4100: 'other' : unreferenced formal parameter
g_ctf.c
.\g_ctf.c(428) : 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.
.\g_ctf.c(570) : warning C4100: 'inflictor' : unreferenced formal parameter
.\g_ctf.c(926) : warning C4100: 'item' : unreferenced formal parameter
.\g_ctf.c(1102) : 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.
.\g_ctf.c(1234) : warning C4100: 'self' : unreferenced formal parameter
.\g_ctf.c(1241) : warning C4100: 'self' : unreferenced formal parameter
.\g_ctf.c(1723) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1763) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1767) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1771) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(1800) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1804) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1807) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(1833) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1834) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(1845) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1847) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(1859) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1862) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(1662) : warning C4100: 'killer' : unreferenced formal parameter
.\g_ctf.c(1662) : warning C4100: 'ent' : unreferenced formal parameter
.\g_ctf.c(2297) : 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.
.\g_ctf.c(2325) : 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.
.\g_ctf.c(2331) : 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.
.\g_ctf.c(2339) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2341) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2343) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2346) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2348) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2350) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2352) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2370) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(2379) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2381) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(2386) : 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.
.\g_ctf.c(2392) : 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.
.\g_ctf.c(2394) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(2407) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(2412) : 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.
.\g_ctf.c(2418) : 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.
.\g_ctf.c(2420) : 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.
.\g_ctf.c(2441) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2442) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2447) : 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.
.\g_ctf.c(2452) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2453) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(2455) : 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.
.\g_ctf.c(2457) : 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.
.\g_ctf.c(2485) : 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.
.\g_ctf.c(2493) : 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.
.\g_ctf.c(2501) : 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.
.\g_ctf.c(2509) : 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.
.\g_ctf.c(2517) : 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.
.\g_ctf.c(2526) : 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.
.\g_ctf.c(2602) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_ctf.c(2604) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_ctf.c(2651) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_ctf.c(2726) : 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.
.\g_ctf.c(2738) : warning C4189: 'ghost' : local variable is initialized but not referenced
.\g_ctf.c(2839) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_ctf.c(3129) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3134) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3139) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3167) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3180) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3173) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3186) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3219) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\g_ctf.c(3222) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
.\g_ctf.c(3245) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3246) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3303) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3425) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3427) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3435) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3446) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3508) : warning C4100: 'surf' : unreferenced formal parameter
.\g_ctf.c(3508) : warning C4100: 'plane' : unreferenced formal parameter
.\g_ctf.c(3636) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3647) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3658) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3670) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3682) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3694) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3701) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3708) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3718) : warning C4189: 'settings' : local variable is initialized but not referenced
.\g_ctf.c(3803) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3807) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3811) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3815) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3819) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3823) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3827) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3831) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(3854) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3876) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3894) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3906) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3917) : warning C4100: 'p' : unreferenced formal parameter
.\g_ctf.c(3977) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(4005) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(4007) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(4023) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(4041) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(4043) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(4047) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(4095) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(4099) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_ctf.c(4117) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
.\g_ctf.c(4119) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\g_ctf.c(4123) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\g_ctf.c(4139) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_ctf.c(4145) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\g_ctf.c(4147) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\g_ctf.c(4183) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
g_combat.c
g_cmds.c
.\g_cmds.c(34) : 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.
.\g_cmds.c(57) : 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.
.\g_cmds.c(58) : 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.
.\g_cmds.c(790) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_cmds.c(793) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_cmds.c(905) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_cmds.c(906) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_cmds.c(907) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_cmds.c(918) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\g_cmds.c(925) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
g_chase.c
.\g_chase.c(103) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
g_ai.c
.\g_ai.c(61) : warning C4127: conditional expression is constant
.\g_ai.c(771) : warning C4100: 'dist' : unreferenced formal parameter
Generating Code...
c:\quake2\quake2-3.21\ctf\g_combat.c(249) : warning C4701: potentially uninitialized local variable 'index' used
c:\quake2\quake2-3.21\ctf\g_combat.c(209) : warning C4701: potentially uninitialized local variable 'power' used
c:\quake2\quake2-3.21\ctf\g_ctf.c(695) : warning C4701: potentially uninitialized local variable 'carrier' used
c:\quake2\quake2-3.21\ctf\g_func.c(859) : warning C4706: assignment within conditional expression
Linking...
   Creating library .\release/gamex86.lib and object .\release/gamex86.exp
Embedding manifest...
Results
  
Build log was saved at "file://c:\quake2\quake2-3.21\ctf\release\BuildLog.htm"
ctf - 0 error(s), 357 warning(s)