mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Tweak UNREFERENCED_CONST_PARAMETER
git-svn-id: https://svn.eduke32.com/eduke32@6401 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0f54975751
commit
33c138fdf9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
#ifndef UNREFERENCED_CONST_PARAMETER
|
#ifndef UNREFERENCED_CONST_PARAMETER
|
||||||
# ifdef _MSC_VER
|
# ifdef _MSC_VER
|
||||||
# define UNREFERENCED_CONST_PARAMETER(x) (x)
|
# define UNREFERENCED_CONST_PARAMETER(x) ((void)(x))
|
||||||
# else
|
# else
|
||||||
# define UNREFERENCED_CONST_PARAMETER(x)
|
# define UNREFERENCED_CONST_PARAMETER(x)
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue