From c327acab9e5a49b0967c15adb923d99fed5bbc1c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 10 May 2014 10:18:10 +0200 Subject: remove globally disabled warnings from source files Change-Id: Ic7b092a24b4d1e48ca11e53b507da5c2bfdeabe8 --- include/sot/object.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/sot/object.hxx b/include/sot/object.hxx index 164402b5bc49..4ee729706a79 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -90,10 +90,6 @@ void * ClassName::Cast( const SotFactory * pFact ) \ return pRet; \ } -#ifdef _MSC_VER -#pragma warning(disable: 4250) -#endif - struct IUnknown; class SOT_DLLPUBLIC SotObject : virtual public SvRefBase { -- cgit