Cleanup: quiet format warning

This commit is contained in:
Campbell Barton 2022-12-14 12:25:35 +11:00
parent 75ad8da1ea
commit b1b5b48d53
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ struct PBVHBatches {
break;
}
default:
printf("%s: Unsupported attribute type %d\n", __func__, type);
printf("%s: Unsupported attribute type %u\n", __func__, type);
BLI_assert_unreachable();
return;