Kaydet (Commit) 94b64bca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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
üst d2f3756d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment