X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/068993c7efdb9020c5752f29b62ed5090f4caac2..6415637cb0da1aa1eb0b6a73b9f1757e80f53a9a:/src/common/imagfill.cpp?ds=inline diff --git a/src/common/imagfill.cpp b/src/common/imagfill.cpp index bfe5345247..9545f46ed4 100644 --- a/src/common/imagfill.cpp +++ b/src/common/imagfill.cpp @@ -62,7 +62,7 @@ static void LINKAGEMODE wxImageFloodFill(wxImage *image, wxCoord x, wxCoord y, const wxBrush & fillBrush, const wxColour& testColour, int style, - int LogicalFunction) + int WXUNUSED(LogicalFunction)) { /* A diamond flood-fill using a circular queue system. Each pixel surrounding the current pixel is added to @@ -309,4 +309,3 @@ bool wxDoFloodFill(wxDC *dc, wxCoord x, wxCoord y, } #endif // wxUSE_IMAGE -