Suppress "parameter unused" error in some builds
This commit is contained in:
@@ -284,6 +284,8 @@ static void FlushDC(wxDC& dc)
|
|||||||
dc.SetGraphicsContext(NULL);
|
dc.SetGraphicsContext(NULL);
|
||||||
#endif // __WXMSW__ && wxUSE_GRAPHICS_DIRECT2D
|
#endif // __WXMSW__ && wxUSE_GRAPHICS_DIRECT2D
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
wxUnusedVar(dc);
|
||||||
#endif // wxUSE_GRAPHICS_CONTEXT
|
#endif // wxUSE_GRAPHICS_CONTEXT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user