aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Error.h')
-rw-r--r--arm_compute/core/Error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/Error.h b/arm_compute/core/Error.h
index 9f51fa234c..f137be6ecb 100644
--- a/arm_compute/core/Error.h
+++ b/arm_compute/core/Error.h
@@ -157,7 +157,7 @@ Status create_error(ErrorCode error_code, const char *function, const char *file
*
* @param[in] ... Variables which are unused.
*/
-#define ARM_COMPUTE_UNUSED(...) arm_compute::ignore_unused(__VA_ARGS__) // NOLINT
+#define ARM_COMPUTE_UNUSED(...) ::arm_compute::ignore_unused(__VA_ARGS__) // NOLINT
/** Creates an error with a given message
*