From eb1fce0f5b13b479b13a9d265ebdc8792676b163 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 10 Dec 2019 21:20:10 +0000 Subject: IVGCVSW-4246 Clean build end-to-end tests with -Wextra Change-Id: Ia25f919e45a210e1e2d5d50b0c9098bf01d88013 Signed-off-by: Derek Lamberti --- .../TfLiteInceptionV4Quantized-Armnn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TfLiteInceptionV4Quantized-Armnn') diff --git a/tests/TfLiteInceptionV4Quantized-Armnn/TfLiteInceptionV4Quantized-Armnn.cpp b/tests/TfLiteInceptionV4Quantized-Armnn/TfLiteInceptionV4Quantized-Armnn.cpp index b0af830ba7..169ecb064b 100644 --- a/tests/TfLiteInceptionV4Quantized-Armnn/TfLiteInceptionV4Quantized-Armnn.cpp +++ b/tests/TfLiteInceptionV4Quantized-Armnn/TfLiteInceptionV4Quantized-Armnn.cpp @@ -37,7 +37,7 @@ int main(int argc, char* argv[]) "input", // input tensor name "InceptionV4/Logits/Predictions", // output tensor name { 0, 1, 2 }, // test images to test with as above - [&imageSet](const char* dataDir, const ModelType & model) { + [&imageSet](const char* dataDir, const ModelType &) { // we need to get the input quantization parameters from // the parsed model return DatabaseType( -- cgit v1.2.1