Fix warnings
diff --git a/src/indic.cc b/src/indic.cc
index e00311d..3b44076 100644
--- a/src/indic.cc
+++ b/src/indic.cc
@@ -41,6 +41,6 @@
 
     hb_codepoint_t a, b;
     if (!hb_unicode_decompose (funcs, u, &a, &b))
-      printf ("U+%04X\n", u);
+      printf ("U+%04X %x %x\n", u, category, position);
   }
 }