Remove warning.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4011 0c269be4-1314-0410-8aa9-9f06e86f4224
This commit is contained in:
sletz 2010-05-11 08:01:45 +00:00
parent 8c4f03ed21
commit 399936ee92
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ SERVER_EXPORT int audio_reservation_finish()
if (gConnection) {
dbus_connection_unref(gConnection);
gConnection = NULL;
jack_info("audio_reservation_finish");
jack_info("audio_reservation_finish");
}
return 0;
}

View File

@ -158,7 +158,7 @@ main (int argc, char *argv[])
&status, load_name, load_init);
if (status & JackFailure) {
fprintf (stderr, "could not load %s, intclient = %d status = 0x%2.0x\n",
load_name, intclient, status);
load_name, (int)intclient, status);
return 2;
}
if (status & JackNameNotUnique) {