aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/UNIT/DynamicTensorFixture.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-12-03 13:42:25 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-12-04 11:36:33 +0000
commit5cb49dcf7ad74cc6e7e91790b7132ae4dd845515 (patch)
tree120317f94830f7322fdc332d646154aa46d23d0d /tests/validation/fixtures/UNIT/DynamicTensorFixture.h
parentbc4d7c2d0c3484152256d5c9dbb61e6a149bdc20 (diff)
downloadComputeLibrary-5cb49dcf7ad74cc6e7e91790b7132ae4dd845515.tar.gz
COMPMID-2962 Fix compiler warnings for g++8
Change-Id: I410c4c54577c1f253597821b1ec6cc40d936b96f Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/2406 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/fixtures/UNIT/DynamicTensorFixture.h')
-rw-r--r--tests/validation/fixtures/UNIT/DynamicTensorFixture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/validation/fixtures/UNIT/DynamicTensorFixture.h b/tests/validation/fixtures/UNIT/DynamicTensorFixture.h
index 02d28fa78d..86380509ed 100644
--- a/tests/validation/fixtures/UNIT/DynamicTensorFixture.h
+++ b/tests/validation/fixtures/UNIT/DynamicTensorFixture.h
@@ -41,8 +41,6 @@ namespace test
{
namespace validation
{
-namespace
-{
template <typename AllocatorType,
typename LifetimeMgrType,
typename PoolMgrType,
@@ -114,7 +112,6 @@ public:
private:
FuncType _func;
};
-} // namespace
/** Simple test case to run a single function with different shapes twice.
*