From f769f292ba506784c8d21d691de821f4e3b53fec Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Fri, 25 Jun 2021 12:53:09 +0100 Subject: IVGCVSW-6178 Add additional compiler warnings to the driver Signed-off-by: Finn Williams Change-Id: I2209251736a095583fffc8da774188e0dccfc932 --- 1.0/HalPolicy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to '1.0') diff --git a/1.0/HalPolicy.cpp b/1.0/HalPolicy.cpp index 7e9e9efa..d4d61211 100644 --- a/1.0/HalPolicy.cpp +++ b/1.0/HalPolicy.cpp @@ -604,7 +604,6 @@ bool HalPolicy::ConvertSpaceToDepth(const Operation& operation, const Model& mod } armnn::SpaceToDepthDescriptor desc; - bool dataLayoutCheck; GetInputScalar(operation, 1, OperandType::INT32, desc.m_BlockSize, model, data); -- cgit v1.2.1