From: Petr Machata Date: Thu, 26 Aug 2010 12:37:23 +0000 (+0200) Subject: Report that the check was entered X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa5b15e092c3eebb31ca6dda0f2eaeeb96b68aa5;p=thirdparty%2Felfutils.git Report that the check was entered --- diff --git a/dwarflint/checks.cc b/dwarflint/checks.cc index dcc3b64d9..10525383b 100644 --- a/dwarflint/checks.cc +++ b/dwarflint/checks.cc @@ -55,7 +55,7 @@ reporter::reporter (checkstack const &s, checkdescriptor const &a_cd) : stack (s) , cd (a_cd) { - //(*this) ("run", true); + (*this) ("...", true); } void