code/server/sv_world.c: In function ‘SV_AreaEntities_r’: code/server/sv_world.c:385:8: warning: variable ‘count’ set but not used [-Wunused-but-set-variable] code/server/sv_world.c: In function ‘SV_PointContents’: code/server/sv_world.c:663:10: warning: variable ‘angles’ set but not used [-Wunused-but-set-variable] code/qcommon/cm_trace.c: In function ‘CM_TraceThroughSphere’: code/qcommon/cm_trace.c:735:8: warning: variable ‘a’ set but not used [-Wunused-but-set-variable] code/qcommon/cm_trace.c: In function ‘CM_TraceThroughVerticalCylinder’: code/qcommon/cm_trace.c:823:8: warning: variable ‘a’ set but not used [-Wunused-but-set-variable] code/qcommon/cmd.c: In function ‘Cmd_Exec_f’: code/qcommon/cmd.c:248:7: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] code/qcommon/common.c: In function ‘Z_TagMalloc’: code/qcommon/common.c:929:14: warning: variable ‘allocSize’ set but not used [-Wunused-but-set-variable] code/qcommon/files.c: In function ‘FS_ComparePaks’: code/qcommon/files.c:2753:20: warning: variable ‘badchecksum’ set but not used [-Wunused-but-set-variable] code/qcommon/net_chan.c: In function ‘Netchan_Process’: code/qcommon/net_chan.c:306:8: warning: variable ‘qport’ set but not used [-Wunused-but-set-variable] code/qcommon/net_ip.c: In function ‘NET_OpenSocks’: code/qcommon/net_ip.c:1076:10: warning: variable ‘err’ set but not used [-Wunused-but-set-variable] code/qcommon/q_shared.c: In function ‘Q_isanumber’: code/qcommon/q_shared.c:709:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] code/qcommon/vm.c: In function ‘VM_LoadSymbols’: code/qcommon/vm.c:220:7: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] code/qcommon/vm.c: In function ‘VM_LoadQVM’: code/qcommon/vm.c:368:10: warning: variable ‘length’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_move.c: In function ‘AAS_AirControl’: code/botlib/be_aas_move.c:392:9: warning: variable ‘dir’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_move.c: In function ‘AAS_ClientMovementPrediction’: code/botlib/be_aas_move.c:521:35: warning: variable ‘ax’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_BestReachableFromJumpPadArea’: code/botlib/be_aas_reach.c:292:6: warning: variable ‘area2num’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_Swim’: code/botlib/be_aas_reach.c:840:22: warning: variable ‘areasettings’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_Step_Barrier_WaterJump_WalkOffLedge’: code/botlib/be_aas_reach.c:1076:61: warning: variable ‘water_bestface1’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c:1076:42: warning: variable ‘ground_bestface1’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c:1065:34: warning: variable ‘invgravitydot’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_JumpPad’: code/botlib/be_aas_reach.c:3495:21: warning: variable ‘hordist’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_WeaponJump’: code/botlib/be_aas_reach.c:4000:21: warning: variable ‘hordist’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_route.c: In function ‘AAS_CalculateAreaTravelTimes’: code/botlib/be_aas_route.c:509:6: warning: variable ‘starttime’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_route.c: In function ‘AAS_CreateAllRoutingCache’: code/botlib/be_aas_route.c:890:12: warning: variable ‘t’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_chat.c: In function ‘BotFreeChatState’: code/botlib/be_ai_chat.c:2942:19: warning: variable ‘cs’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_gen.c: In function ‘GeneticSelection’: code/botlib/be_ai_gen.c:54:13: warning: variable ‘select’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_goal.c: In function ‘BotSaveGoalFuzzyLogic’: code/botlib/be_ai_goal.c:241:19: warning: variable ‘gs’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotFinishTravel_BarrierJump’: code/botlib/be_ai_move.c:1483:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotFinishTravel_WaterJump’: code/botlib/be_ai_move.c:1570:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotTravel_JumpPad’: code/botlib/be_ai_move.c:2870:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotResetLastAvoidReach’: code/botlib/be_ai_move.c:3512:26: warning: array subscript is above array bounds [-Warray-bounds] code/botlib/l_precomp.c: In function ‘PC_EvaluateTokens’: code/botlib/l_precomp.c:1701:6: warning: variable ‘lastoperatortype’ set but not used [-Wunused-but-set-variable] code/qcommon/vm_x86.c: In function ‘VM_Compile’: code/qcommon/vm_x86.c:430:11: warning: variable ‘opt’ set but not used [-Wunused-but-set-variable] code/qcommon/vm_x86.c: In function ‘VM_CallCompiled’: code/qcommon/vm_x86.c:1156:7: warning: variable ‘programCounter’ set but not used [-Wunused-but-set-variable] code/sys/sys_unix.c: In function ‘Sys_ListFiles’: code/sys/sys_unix.c:382:16: warning: variable ‘extLen’ set but not used [-Wunused-but-set-variable] code/sys/con_tty.c: In function ‘CON_Back’: code/sys/con_tty.c:91:9: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] code/sys/con_tty.c: In function ‘CON_Show’: code/sys/con_tty.c:149:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] code/sys/con_tty.c: In function ‘CON_Input’: code/sys/con_tty.c:332:9: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] code/client/cl_cgame.c: In function ‘CL_AdjustTimeDelta’: code/client/cl_cgame.c:829:7: warning: variable ‘resetTime’ set but not used [-Wunused-but-set-variable] code/client/cl_cin.c: In function ‘CL_PlayCinematic_f’: code/client/cl_cin.c:1613:11: warning: variable ‘holdatend’ set but not used [-Wunused-but-set-variable] code/client/cl_input.c: In function ‘CL_JoystickMove’: code/client/cl_input.c:402:7: warning: variable ‘movespeed’ set but not used [-Wunused-but-set-variable] code/client/cl_input.c: In function ‘CL_CreateNewCommands’: code/client/cl_input.c:639:13: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] code/client/cl_main.c: In function ‘CL_ChangeReliableCommand’: code/client/cl_main.c:501:6: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] code/client/cl_main.c: In function ‘CL_GetServerStatus’: code/client/cl_main.c:3541:18: warning: variable ‘serverStatus’ set but not used [-Wunused-but-set-variable] code/client/cl_scrn.c: In function ‘SCR_DrawDebugGraph’: code/client/cl_scrn.c:428:7: warning: variable ‘color’ set but not used [-Wunused-but-set-variable] code/qcommon/cm_trace.c: In function ‘CM_TraceThroughSphere’: code/qcommon/cm_trace.c:735:8: warning: variable ‘a’ set but not used [-Wunused-but-set-variable] code/qcommon/cm_trace.c: In function ‘CM_TraceThroughVerticalCylinder’: code/qcommon/cm_trace.c:823:8: warning: variable ‘a’ set but not used [-Wunused-but-set-variable] code/qcommon/cmd.c: In function ‘Cmd_Exec_f’: code/qcommon/cmd.c:248:7: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] code/qcommon/common.c: In function ‘Z_TagMalloc’: code/qcommon/common.c:929:14: warning: variable ‘allocSize’ set but not used [-Wunused-but-set-variable] code/qcommon/files.c: In function ‘FS_ComparePaks’: code/qcommon/files.c:2753:20: warning: variable ‘badchecksum’ set but not used [-Wunused-but-set-variable] code/qcommon/net_chan.c: In function ‘Netchan_Process’: code/qcommon/net_chan.c:306:8: warning: variable ‘qport’ set but not used [-Wunused-but-set-variable] code/qcommon/net_ip.c: In function ‘NET_OpenSocks’: code/qcommon/net_ip.c:1076:10: warning: variable ‘err’ set but not used [-Wunused-but-set-variable] code/client/snd_codec_wav.c: In function ‘S_ReadRIFFHeader’: code/client/snd_codec_wav.c:134:6: warning: variable ‘wav_format’ set but not used [-Wunused-but-set-variable] code/client/snd_openal.c: In function ‘S_AL_Init’: code/client/snd_openal.c:2405:15: warning: variable ‘defaultdevice’ set but not used [-Wunused-but-set-variable] code/server/sv_world.c: In function ‘SV_AreaEntities_r’: code/server/sv_world.c:385:8: warning: variable ‘count’ set but not used [-Wunused-but-set-variable] code/server/sv_world.c: In function ‘SV_PointContents’: code/server/sv_world.c:663:10: warning: variable ‘angles’ set but not used [-Wunused-but-set-variable] code/qcommon/q_shared.c: In function ‘Q_isanumber’: code/qcommon/q_shared.c:709:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] code/qcommon/vm.c: In function ‘VM_LoadSymbols’: code/qcommon/vm.c:220:7: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] code/qcommon/vm.c: In function ‘VM_LoadQVM’: code/qcommon/vm.c:368:10: warning: variable ‘length’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_move.c: In function ‘AAS_AirControl’: code/botlib/be_aas_move.c:392:9: warning: variable ‘dir’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_move.c: In function ‘AAS_ClientMovementPrediction’: code/botlib/be_aas_move.c:521:35: warning: variable ‘ax’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_BestReachableFromJumpPadArea’: code/botlib/be_aas_reach.c:292:6: warning: variable ‘area2num’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_Swim’: code/botlib/be_aas_reach.c:840:22: warning: variable ‘areasettings’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_Step_Barrier_WaterJump_WalkOffLedge’: code/botlib/be_aas_reach.c:1076:61: warning: variable ‘water_bestface1’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c:1076:42: warning: variable ‘ground_bestface1’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c:1065:34: warning: variable ‘invgravitydot’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_JumpPad’: code/botlib/be_aas_reach.c:3495:21: warning: variable ‘hordist’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_WeaponJump’: code/botlib/be_aas_reach.c:4000:21: warning: variable ‘hordist’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_route.c: In function ‘AAS_CalculateAreaTravelTimes’: code/botlib/be_aas_route.c:509:6: warning: variable ‘starttime’ set but not used [-Wunused-but-set-variable] code/botlib/be_aas_route.c: In function ‘AAS_CreateAllRoutingCache’: code/botlib/be_aas_route.c:890:12: warning: variable ‘t’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_chat.c: In function ‘BotFreeChatState’: code/botlib/be_ai_chat.c:2942:19: warning: variable ‘cs’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_gen.c: In function ‘GeneticSelection’: code/botlib/be_ai_gen.c:54:13: warning: variable ‘select’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_goal.c: In function ‘BotSaveGoalFuzzyLogic’: code/botlib/be_ai_goal.c:241:19: warning: variable ‘gs’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotFinishTravel_BarrierJump’: code/botlib/be_ai_move.c:1483:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotFinishTravel_WaterJump’: code/botlib/be_ai_move.c:1570:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotTravel_JumpPad’: code/botlib/be_ai_move.c:2870:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable] code/botlib/be_ai_move.c: In function ‘BotResetLastAvoidReach’: code/botlib/be_ai_move.c:3512:26: warning: array subscript is above array bounds [-Warray-bounds] code/botlib/l_precomp.c: In function ‘PC_EvaluateTokens’: code/botlib/l_precomp.c:1701:6: warning: variable ‘lastoperatortype’ set but not used [-Wunused-but-set-variable] code/renderer/tr_flares.c: In function ‘RB_AddFlare’: code/renderer/tr_flares.c:117:17: warning: variable ‘oldest’ set but not used [-Wunused-but-set-variable] code/renderer/tr_image.c: In function ‘R_CreateFogImage’: code/renderer/tr_image.c:1096:8: warning: variable ‘g’ set but not used [-Wunused-but-set-variable] code/renderer/tr_shade.c: In function ‘RB_StageIteratorVertexLitTexture’: code/renderer/tr_shade.c:1291:13: warning: variable ‘shader’ set but not used [-Wunused-but-set-variable] code/renderer/tr_shade_calc.c: In function ‘RB_CalcColorFromOneMinusEntity’: code/renderer/tr_shade_calc.c:623:6: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] code/renderer/tr_sky.c: In function ‘R_BuildCloudData’: code/renderer/tr_sky.c:608:12: warning: variable ‘shader’ set but not used [-Wunused-but-set-variable] code/libspeex/cb_search.c: In function ‘split_cb_shape_sign_unquant’: code/libspeex/cb_search.c:527:8: warning: variable ‘shape_cb_size’ set but not used [-Wunused-but-set-variable] code/libspeex/jitter.c: In function ‘jitter_buffer_get’: code/libspeex/jitter.c:466:8: warning: variable ‘incomplete’ set but not used [-Wunused-but-set-variable] code/libspeex/nb_celp.c: In function ‘nb_decode’: code/libspeex/nb_celp.c:1303:21: warning: variable ‘sp’ set but not used [-Wunused-but-set-variable] code/libspeex/nb_celp.c:1505:21: warning: variable ‘exc’ set but not used [-Wunused-but-set-variable] code/libspeex/vbr.c: In function ‘vbr_analysis’: code/libspeex/vbr.c:129:8: warning: variable ‘va’ set but not used [-Wunused-but-set-variable] code/qcommon/vm_x86.c: In function ‘VM_Compile’: code/qcommon/vm_x86.c:430:11: warning: variable ‘opt’ set but not used [-Wunused-but-set-variable] code/qcommon/vm_x86.c: In function ‘VM_CallCompiled’: code/qcommon/vm_x86.c:1156:7: warning: variable ‘programCounter’ set but not used [-Wunused-but-set-variable] code/sys/sys_unix.c: In function ‘Sys_ListFiles’: code/sys/sys_unix.c:382:16: warning: variable ‘extLen’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c: In function ‘PM_StepSlideMove’: code/game/bg_slidemove.c:235:18: warning: variable ‘down_v’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c:235:10: warning: variable ‘down_o’ set but not used [-Wunused-but-set-variable] code/cgame/cg_draw.c: In function ‘CG_DrawWarmup’: code/cgame/cg_draw.c:2364:8: warning: variable ‘scale’ set but not used [-Wunused-but-set-variable] code/cgame/cg_ents.c: In function ‘CG_AdjustPositionForMover’: code/cgame/cg_ents.c:668:28: warning: variable ‘deltaAngles’ set but not used [-Wunused-but-set-variable] code/cgame/cg_event.c: In function ‘CG_EntityEvent’: code/cgame/cg_event.c:602:19: warning: variable ‘smoke’ set but not used [-Wunused-but-set-variable] code/cgame/cg_marks.c: In function ‘CG_AddParticles’: code/cgame/cg_marks.c:1093:9: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] code/cgame/cg_marks.c:1091:9: warning: variable ‘color’ set but not used [-Wunused-but-set-variable] code/cgame/cg_playerstate.c: In function ‘CG_CheckLocalSounds’: code/cgame/cg_playerstate.c:298:27: warning: variable ‘armor’ set but not used [-Wunused-but-set-variable] code/cgame/cg_playerstate.c:298:19: warning: variable ‘health’ set but not used [-Wunused-but-set-variable] code/cgame/cg_weapons.c: In function ‘CG_RailTrail’: code/cgame/cg_weapons.c:216:32: warning: variable ‘next_move’ set but not used [-Wunused-but-set-variable] code/cgame/cg_weapons.c: In function ‘CG_PlasmaTrail’: code/cgame/cg_weapons.c:474:9: warning: variable ‘t’ set but not used [-Wunused-but-set-variable] code/qcommon/q_shared.c: In function ‘Q_isanumber’: code/qcommon/q_shared.c:709:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] code/game/g_main.c: In function ‘G_RunFrame’: code/game/g_main.c:1757:12: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] code/game/g_main.c:1757:5: warning: variable ‘start’ set but not used [-Wunused-but-set-variable] code/game/g_main.c:1756:8: warning: variable ‘msec’ set but not used [-Wunused-but-set-variable] code/game/ai_chat.c: In function ‘BotChatTime’: code/game/ai_chat.c:962:6: warning: variable ‘cpm’ set but not used [-Wunused-but-set-variable] code/game/ai_dmq3.c: In function ‘BotAIBlocked’: code/game/ai_dmq3.c:4432:35: warning: variable ‘maxs’ set but not used [-Wunused-but-set-variable] code/game/ai_dmq3.c:4432:29: warning: variable ‘mins’ set but not used [-Wunused-but-set-variable] code/game/ai_dmq3.c:4432:24: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] code/game/ai_vcmd.c: In function ‘BotVoiceChatCommand’: code/game/ai_vcmd.c:516:31: warning: variable ‘color’ set but not used [-Wunused-but-set-variable] code/game/ai_vcmd.c:516:9: warning: variable ‘voiceOnly’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c: In function ‘PM_StepSlideMove’: code/game/bg_slidemove.c:235:18: warning: variable ‘down_v’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c:235:10: warning: variable ‘down_o’ set but not used [-Wunused-but-set-variable] code/game/g_active.c: In function ‘ClientEvents’: code/game/g_active.c:542:9: warning: variable ‘dir’ set but not used [-Wunused-but-set-variable] code/game/g_active.c: In function ‘ClientEndFrame’: code/game/g_active.c:1109:22: warning: variable ‘pers’ set but not used [-Wunused-but-set-variable] code/game/g_combat.c: In function ‘LookAtKiller’: code/game/g_combat.c:219:10: warning: variable ‘angles’ set but not used [-Wunused-but-set-variable] code/game/g_combat.c: In function ‘G_Damage’: code/game/g_combat.c:825:8: warning: variable ‘save’ set but not used [-Wunused-but-set-variable] code/game/g_weapon.c: In function ‘ShotgunPattern’: code/game/g_weapon.c:327:8: warning: variable ‘oldScore’ set but not used [-Wunused-but-set-variable] code/q3_ui/ui_demo2.c: In function ‘UI_DemosMenu_Key’: code/q3_ui/ui_demo2.c:119:16: warning: variable ‘item’ set but not used [-Wunused-but-set-variable] code/q3_ui/ui_mfield.c: In function ‘MenuField_Draw’: code/q3_ui/ui_mfield.c:337:7: warning: variable ‘h’ set but not used [-Wunused-but-set-variable] code/q3_ui/ui_servers2.c: In function ‘ArenaServers_LoadFavorites’: code/q3_ui/ui_servers2.c:742:9: warning: variable ‘emptyinfo’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c: In function ‘PM_StepSlideMove’: code/game/bg_slidemove.c:235:18: warning: variable ‘down_v’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c:235:10: warning: variable ‘down_o’ set but not used [-Wunused-but-set-variable] code/cgame/cg_newdraw.c: In function ‘CG_DrawPlayerArmorIcon’: code/cgame/cg_newdraw.c:164:17: warning: variable ‘ps’ set but not used [-Wunused-but-set-variable] code/cgame/cg_newdraw.c:163:13: warning: variable ‘cent’ set but not used [-Wunused-but-set-variable] code/cgame/cg_newdraw.c: In function ‘CG_DrawPlayerArmorValue’: code/cgame/cg_newdraw.c:192:13: warning: variable ‘cent’ set but not used [-Wunused-but-set-variable] code/cgame/cg_newdraw.c: In function ‘CG_DrawPlayerAmmoIcon’: code/cgame/cg_newdraw.c:223:17: warning: variable ‘ps’ set but not used [-Wunused-but-set-variable] code/cgame/cg_draw.c: In function ‘CG_DrawScoreboard’: code/cgame/cg_draw.c:2167:8: warning: variable ‘fade’ set but not used [-Wunused-but-set-variable] code/cgame/cg_draw.c: In function ‘CG_DrawWarmup’: code/cgame/cg_draw.c:2366:8: warning: variable ‘cw’ set but not used [-Wunused-but-set-variable] code/cgame/cg_ents.c: In function ‘CG_AdjustPositionForMover’: code/cgame/cg_ents.c:668:28: warning: variable ‘deltaAngles’ set but not used [-Wunused-but-set-variable] code/cgame/cg_event.c: In function ‘CG_EntityEvent’: code/cgame/cg_event.c:602:19: warning: variable ‘smoke’ set but not used [-Wunused-but-set-variable] code/cgame/cg_marks.c: In function ‘CG_AddParticles’: code/cgame/cg_marks.c:1093:9: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] code/cgame/cg_marks.c:1091:9: warning: variable ‘color’ set but not used [-Wunused-but-set-variable] code/cgame/cg_players.c: In function ‘CG_DustTrail’: code/cgame/cg_players.c:1568:17: warning: variable ‘dust’ set but not used [-Wunused-but-set-variable] code/cgame/cg_weapons.c: In function ‘CG_RailTrail’: code/cgame/cg_weapons.c:216:32: warning: variable ‘next_move’ set but not used [-Wunused-but-set-variable] code/cgame/cg_weapons.c: In function ‘CG_PlasmaTrail’: code/cgame/cg_weapons.c:474:9: warning: variable ‘t’ set but not used [-Wunused-but-set-variable] code/ui/ui_shared.c: In function ‘Item_ListBox_OverLB’: code/ui/ui_shared.c:1533:6: warning: variable ‘count’ set but not used [-Wunused-but-set-variable] code/ui/ui_shared.c:1531:16: warning: variable ‘listPtr’ set but not used [-Wunused-but-set-variable] code/ui/ui_shared.c: In function ‘Item_Slider_Paint’: code/ui/ui_shared.c:3380:14: warning: variable ‘value’ set but not used [-Wunused-but-set-variable] code/ui/ui_shared.c: In function ‘Item_OwnerDraw_Paint’: code/ui/ui_shared.c:3802:14: warning: variable ‘parent’ set but not used [-Wunused-but-set-variable] code/qcommon/q_shared.c: In function ‘Q_isanumber’: code/qcommon/q_shared.c:709:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] code/game/g_main.c: In function ‘G_RunFrame’: code/game/g_main.c:1757:12: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] code/game/g_main.c:1757:5: warning: variable ‘start’ set but not used [-Wunused-but-set-variable] code/game/g_main.c:1756:8: warning: variable ‘msec’ set but not used [-Wunused-but-set-variable] code/game/ai_chat.c: In function ‘BotChatTime’: code/game/ai_chat.c:962:6: warning: variable ‘cpm’ set but not used [-Wunused-but-set-variable] code/game/ai_dmq3.c: In function ‘BotAIBlocked’: code/game/ai_dmq3.c:4432:35: warning: variable ‘maxs’ set but not used [-Wunused-but-set-variable] code/game/ai_dmq3.c:4432:29: warning: variable ‘mins’ set but not used [-Wunused-but-set-variable] code/game/ai_dmq3.c:4432:24: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] code/game/ai_vcmd.c: In function ‘BotVoiceChatCommand’: code/game/ai_vcmd.c:516:31: warning: variable ‘color’ set but not used [-Wunused-but-set-variable] code/game/ai_vcmd.c:516:9: warning: variable ‘voiceOnly’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c: In function ‘PM_StepSlideMove’: code/game/bg_slidemove.c:235:18: warning: variable ‘down_v’ set but not used [-Wunused-but-set-variable] code/game/bg_slidemove.c:235:10: warning: variable ‘down_o’ set but not used [-Wunused-but-set-variable] code/game/g_active.c: In function ‘ClientEvents’: code/game/g_active.c:542:9: warning: variable ‘dir’ set but not used [-Wunused-but-set-variable] code/game/g_active.c: In function ‘ClientEndFrame’: code/game/g_active.c:1109:22: warning: variable ‘pers’ set but not used [-Wunused-but-set-variable] code/game/g_combat.c: In function ‘LookAtKiller’: code/game/g_combat.c:219:10: warning: variable ‘angles’ set but not used [-Wunused-but-set-variable] code/game/g_combat.c: In function ‘G_Damage’: code/game/g_combat.c:825:8: warning: variable ‘save’ set but not used [-Wunused-but-set-variable] code/game/g_weapon.c: In function ‘ShotgunPattern’: code/game/g_weapon.c:327:8: warning: variable ‘oldScore’ set but not used [-Wunused-but-set-variable] code/ui/ui_main.c: In function ‘_UI_Init’: code/ui/ui_main.c:5004:6: warning: variable ‘start’ set but not used [-Wunused-but-set-variable] code/tools/lcc/etc/lcc.c: In function ‘stringf’: code/tools/lcc/etc/lcc.c:816:6: warning: variable ‘n’ set but not used [-Wunused-but-set-variable] code/tools/lcc/src/bytecode.c: In function ‘LoadSourceFile’: code/tools/lcc/src/bytecode.c:264:10: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] code/tools/lcc/cpp/tokens.c: In function ‘puttokens’: code/tools/lcc/cpp/tokens.c:293:11: warning: variable ‘wlen’ set but not used [-Wunused-but-set-variable] code/tools/lcc/cpp/tokens.c: In function ‘flushout’: code/tools/lcc/cpp/tokens.c:330:6: warning: variable ‘wlen’ set but not used [-Wunused-but-set-variable] code/tools/lcc/cpp/include.c: In function ‘doinclude’: code/tools/lcc/cpp/include.c:43:19: warning: variable ‘wlen’ set but not used [-Wunused-but-set-variable] code/tools/asm/q3asm.c: In function ‘TryAssembleENDPROC’: code/tools/asm/q3asm.c:949:10: warning: variable ‘v2’ set but not used [-Wunused-but-set-variable] code/tools/asm/q3asm.c:949:7: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]