Menu

#30 mqueue test fails on compile time because of signedness

open
5
2005-07-18
2005-07-18
Anonymous
No

The Open Group defines the function mq_receive as

ssize_t mq_receive(mqd_t, char *, size_t, unsigned *);

But the tests call this function with a fourth
parameter of the type int*, which leads to a signedness
warning, treated as an error.

hcordobes at gmail dot com

Discussion


Log in to post a comment.