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);