summaryrefslogtreecommitdiff
path: root/src/autohint/ahhint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autohint/ahhint.c')
-rw-r--r--src/autohint/ahhint.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/autohint/ahhint.c b/src/autohint/ahhint.c
index 1dd003c60..b6b2c7870 100644
--- a/src/autohint/ahhint.c
+++ b/src/autohint/ahhint.c
@@ -380,9 +380,12 @@
FT_Bool no_horz_edges,
FT_Bool no_vert_edges )
{
-#if 0
+#if 0
ah_debug_disable_horz = no_horz_edges;
ah_debug_disable_vert = no_vert_edges;
+#else
+ UNUSED( no_horz_edges );
+ UNUSED( no_vert_edges );
#endif
/* AH_Interpolate_Blue_Edges( hinter ); -- doesn't seem to help */
/* reduce the problem of the disappearing eye in the `e' of Times... */