From: notaz Date: Tue, 25 Feb 2014 23:22:08 +0000 (+0200) Subject: translate: suppress a warning X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ia32rtools.git;a=commitdiff_plain;h=b4878d2b4f7e08514f204b6a0dc228cf1382db40 translate: suppress a warning --- diff --git a/tools/translate.c b/tools/translate.c index 3d3014c..ecd972f 100644 --- a/tools/translate.c +++ b/tools/translate.c @@ -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;