]> git.saurik.com Git - wxWidgets.git/commitdiff
remove warnings of intentionally unreachable code
authorChris Elliott <biol75@york.ac.uk>
Thu, 26 Apr 2007 11:11:28 +0000 (11:11 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 26 Apr 2007 11:11:28 +0000 (11:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcsvg.h

index db556ab5aefa44993f1b7d126cf5a1e8e2010f3f..f700ffd07cf74df3aa689569653d52698d9f5dfb 100644 (file)
 
 #define wxSVGVersion wxT("v0100")
 
+#ifdef __BORLANDC__
+#pragma warn -8008
+#pragma warn -8066
+#endif
+
 class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
 {
 
@@ -285,7 +290,7 @@ class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
         void SetFont(const wxFont& font) ;
 
         void SetLogicalFunction(int  WXUNUSED(function))
-            { wxASSERT_MSG (false, wxT("wxSVGFILEDC::SetLogicalFunction Call implemented")); return ; }
+            { wxASSERT_MSG (false, wxT("wxSVGFILEDC::SetLogicalFunction Call not implemented")); return ; }
 
         void SetLogicalScale( double x, double y ) ;