From 38308d5f5a6610fecdded3a8521fc219a5aa35ab Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:58 +0000 Subject: [PATCH] lilypond-0.0.26 --- hdr/debug.hh | 2 +- src/warn.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5