From 90b43902b0e67bcd4c6a5f08d7d76c93df74d4c8 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 2 Nov 2011 12:55:46 +0100 Subject: compilation warnings on Windows --- unittest/mytap/tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/mytap') diff --git a/unittest/mytap/tap.c b/unittest/mytap/tap.c index 05407a442f0..ad08789a275 100644 --- a/unittest/mytap/tap.c +++ b/unittest/mytap/tap.c @@ -274,7 +274,7 @@ ok1(int const pass) } void -skip(int how_many, char const *fmt, ...) +skip(int how_many, char const * const fmt, ...) { char reason[80]; if (fmt && *fmt) -- cgit v1.2.1