X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3728f8a8d2b0a744ff66e3756120cf47ef88456..cc4d5638c66a409e421420ed7110917755a66788:/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 ); } }