Some misc fixes, mostly win32/msvc focused.
Rename sound flags to include their valid scope. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5322 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
487201eeec
commit
4ae635bc7b
24 changed files with 188 additions and 102 deletions
|
@ -3,9 +3,11 @@
|
|||
#include <ctype.h>
|
||||
|
||||
//ezquake sucks. I'd fix these, but that'd make diffs more messy.
|
||||
#pragma GCC diagnostic ignored "-Wold-style-definition"
|
||||
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
||||
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wold-style-definition"
|
||||
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
||||
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
|
||||
#endif
|
||||
|
||||
//ezquake types.
|
||||
#define byte qbyte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue