X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3728f8a8d2b0a744ff66e3756120cf47ef88456..2a227e8c9f968b8a8d25961457ce709a06aead1f:/src/x11/pango_x.cpp 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 ); } }