From bb46dde88befe14583eaac83f65775a7543d4586 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Wed, 20 May 2020 15:27:37 +0100 Subject: Fix a few build warnings: * Remove redundant asserts for unsigned ints being positive * Remove unneeded include of lightweight_test.hpp header * Remove unused exception variable names * Replace hardcoded 0.0f with T() for some template functions * Add a few static_casts Change-Id: I290b0433cf995f6d0199422eaa10f816e5fd8eb9 Signed-off-by: Robert Hughes --- src/armnn/test/UtilityTests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/armnn/test') diff --git a/src/armnn/test/UtilityTests.cpp b/src/armnn/test/UtilityTests.cpp index af56364b15..8d933eb435 100644 --- a/src/armnn/test/UtilityTests.cpp +++ b/src/armnn/test/UtilityTests.cpp @@ -4,7 +4,6 @@ // #include -#include #define ARMNN_POLYMORPHIC_CAST_TESTABLE #define ARMNN_NUMERIC_CAST_TESTABLE -- cgit v1.2.1