From: Sebastian Hahn Date: Sun, 6 Dec 2009 01:59:19 +0000 (+0100) Subject: Fix compile on Snow Leopard with gcc warnings enabled X-Git-Tag: release-2.0.4-alpha~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70cdfe49fae83a3662fa72ff803f2ff5b486af9b;p=libevent Fix compile on Snow Leopard with gcc warnings enabled --- diff --git a/test/regress_main.c b/test/regress_main.c index 685ac14b..cb692775 100644 --- a/test/regress_main.c +++ b/test/regress_main.c @@ -93,7 +93,7 @@ int in_legacy_test_wrapper = 0; static void dnslogcb(int w, const char *m) { - TT_BLATHER((m)); + TT_BLATHER(("%s", m)); } /* creates a temporary file with the data in it */