]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/warn.hh
Warnings: Move all warning-as-error handling to warn.cc
[lilypond.git] / flower / include / warn.hh
index f17bef2804b734c395a01a0e78ebc11e9bb3e65e..959a55629188fa00ef00dc27bce4552e39baa2b6 100644 (file)
@@ -41,6 +41,8 @@
 #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!