X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=diagnostic.h;h=b24956b5576b08782bc829c4081fd15ad0abd6e5;hb=00fad4c6c28b600fd17a6c3e8320dd6227c28e30;hp=06f9220eb1af6770ea118b3f127e22a37165ee63;hpb=ec301261c69a95e994cf1d82b084713bf23fb5ab;p=cparser diff --git a/diagnostic.h b/diagnostic.h index 06f9220..b24956b 100644 --- a/diagnostic.h +++ b/diagnostic.h @@ -11,4 +11,7 @@ extern unsigned diagnostic_count; extern unsigned error_count; extern unsigned warning_count; +/* true if warnings should be inhibited */ +extern bool inhibit_all_warnings; + #endif