]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:58 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:58 +0000 (19:28 +0000)
hdr/debug.hh
src/warn.cc

index 0e35476b39d73b586fe448182990398f38cc8b0b..a5a7d8d3787f5bdf0abd96c792313f3d10de9ab6 100644 (file)
@@ -11,7 +11,7 @@ void error(String s);         // errors
 void error_t(const String& s, Time_description const &  t_tdes);
 void error_t(String const &s, const Moment &when);
 // warnings
-void warning(String s);
+//void warning(String s);
 #define WARN warnout << "warning: "<<__FUNCTION__ << "(): "
 extern ostream &warnout ;
 
index 87f7152e41f9b72543e31663c7a1d3ad66b3b3af..b44471201b59f757618200024b29f20be94e6d59 100644 (file)
@@ -5,13 +5,13 @@
 
 ostream &warnout (cerr);
 ostream *mlog(&cerr);
-
+/*
 void
 warning(String s)
 {
     WARN << s;
 }
-
+*/
 
 void
 error(String s)