diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-04 14:13:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-04 14:25:38 +0300 |
commit | 779ae5ee23c601e2b93f03c04c61cb1505d06a5e (patch) | |
tree | 06b1b01bfbf795906cd5b6089bbdbac092658afa /vcl/source/glyphs | |
parent | 2e3bdc598f24285ed15c8b218db5dab868173cf1 (diff) |
WaE: 'e' : unreferenced local variable
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r-- | vcl/source/glyphs/graphite_layout.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx index 008590625a46..7a4b04a8aa69 100644 --- a/vcl/source/glyphs/graphite_layout.cxx +++ b/vcl/source/glyphs/graphite_layout.cxx @@ -667,6 +667,8 @@ bool GraphiteLayout::LayoutGlyphs(ImplLayoutArgs& rArgs, gr_segment * pSegment) { #ifdef GRLAYOUT_DEBUG fprintf(grLog(),"LayoutGlyphs failed %s\n", e.what()); +#else + (void)e; #endif return false; } |