clang-tidy: more misc+readability
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpu_utils.cpp
index 3b943dabfb31f3fd29f1d5ab39c48e1e236e5a7f..07d2ad4de0cba95d0cc0648b12fcf55918da452a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014,2015,2017, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015,2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -47,7 +47,7 @@
  *
  * Since GPU support is not configured, there is no host memory to
  * allocate. */
-void gpu_set_host_malloc_and_free(bool,
+void gpu_set_host_malloc_and_free(bool /*unused*/,
                                   gmx_host_alloc_t **nb_alloc,
                                   gmx_host_free_t  **nb_free)
 {