summaryrefslogtreecommitdiff
path: root/test/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-23 16:07:26 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-23 16:07:26 +0100
commitef71d8e9b50c7c6a8a24d67e58f8a644a9b8d810 (patch)
tree18ba2ce6321a90511c21c3c552f1b8cee2307133 /test/routines
parent7aabeb44ccbaac2b467a585ec11a79a85fdd7e34 (diff)
Fixed unused variable warnings showing up with Clang
Diffstat (limited to 'test/routines')
-rw-r--r--test/routines/levelx/xim2col.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/levelx/xim2col.hpp b/test/routines/levelx/xim2col.hpp
index abd6af86..e90537fa 100644
--- a/test/routines/levelx/xim2col.hpp
+++ b/test/routines/levelx/xim2col.hpp
@@ -142,7 +142,7 @@ public:
}
// Describes how to compute performance metrics
- static size_t GetFlops(const Arguments<T> &args) {
+ static size_t GetFlops(const Arguments<T> &) {
return 1;
}
static size_t GetBytes(const Arguments<T> &args) {