You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
^
The text was updated successfully, but these errors were encountered:
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));
^
The text was updated successfully, but these errors were encountered: