commit | 6bd85496f1ddc786254193beb4e0be727efbceab | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Wed Jan 30 08:31:07 2019 -0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Thu Feb 07 09:01:12 2019 -0800 |
tree | 93236f7504a432cab2698a6b442321a2c1deffa4 | |
parent | 77c382c0b10cbe49605dd111efa3457843764e43 [diff] |
xlat_tables_v2: mark 'xlat_clean_dcache_range' unused The armclang compiler can warn if a variable is declared but is never referenced. The '__attribute__((unused))' attribute informs the compiler to expect an unused variable, and tells it not to issue a warning. This patch marks the 'xlat_clean_dcache_range' function as "unused" to fix this armclang compiler warning. Change-Id: I7623f61c2975a01db4d1b80554dd4f9a9e0f7eb6 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>