ComputationalRadiationPhysics / cuda_memtest

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

Warnings with GCC 5.4.0 #11

Closed ax3l closed 7 years ago

ax3l commented 7 years ago
tests.cu(178): warning: result of call is not used
tests.cu(178): warning: result of call is not used
tests.cu: In function 'unsigned int error_checking(const char*, unsigned int)':
tests.cu:178:12: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
   system(cmd);