From bbda717e9304aa0734dde55b1839cd819875f1cf Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Mon, 2 Dec 2013 22:22:43 +0200 Subject: Fixed compiler errors and warnings extra/jemalloc/src/ctl.c: Fixed compiler warning include/mysql/service_logger.h: Fixed compile failure with clang compiler storage/maria/ma_check.c: Fixed compiler warning support-files/compiler_warnings.supp: Suppressed warnings in jemalloc tests/bug25714.c: Fixed compiler warning --- tests/bug25714.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bug25714.c') diff --git a/tests/bug25714.c b/tests/bug25714.c index 40c631d76a5..7e6be13624b 100644 --- a/tests/bug25714.c +++ b/tests/bug25714.c @@ -23,7 +23,7 @@ int main (int argc, char **argv) { MYSQL conn; - int OK; + int OK __attribute__((unused)); const char* query4= "INSERT INTO federated.t1 SET Value=54"; const char* query5= "INSERT INTO federated.t1 SET Value=55"; -- cgit v1.2.1