X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=warning.h;h=90f3ca6788e853b1e0f8a092bd5ac29fc6510a4b;hb=ae52b69dfadbd0835e01f55167d979cb6a9a6305;hp=31d9005bc785ad088dd8b07cda0a44faf4fb009d;hpb=7925c93030a9356329e0d609c3e25bd25970bde5;p=cparser diff --git a/warning.h b/warning.h index 31d9005..90f3ca6 100644 --- a/warning.h +++ b/warning.h @@ -25,6 +25,8 @@ void set_warning_opt(const char *opt); typedef struct warning_t { + bool other:1; /**< Warnings not covered by any option below */ + bool address:1; /**< Warn about suspicious uses of memory addresses */ bool aggregate_return:1; /**< Warn if any functions that return structures or unions are defined or called */ bool attribute:1; /**< Warn if an unexpected `__attribute__' is used or function attributes applied to variables, etc. */