From: fred Date: Sun, 24 Mar 2002 19:28:58 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5548 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=38308d5f5a6610fecdded3a8521fc219a5aa35ab;p=lilypond.git lilypond-0.0.26 --- diff --git a/hdr/debug.hh b/hdr/debug.hh index 0e35476b39..a5a7d8d378 100644 --- a/hdr/debug.hh +++ b/hdr/debug.hh @@ -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 ; diff --git a/src/warn.cc b/src/warn.cc index 87f7152e41..b44471201b 100644 --- a/src/warn.cc +++ b/src/warn.cc @@ -5,13 +5,13 @@ ostream &warnout (cerr); ostream *mlog(&cerr); - +/* void warning(String s) { WARN << s; } - +*/ void error(String s)