diff options
| author | jvoisin | 2023-07-09 12:27:12 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-09 12:27:12 +0200 |
| commit | 6939c9e0c241bb348c006d07ee423ed5aeb0e707 (patch) | |
| tree | 40cbb2aa1bc7d1bf501d503086179e31c57a0f7f /tests/test_poll.c | |
| parent | f774a4977fbc497b85417bcbc1fa9b3f3220164a (diff) | |
Fix a couple of warnings
Diffstat (limited to 'tests/test_poll.c')
| -rw-r--r-- | tests/test_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
| 9 | poll(buffer, 14, 0); | 9 | poll(buffer, 14, 0); |
| 10 | CHK_FAIL_END | 10 | CHK_FAIL_END |
| 11 | 11 | ||
| 12 | puts(buffer); | 12 | puts((const char*)buffer); |
| 13 | return ret; | 13 | return ret; |
| 14 | } | 14 | } |
