From aa5b15e092c3eebb31ca6dda0f2eaeeb96b68aa5 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 26 Aug 2010 14:37:23 +0200 Subject: [PATCH] Report that the check was entered --- dwarflint/checks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3