translate: suppress a warning
authornotaz <notasas@gmail.com>
Tue, 25 Feb 2014 23:22:08 +0000 (01:22 +0200)
committernotaz <notasas@gmail.com>
Tue, 25 Feb 2014 23:22:08 +0000 (01:22 +0200)
tools/translate.c

index 3d3014c..ecd972f 100644 (file)
@@ -474,6 +474,8 @@ static int guess_lmod_from_c_type(enum opr_lenmod *lmod,
     "uint8_t", "int8_t", "char",
     "unsigned __int8", "__int8", "BYTE", "_BYTE",
     "CHAR", "_UNKNOWN",
+    // structures.. deal the same as with _UNKNOWN for now
+    "CRITICAL_SECTION",
   };
   const char *n;
   int i;