- silenced a few warnings.

This commit is contained in:
Christoph Oelckers 2019-10-18 17:55:02 +02:00
parent 23265ad213
commit ed415c1fa0
3 changed files with 8 additions and 8 deletions

View file

@ -1875,7 +1875,7 @@ ACTOR_STATIC void G_MoveStandables(void)
pSprite->ang = oldAng; pSprite->ang = oldAng;
// we're on a trip wire // we're on a trip wire
int16_t cursectnum; //int16_t cursectnum;
while (hitDist > 0) while (hitDist > 0)
{ {

View file

@ -205,8 +205,8 @@ const char *CONFIG_AnalogNumToName(int32_t func)
void CONFIG_SetDefaults(void) void CONFIG_SetDefaults(void)
{ {
// JBF 20031211 // JBF 20031211
int32_t i,f; int32_t i;// , f;
uint8_t k1,k2; //uint8_t k1,k2;
ScreenMode = 1; ScreenMode = 1;
@ -432,7 +432,7 @@ void CONFIG_ReadKeys(int32_t scripthandle)
void CONFIG_SetupMouse(void) void CONFIG_SetupMouse(void)
{ {
int32_t i; int32_t i;
char str[80],*p; char str[80];// , * p;
char temp[80]; char temp[80];
int32_t function, scale; int32_t function, scale;
@ -501,9 +501,9 @@ void CONFIG_SetupMouse(void)
void CONFIG_SetupJoystick(void) void CONFIG_SetupJoystick(void)
{ {
int32_t i; int32_t i;
char str[80],*p; char str[80];// , * p;
char temp[80]; char temp[80];
int32_t function, scale; int32_t /*function,*/ scale;
if (scripthandle < 0) return; if (scripthandle < 0) return;
@ -577,7 +577,7 @@ void CONFIG_SetupJoystick(void)
int32_t CONFIG_ReadSetup(void) int32_t CONFIG_ReadSetup(void)
{ {
int32_t dummy; int32_t dummy;
char ret; //char ret;
extern char ds[]; extern char ds[];
extern char PlayerNameArg[32]; extern char PlayerNameArg[32];

View file

@ -192,7 +192,7 @@ void RTS_Init(char *filename)
void RTS_Shutdown(void) void RTS_Shutdown(void)
{ {
int32_t i; //int32_t i;
if (lumpcache) if (lumpcache)
{ {