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:
Diffstat (limited to 'benchmarks/biasmultiply.cc')
-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*/) {
}