X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=diagnostic.h;fp=diagnostic.h;h=b24956b5576b08782bc829c4081fd15ad0abd6e5;hb=afb476e0d11276b63ca7dfd429f8b2fdd53797b1;hp=cd75562fcd7d741354faeeafff8f05a39d77d01e;hpb=2aa9a7c30d2961cbc240b4951849c308013a48d2;p=cparser diff --git a/diagnostic.h b/diagnostic.h index cd75562..b24956b 100644 --- a/diagnostic.h +++ b/diagnostic.h @@ -14,10 +14,4 @@ extern unsigned warning_count; /* true if warnings should be inhibited */ extern bool inhibit_all_warnings; -/* true if warnings should be treated as errors */ -extern bool warnings_are_errors; - -/* true if the first error should stop the compilation */ -extern bool fatal_errors; - #endif