diff options
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r-- | src/classdef.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp index cd7b3a1..5ea8cea 100644 --- a/src/classdef.cpp +++ b/src/classdef.cpp @@ -49,12 +49,6 @@ //----------------------------------------------------------------------------- -#if defined(_WIN32) && !defined(__CYGWIN__) -// To disable 'inherits via dominance' warnings. -// See also https://stackoverflow.com/a/14487243/784672 -#pragma warning( disable: 4250 ) -#endif - /** Implementation of the ClassDef interface */ class ClassDefImpl : public DefinitionImpl, public ClassDef |