summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-13 15:35:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-13 15:35:01 +0200
commit94b64bca66f656c45b85f7f49b1bcb8c2e9cfad0 (patch)
tree6aef0a9d1e69a55a3f7b867c1aa9252c9653aa46 /include
parentd2f3756de7c4b7dbca90ff9403f2fa6bff37daf6 (diff)
These warnings are covered by --enable-werror anyway
...so remove these remnants from a time when developers got away with ignoring warnings and tools/solar.h was considered the center of the universe Change-Id: I526c6b44fafb98e8400f2ab122dbb7e2bfbb3480
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