From 6939c9e0c241bb348c006d07ee423ed5aeb0e707 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 9 Jul 2023 12:27:12 +0200 Subject: Fix a couple of warnings --- tests/test_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_poll.c') diff --git a/tests/test_poll.c b/tests/test_poll.c index 06237aa..b3dfd50 100644 --- a/tests/test_poll.c +++ b/tests/test_poll.c @@ -9,6 +9,6 @@ int main(int argc, char** argv) { poll(buffer, 14, 0); CHK_FAIL_END - puts(buffer); + puts((const char*)buffer); return ret; } -- cgit v1.3