[cff] Initialize a member variable

For good hygiene.
diff --git a/src/hb-cff-interp-common.hh b/src/hb-cff-interp-common.hh
index 824b8e2..ad1e694 100644
--- a/src/hb-cff-interp-common.hh
+++ b/src/hb-cff-interp-common.hh
@@ -488,7 +488,7 @@
 
   const unsigned char *ptr = nullptr;
 
-  op_code_t  op;
+  op_code_t  op = OpCode_Invalid;
 
   uint8_t length = 0;
 };