]> git.donarmstrong.com Git - lilypond.git/commit
Message-handling: Make the Input class use the functions in warn.cc
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 18 Sep 2011 00:09:41 +0000 (02:09 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 23 Sep 2011 16:46:22 +0000 (18:46 +0200)
commit05f05a51ca0078ce9a8c87cbf30ac7fbd4def706
treea842e5356d1740d44079fedb425d55cd386040f6
parent2aeac5e3815effa47427dad86d6be811c7b0d8a2
Message-handling: Make the Input class use the functions in warn.cc

This allows us to handle all warnings/error really similar in warn.cc.
For example, we can then simply suppress some warnings by only checking
in warn.cc. This patch makes the whole handling much more consistent,
as now everything is in warn.cc
lily/include/input.hh
lily/input.cc