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

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2020-03-06 20:49:09 +0300
committerKenneth Heafield <github@kheafield.com>2020-03-06 20:49:09 +0300
commit1323f245adff16b351b61310625b743b22e90059 (patch)
tree313a439a81d7d25c695cce10f60a1e5cc6134366
parent75dd46f6fbb6784197f65e1092eb419549129e13 (diff)
clang unused parameter
-rw-r--r--benchmarks/biasmultiply.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/biasmultiply.cc b/benchmarks/biasmultiply.cc
index 58d6ebf..220422a 100644
--- a/benchmarks/biasmultiply.cc
+++ b/benchmarks/biasmultiply.cc
@@ -7,7 +7,7 @@
using namespace intgemm;
template <class Routine>
-void testOld(Index rows, Index cols) {
+void testOld(Index /*rows*/, Index /*cols*/) {
}