Fix various warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4353 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2c084c6042
commit
873f0a8134
77 changed files with 393 additions and 468 deletions
|
@ -917,6 +917,7 @@ void *Sys_GetAddressForName(dllhandle_t *module, const char *exportname)
|
|||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static void *game_library;
|
||||
|
||||
void Sys_UnloadGame(void)
|
||||
|
@ -936,11 +937,10 @@ void *Sys_GetGameAPI(void *parms)
|
|||
char curpath[MAX_OSPATH];
|
||||
char *searchpath;
|
||||
const char *gamename = "gamei386.so";
|
||||
char *result;
|
||||
|
||||
void *ret;
|
||||
|
||||
result = getcwd(curpath, sizeof(curpath)); // do soemthing with the result
|
||||
getcwd(curpath, sizeof(curpath)); // do soemthing with the result
|
||||
|
||||
searchpath = 0;
|
||||
while((searchpath = COM_NextPath(searchpath)))
|
||||
|
@ -962,6 +962,7 @@ void *Sys_GetGameAPI(void *parms)
|
|||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
void Sys_ServerActivity(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue