More strict acl extention lib debug build option (#4241)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 15 Jan 2019 09:10:43 +0000 (18:10 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 15 Jan 2019 09:10:43 +0000 (18:10 +0900)
commitffc1dd50473098f8b4f4f62fb88d43f0ecca83b3
tree138d5ff9f361cd9e94371548b73dee375ca02aa1
parent98a34d21c1a12c2dc935806701ac7eab9157013e
More strict acl extention lib debug build option (#4241)

More strict acl extention lib debug build option: unused-parameter and unused-function check

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
libs/ARMComputeEx/CMakeLists.txt
libs/ARMComputeEx/src/core/CL/kernels/CLActivationLayerExKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLDepthToSpaceKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLNormalizationLayerExKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLStridedSliceExKernel.cpp
libs/ARMComputeEx/src/core/NEON/kernels/NENormalizationLayerExKernel.cpp
libs/ARMComputeEx/src/runtime/misc/functions/SimpleBatchToSpaceNd.cpp
libs/ARMComputeEx/src/runtime/misc/functions/SimpleDepthToSpace.cpp
libs/ARMComputeEx/src/runtime/misc/functions/SimpleSpaceToDepth.cpp