Skip to content
Snippets Groups Projects

D3PDMakerUtils: Suppress cppcheck false positives.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.D3PDMakerUtils-20240530 into main
6 files
+ 13
12
Compare changes
  • Side-by-side
  • Inline
Files
6
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
// $Id$
/**
* @file D3PDMakerUtils/BlockFillerTool.h
* @author scott snyder <snyder@bnl.gov>
@@ -26,6 +24,7 @@ BlockFillerTool<T>::BlockFillerTool (const std::string& type,
const IInterface* parent)
: BlockFillerToolImpl (type, name, parent)
{
// cppcheck-suppress missingReturn; false positive
}
Loading