mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Fix warnings with VS2013 update 4. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4783 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
20e18ef41d
commit
89a9010db1
1 changed files with 2 additions and 0 deletions
|
@ -26,11 +26,13 @@
|
||||||
# define __has_extension __has_feature // Compatibility with pre-3.0 compilers.
|
# define __has_extension __has_feature // Compatibility with pre-3.0 compilers.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) && _MSC_FULL_VER < 180031101
|
||||||
#ifdef UNREFERENCED_PARAMETER
|
#ifdef UNREFERENCED_PARAMETER
|
||||||
#undef UNREFERENCED_PARAMETER
|
#undef UNREFERENCED_PARAMETER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define UNREFERENCED_PARAMETER(x) x = x
|
#define UNREFERENCED_PARAMETER(x) x = x
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined __GNUC__ || defined __clang__
|
#if defined __GNUC__ || defined __clang__
|
||||||
# define ATTRIBUTE(attrlist) __attribute__(attrlist)
|
# define ATTRIBUTE(attrlist) __attribute__(attrlist)
|
||||||
|
|
Loading…
Reference in a new issue