summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs/graphite_layout.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-04 14:13:28 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-04 14:25:38 +0300
commit779ae5ee23c601e2b93f03c04c61cb1505d06a5e (patch)
tree06b1b01bfbf795906cd5b6089bbdbac092658afa /vcl/source/glyphs/graphite_layout.cxx
parent2e3bdc598f24285ed15c8b218db5dab868173cf1 (diff)
WaE: 'e' : unreferenced local variable
Diffstat (limited to 'vcl/source/glyphs/graphite_layout.cxx')
-rw-r--r--vcl/source/glyphs/graphite_layout.cxx2
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;
}