blob: 1534f774b90e7db0a5b9b5fc3f78627f03dcf402 [file] [log] [blame]
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnn
{
// Utility function to selectively silence unused variable compiler warnings
template<typename ... Ts>
inline void IgnoreUnused(Ts&&...){}
} //namespace armnn