X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=diagnostic.h;h=4c12e4c35a42f1ac3c8f7e3d9b4731ea0f02480b;hb=22d24ddd2209686fa723a62ccc19b7c2eea2d172;hp=663e6dc944edc97d58b3a8ebcff2d9c86139dcb3;hpb=0b0eb67f9139bd597468eb559a440e587ff1d438;p=cparser diff --git a/diagnostic.h b/diagnostic.h index 663e6dc..4c12e4c 100644 --- a/diagnostic.h +++ b/diagnostic.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -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