Make darwin happy.

This commit is contained in:
Graydon Hoare 2011-06-10 18:32:38 -07:00
parent 603ad1748b
commit a1bc2b17cc

View File

@ -269,8 +269,9 @@ void update_log_settings(void* crate_map, char* settings) {
n_dirs, &n_matches);
if (n_matches < n_dirs) {
printf("warning: got %u RUST_LOG specs, enabled %u flags.",
n_dirs, n_matches);
printf("warning: got %" PRIdPTR " RUST_LOG specs, "
"enabled %" PRIdPTR " flags.",
(uintptr_t)n_dirs, (uintptr_t)n_matches);
}
free(buffer);