Explorar o código

fix cppcheck warning

Olivier Aumage %!s(int64=7) %!d(string=hai) anos
pai
achega
dee47afcbe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/datawizard/copy_driver.c

+ 1 - 1
src/datawizard/copy_driver.c

@@ -997,7 +997,7 @@ unsigned _starpu_driver_test_request_completion(struct _starpu_async_channel *as
 		break;
 	case STARPU_CPU_RAM:
 	default:
-		STARPU_ABORT_MSG("Memory is not recognized (kind %u) \n", kind);
+		STARPU_ABORT_MSG("Memory is not recognized (kind %d) \n", kind);
 	}
 
 	return success;