From 299fdd31bd8e1add3ac557a5e630de55b1b6659c Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 1 May 2019 13:03:59 +0100 Subject: COMPMID-2177 Fix clang warnings Change-Id: I4beacfd714ee3ed771fd174cce5d8009a2961380 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1065 Reviewed-by: Giuseppe Rossini Tested-by: Arm Jenkins --- tests/validate_examples/graph_fully_connected.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/validate_examples') diff --git a/tests/validate_examples/graph_fully_connected.cpp b/tests/validate_examples/graph_fully_connected.cpp index 085518c865..dfa15edd6d 100644 --- a/tests/validate_examples/graph_fully_connected.cpp +++ b/tests/validate_examples/graph_fully_connected.cpp @@ -142,6 +142,7 @@ public: /** Default destructor */ ~FullyConnectedOptions() override = default; +private: SimpleOption *width; /**< Input width */ SimpleOption *batch; /**< Input batch */ SimpleOption *input_scale; /**< Input Quantization scale from QASSYMM8 */ -- cgit v1.2.1