* Fix a few -pedantic warnings

This commit is contained in:
Tim Angus 2007-07-25 21:28:15 +00:00
parent e8bbb1f2d1
commit 0c99c0c1d2
5 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ void CL_StartHunkUsers( void ) {
}
// bk001119 - added new dummy for sv_init.c
void CL_ShutdownAll(void) {};
void CL_ShutdownAll(void) {}
// bk001208 - added new dummy (RC4)
qboolean CL_CDKeyValidate( const char *key, const char *checksum ) { return qtrue; }