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 --- tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TfLiteMobilenetQuantized-Armnn') diff --git a/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp b/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp index 1b411f9b94..b2d3f0f3f5 100644 --- a/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp +++ b/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp @@ -105,7 +105,7 @@ int main(int argc, char* argv[]) "input", // input tensor name "MobilenetV1/Predictions/Reshape_1", // output tensor name indices, // vector of indices to select which images to validate - [&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