Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compling version 0.3.3 of vpoller-cclient #78

Closed
crypticg opened this issue Sep 15, 2014 · 1 comment
Closed

Error compling version 0.3.3 of vpoller-cclient #78

crypticg opened this issue Sep 15, 2014 · 1 comment

Comments

@crypticg
Copy link

I get the following error when trying to compile the latest version of the vpoller-cclient on Ubuntu 14.04

Cleaning target vpoller-cclient
gcc -I/usr/local/include -L/usr/local/lib vpoller-cclient.c -o vpoller-cclient -lzmq
vpoller-cclient.c: In function ‘main’:
vpoller-cclient.c:243:5: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘void *’ [-Wformat=]
printf("%s\n", zmq_msg_data(&msg_in));
^

dnaeon added a commit that referenced this issue Sep 16, 2014
@dnaeon
Copy link
Owner

dnaeon commented Sep 16, 2014

Hi,

Thanks for reporting this!

I've just pushed a fix for this, please try out the latest vpoller-cclient from the Github repo.

Thanks,
Marin

@dnaeon dnaeon closed this as completed Sep 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants