mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 23:21:43 +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
|
||||
{
|
||||
FORCE_INLINE CONSTEXPR Dummy() : dummy(0) { }
|
||||
|
||||
private:
|
||||
char dummy;
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue