ComputationalRadiationPhysics / cuda_memtest

Fork of CUDA GPU memtest :eyeglasses:
http://sourceforge.net/projects/cudagpumemtest
110 stars 31 forks source link

fix warning `unused return value` #44

Closed psychocoderHPC closed 1 year ago

psychocoderHPC commented 1 year ago
cuda_memtest/cuda_memtest.cpp:162:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
        MEMTEST_API_PREFIX(GetLastError());
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rwidera/workspace/picongpu/thirdParty/cuda_memtest/cuda_memtest.h:62:38: note: expanded from macro 'MEMTEST_API_PREFIX'
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rwidera/workspace/picongpu/thirdParty/cuda_memtest/cuda_memtest.h:41:36: note: expanded from macro 'MEMTEST_PP_CONCAT_DO'
                                   ^~~~
<scratch space>:140:1: note: expanded from here
hipGetLastError
^~~~~~~~~~~~~~~