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/benchmark.cc')
-rw-r--r--benchmarks/benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/benchmark.cc b/benchmarks/benchmark.cc
index 9f4fad3..26b0ac5 100644
--- a/benchmarks/benchmark.cc
+++ b/benchmarks/benchmark.cc
@@ -137,7 +137,7 @@ template <class Backend> void Print(std::vector<std::vector<uint64_t>> &stats, i
} // namespace
// Program takes no input
-int main(int argc, char ** argv) {
+int main(int, char ** argv) {
std::cerr << "Remember to run this on a specific core:\ntaskset --cpu-list 0 " << argv[0] << std::endl;
using namespace intgemm;