From 7b73c21e88a4ea7ca004776ca40d9e99c96df294 Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 20 Dec 2005 12:59:53 +0000 Subject: [PATCH] Compilation warnings --- src/SUIT/SUIT_SelectionMgr.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/SUIT/SUIT_SelectionMgr.h b/src/SUIT/SUIT_SelectionMgr.h index b31678eb2..d471b2f73 100755 --- a/src/SUIT/SUIT_SelectionMgr.h +++ b/src/SUIT/SUIT_SelectionMgr.h @@ -27,6 +27,10 @@ #include #include +#ifdef WIN32 +#pragma warning ( disable : 4251 ) +#endif + class SUIT_EXPORT SUIT_SelectionMgr : public QObject { Q_OBJECT @@ -103,4 +107,8 @@ private: friend class SUIT_Selector; }; +#ifdef WIN32 +#pragma warning ( default : 4251 ) +#endif + #endif -- 2.39.2