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_ppoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_ppoll.c') diff --git a/tests/test_ppoll.c b/tests/test_ppoll.c index 82b77ab..186bafe 100644 --- a/tests/test_ppoll.c +++ b/tests/test_ppoll.c @@ -10,6 +10,6 @@ int main(int argc, char** argv) { ppoll(buffer, 14, NULL, NULL); CHK_FAIL_END - puts(buffer); + puts((const char*)buffer); return ret; } -- cgit v1.3