summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-03-03 13:04:09 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-03-03 13:04:09 (GMT)
commitabe69bd634fea9554a84d93e31db889ee589661f (patch)
treeb00be65c936484f529f220773f6022064303dd64 /src/classdef.cpp
parentd4243bc66fc911012c8222514d5b33a222993ae5 (diff)
downloadDoxygen-abe69bd634fea9554a84d93e31db889ee589661f.zip
Doxygen-abe69bd634fea9554a84d93e31db889ee589661f.tar.gz
Doxygen-abe69bd634fea9554a84d93e31db889ee589661f.tar.bz2
Revert "Disabled "inheritance by dominance" warning (try 2)"
This reverts commit d4243bc66fc911012c8222514d5b33a222993ae5.
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp6
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