From 6f9f99024df71b6b7f7115b58d85eb100c66f3c5 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Fri, 13 Nov 2020 13:23:15 +0000 Subject: IVGCVSW-5508 Activate compiler warnings in ArmNN TfLite Delegate Signed-off-by: Finn Williams Change-Id: I1a8e2aa618ff693c61010e6150f3ca41b8ab1201 --- delegate/src/Comparison.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'delegate/src/Comparison.hpp') diff --git a/delegate/src/Comparison.hpp b/delegate/src/Comparison.hpp index f787a22090..2e6a7db4b6 100644 --- a/delegate/src/Comparison.hpp +++ b/delegate/src/Comparison.hpp @@ -6,6 +6,7 @@ #pragma once #include "DelegateUtils.hpp" +#include #include #include @@ -32,6 +33,7 @@ TfLiteStatus VisitComparisonOperator(DelegateData& delegateData, tfLiteContext, "TfLiteArmnnDelegate: Dynamic input tensors are not supported in operator #%d node #%d: ", tfLiteComparisonOperatorCode, nodeIndex); + return kTfLiteError; } -- cgit v1.2.1