remove warnings of intentionally unreachable code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,6 +17,11 @@
|
|||||||
|
|
||||||
#define wxSVGVersion wxT("v0100")
|
#define wxSVGVersion wxT("v0100")
|
||||||
|
|
||||||
|
#ifdef __BORLANDC__
|
||||||
|
#pragma warn -8008
|
||||||
|
#pragma warn -8066
|
||||||
|
#endif
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
|
class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -285,7 +290,7 @@ class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
|
|||||||
void SetFont(const wxFont& font) ;
|
void SetFont(const wxFont& font) ;
|
||||||
|
|
||||||
void SetLogicalFunction(int WXUNUSED(function))
|
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 ) ;
|
void SetLogicalScale( double x, double y ) ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user