aboutsummaryrefslogtreecommitdiff
path: root/src/c/AclContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/AclContext.cpp')
-rw-r--r--src/c/AclContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/AclContext.cpp b/src/c/AclContext.cpp
index bff70f3baf..c62e627edc 100644
--- a/src/c/AclContext.cpp
+++ b/src/c/AclContext.cpp
@@ -56,6 +56,8 @@ bool are_context_options_valid(const AclContextOptions *options)
arm_compute::IContext *create_context(AclTarget target, const AclContextOptions *options)
{
+ ARM_COMPUTE_UNUSED(options);
+
switch(target)
{
#ifdef ARM_COMPUTE_CPU_ENABLED