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:
hendricks266 2017-06-01 03:08:39 +00:00
parent abfbfec0f0
commit 66f43bca24

View file

@ -687,8 +687,6 @@ struct integers_of_size<sizeof(int64_t)>
struct Dummy FINAL
{
FORCE_INLINE CONSTEXPR Dummy() : dummy(0) { }
private:
char dummy;
};
#endif