From e91b744e8cbf2038a4dddce0609a33f396902bb5 Mon Sep 17 00:00:00 2001 From: Artem Zhmurov Date: Tue, 11 Feb 2020 10:43:14 +0100 Subject: [PATCH] Fix the nightly failure Change-Id: I06a75ba83590d2c6cdf94354e1b8c814db493ef0 --- src/gromacs/gpu_utils/ocl_compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gromacs/gpu_utils/ocl_compiler.cpp b/src/gromacs/gpu_utils/ocl_compiler.cpp index 5ce28b8fd2..d2dc183566 100644 --- a/src/gromacs/gpu_utils/ocl_compiler.cpp +++ b/src/gromacs/gpu_utils/ocl_compiler.cpp @@ -313,7 +313,7 @@ size_t getDeviceWarpSize(cl_context context, cl_device_id deviceId) * * \return The appropriate compilation-line define */ -static const std::string makeVendorFlavorChoice(DeviceVendor deviceVendor) +static std::string makeVendorFlavorChoice(DeviceVendor deviceVendor) { switch (deviceVendor) { -- 2.22.0