From 66f43bca24d2724e5cb1ad3f8ae337f770c7e886 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 1 Jun 2017 03:08:39 +0000 Subject: [PATCH] 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 --- source/build/include/compat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/build/include/compat.h b/source/build/include/compat.h index 035fdc118..2a487deb4 100644 --- a/source/build/include/compat.h +++ b/source/build/include/compat.h @@ -687,8 +687,6 @@ struct integers_of_size struct Dummy FINAL { FORCE_INLINE CONSTEXPR Dummy() : dummy(0) { } - -private: char dummy; }; #endif