1 parent 7d23658 commit 9a88b73Copy full SHA for 9a88b73
1 file changed
utils/bindGen/exipb.c
@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
67
}
68
69
printf("Success! Generated %u TreeTable(s)\n", treeTCount);
70
- printf("Schema has %u namespaces\n", schema.uriTable.count);
+ printf("Schema has %zu namespaces\n", schema.uriTable.count);
71
72
// Cleanup
73
for (unsigned int i = 0; i < treeTCount; i++) {
0 commit comments