summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tools/solar.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/tools/solar.h b/include/tools/solar.h
index 717ad78aded6..4e099c414fa3 100644
--- a/include/tools/solar.h
+++ b/include/tools/solar.h
@@ -106,17 +106,6 @@ inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = reinterpret_cast<s
#endif
#endif
-// pragmas
-
-#if defined _MSC_VER
-/* deletion of pointer to incomplete type '...'; no destructor called
- serious error, memory deleted without call of dtor */
-#pragma warning( error: 4150 )
-// warning C4002: too many actual parameters for macro
-// warning C4003: not enough actual parameters for macro
-#pragma warning(error : 4002 4003)
-#endif
-
#if defined WNT
#define SVLIBRARY( Base ) Base "lo.dll"
#elif defined MACOSX