diff --git a/lib/exprengine.h b/lib/exprengine.h index 10fb6ced0..44da3f1d2 100644 --- a/lib/exprengine.h +++ b/lib/exprengine.h @@ -293,9 +293,11 @@ namespace ExprEngine { bool isEqual(DataBase * /*dataBase*/, int /*value*/) const OVERRIDE { return true; } + /* FIXME: This is too noisy bool isUninit() const OVERRIDE { return true; } + */ }; typedef std::function Callback;