X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=diagnostic.h;h=36b57b901091352c09176c6a267f36d6f012f930;hb=3ebfcac30456a053d3eba3fb1a2df7b1e73668b8;hp=313a2a9f91a60edc216da60e6bd4dd7bdd32ae9c;hpb=bb8544d38aaa4c716603a5d565c3ff3840454ffc;p=cparser diff --git a/diagnostic.h b/diagnostic.h index 313a2a9..36b57b9 100644 --- a/diagnostic.h +++ b/diagnostic.h @@ -66,6 +66,7 @@ NORETURN internal_errorf(const source_position_t *pos, const char *fmt, ...); extern unsigned diagnostic_count; extern unsigned error_count; extern unsigned warning_count; -extern bool show_column; /**< Show column in diagnostic messages */ +extern bool show_column; /**< Show column in diagnostic messages */ +extern bool diagnostics_show_option; /**< Show the switch, which controls a warning. */ #endif