X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3728f8a8d2b0a744ff66e3756120cf47ef88456..d2e66707deb10dea6f92e3e4092f8a43ef942a5d:/src/x11/pango_x.cpp?ds=inline diff --git a/src/x11/pango_x.cpp b/src/x11/pango_x.cpp index f71993db00..0e82c04f96 100644 --- a/src/x11/pango_x.cpp +++ b/src/x11/pango_x.cpp @@ -87,6 +87,7 @@ x11_draw_glyphs( Drawable drawable, else #endif { + wxUnusedVar(colour); pango_x_render( wxGlobalDisplay(), drawable, gc, font, glyphs, x, y ); } }