Enable more warnings for Clang 6
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpu_utils.h
index 35921e84465d9eb13f45da387b6fe26eaa6927d9..c4d15153cb43cc4f3c2cb498646523cc8f1f1d3e 100644 (file)
@@ -176,7 +176,7 @@ void free_gpu(const gmx_device_info_t *CUDA_FUNC_ARGUMENT(deviceInfo)) CUDA_FUNC
  */
 GPU_FUNC_QUALIFIER
 gmx_device_info_t *getDeviceInfo(const gmx_gpu_info_t &GPU_FUNC_ARGUMENT(gpu_info),
-                                 int GPU_FUNC_ARGUMENT(deviceId)) GPU_FUNC_TERM_WITH_RETURN(NULL)
+                                 int GPU_FUNC_ARGUMENT(deviceId)) GPU_FUNC_TERM_WITH_RETURN(nullptr)
 
 /*! \brief Returns the device ID of the CUDA GPU currently in use.
  *