corrected warnings when compiling with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -909,8 +909,8 @@ void wxDC::DoDrawLines(int n, wxPoint points[],
|
||||
}
|
||||
|
||||
void wxDC::DoDrawPolygon(int n, wxPoint points[],
|
||||
wxCoord xoffset, wxCoord yoffset,
|
||||
int fillStyle )
|
||||
wxCoord xoffset, wxCoord yoffset,
|
||||
int fillStyle )
|
||||
{
|
||||
wxCHECK_RET(Ok(), wxT("Invalid DC"));
|
||||
wxMacPortSetter helper(this) ;
|
||||
@@ -1201,7 +1201,6 @@ bool wxDC::DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
|
||||
if ( LockPixels(bmappixels) )
|
||||
{
|
||||
wxMacPortSetter helper(this) ;
|
||||
RGBColor tempColor ;
|
||||
|
||||
if ( source->GetDepth() == 1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user