]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/warn.hh
Doc-es: update Notation/Changing defaults.
[lilypond.git] / flower / include / warn.hh
index f17bef2804b734c395a01a0e78ebc11e9bb3e65e..25240113ca2243e459839d7689db25b60c742206 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -41,6 +41,7 @@
 #define LOGLEVEL_DEBUG (LOGLEVEL_INFO | LOG_DEBUG)
 
 extern int loglevel;
+extern bool warning_as_error;
 
 /* output messages, in decreasing order of importance */
 void error (string s, string location = ""); // Fatal error, exits lilypond!
@@ -64,5 +65,4 @@ void set_loglevel (string level);
 void expect_warning (string msg);
 void check_expected_warnings ();
 
-
 #endif /* WARN_HH */