Fix clang-tidy warnings for OCL
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpuregiontimer_ocl.h
index 00f28c633fd032235896eac981d872bfd7f28511..47209b9bc493d310c9ca1075b4de22c90cceee0a 100644 (file)
@@ -83,9 +83,9 @@ class GpuRegionTimerImpl
         GpuRegionTimerImpl(GpuRegionTimerImpl &&)            = delete;
 
         /*! \brief Should be called before the region start. */
-        inline void openTimingRegion(CommandStream){}
+        inline void openTimingRegion(CommandStream /*unused*/){}
         /*! \brief Should be called after the region end. */
-        inline void closeTimingRegion(CommandStream){}
+        inline void closeTimingRegion(CommandStream /*unused*/){}
         /*! \brief Returns the last measured region timespan (in milliseconds) and calls reset(). */
         inline double getLastRangeTime()
         {