diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-11-02 12:55:46 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-11-02 12:55:46 +0100 |
commit | c9410c5509d80f4fc7a83a2b6c7d32656bc1a390 (patch) | |
tree | abea3216f5299f3cb53c92e6a79e37daa883b78a /unittest | |
parent | 272177d88d0038bfd3c9ab8d9eefe8697516697c (diff) | |
download | mariadb-git-c9410c5509d80f4fc7a83a2b6c7d32656bc1a390.tar.gz |
compilation warnings on Windows
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mytap/tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |