mirror of
https://github.com/DrBeef/Raze.git
synced 2025-04-25 00:40:54 +00:00
compat.h: Prevent "warning: private field 'dummy' is not used". DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@6136 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
abfbfec0f0
commit
66f43bca24
1 changed files with 0 additions and 2 deletions
|
@ -687,8 +687,6 @@ struct integers_of_size<sizeof(int64_t)>
|
||||||
struct Dummy FINAL
|
struct Dummy FINAL
|
||||||
{
|
{
|
||||||
FORCE_INLINE CONSTEXPR Dummy() : dummy(0) { }
|
FORCE_INLINE CONSTEXPR Dummy() : dummy(0) { }
|
||||||
|
|
||||||
private:
|
|
||||||
char dummy;
|
char dummy;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue