From 19466db77813385693cf78b8bc7d97b58dd2b14c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Mar 2014 00:18:33 -0400 Subject: Fix various Clang compiler warnings. --- src/strife/st_stuff.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/strife/st_stuff.c') diff --git a/src/strife/st_stuff.c b/src/strife/st_stuff.c index 0be72b05..290edc5c 100644 --- a/src/strife/st_stuff.c +++ b/src/strife/st_stuff.c @@ -183,7 +183,7 @@ static boolean st_showkeys = false; // villsa [STRIFE] TODO - identify variables static int st_keypage = -1; -static int dword_88490 = 0; +// [unused] static int dword_88490 = 0; // haleyjd 09/19/10: [STRIFE] Cached player data static int st_lastcursorpos; @@ -226,8 +226,8 @@ static patch_t* invfontg[10]; // 0-9, yellow numbers static patch_t* invfonty[10]; -// 3 key-cards, 3 skulls -- [STRIFE] has a lot more keys than 3 :P -static patch_t* keys[NUMCARDS]; +// [unused] 3 key-cards, 3 skulls -- [STRIFE] has a lot more keys than 3 :P +//static patch_t* keys[NUMCARDS]; // ready-weapon widget static st_number_t w_ready; // haleyjd [STRIFE]: This is still used. @@ -242,8 +242,8 @@ static st_number_t w_ammo[NUMAMMO]; // haleyjd [STRIFE]: Still used. // max ammo widgets static st_number_t w_maxammo[NUMAMMO]; // haleyjd [STRIFE]: Still used. -// number of frags so far in deathmatch -static int st_fragscount; +// [unused] number of frags so far in deathmatch +//static int st_fragscount; cheatseq_t cheat_mus = CHEAT("spin", 2); // [STRIFE]: idmus -> spin -- cgit v1.2.3