Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <kheafiel@amazon.com>2020-03-05 16:14:31 +0300
committerKenneth Heafield <kheafiel@amazon.com>2020-03-05 16:14:31 +0300
commit9113ea73d8c35b57375fa6bfe54eece6b67d1f5e (patch)
tree5bb73aeb908bebe8f77b3aabe52cbed70de67f8e
parent178ab82ea4efe0b6ef8b6dc515da090e6ea9364e (diff)
clang warning
-rw-r--r--benchmarks/biasmultiply.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/biasmultiply.cc b/benchmarks/biasmultiply.cc
index 58d6ebf..f3a0bb8 100644
--- a/benchmarks/biasmultiply.cc
+++ b/benchmarks/biasmultiply.cc
@@ -7,8 +7,7 @@
using namespace intgemm;
template <class Routine>
-void testOld(Index rows, Index cols) {
-
+void testOld(Index /*rows*/, Index /*cols*/) {
}
template <class Routine>