X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=warning.h;h=9edd8fb8698d20efdcc93c71212002681ee2275e;hb=24d893083c3f9e99c46feeb91c531af5b27e2eba;hp=71d9a887225ad9bccc747c07425c548c49a2c720;hpb=de647e08ed8df756b8b7acb6b1a26df8e91a2921;p=cparser diff --git a/warning.h b/warning.h index 71d9a88..9edd8fb 100644 --- a/warning.h +++ b/warning.h @@ -42,8 +42,8 @@ typedef struct warning_t { bool missing_noreturn:1; /**< Warn about functions which might be candidates for attribute 'noreturn' */ #endif bool missing_prototypes:1; /**< Warn if a global function is defined without a previous prototype declaration */ -#if 0 // TODO bool multichar:1; /**< Warn if a multicharacter constant ('FOOF') is used. */ +#if 0 // TODO bool nested_externs:1; /**< Warn if an 'extern' declaration is encountered within a function */ bool packed:1; /**< Warn if a structure is given the packed attribute, but the packed attribute has no effect on the layout or size of the structure */ bool padded:1; /**< Warn if padding is included in a structure, either to align an element of the structure or to align the whole structure */