From 049d0fc95a5a1865e3f94369d9c74e2d28f6bcb8 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 23 Apr 2017 10:45:08 +0200 Subject: Fixed a compiler warning message --- test/routines/levelx/xomatcopy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/routines/levelx/xomatcopy.hpp b/test/routines/levelx/xomatcopy.hpp index bbf6006c..4638b61c 100644 --- a/test/routines/levelx/xomatcopy.hpp +++ b/test/routines/levelx/xomatcopy.hpp @@ -150,7 +150,7 @@ class TestXomatcopy { static StatusCode RunReference2(const Arguments &args, BuffersHost &buffers_host, Queue&) { return RunReference(args, buffers_host); } - static StatusCode RunReference3(const Arguments &args, BuffersCUDA &buffers, Queue &) { + static StatusCode RunReference3(const Arguments &, BuffersCUDA &, Queue &) { return StatusCode::kUnknownError; } -- cgit v1.2.3