X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=diagnostic.h;h=cb114ef856def5a97bdd1a341b117e7de2cc2bcb;hb=8221015a4d0babf80e2514481647d75953eb30ac;hp=663e6dc944edc97d58b3a8ebcff2d9c86139dcb3;hpb=0b0eb67f9139bd597468eb559a440e587ff1d438;p=cparser diff --git a/diagnostic.h b/diagnostic.h index 663e6dc..cb114ef 100644 --- a/diagnostic.h +++ b/diagnostic.h @@ -62,7 +62,4 @@ extern unsigned diagnostic_count; extern unsigned error_count; extern unsigned warning_count; -/* true if warnings should be inhibited */ -extern bool inhibit_all_warnings; - #endif