building 'spotify._spotify' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Isrc -I/usr/include/python2.7 -c src/module.c -o build/temp.linux-x86_64-2.7/src/module.o gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Isrc -I/usr/include/python2.7 -c src/session.c -o build/temp.linux-x86_64-2.7/src/session.o src/session.c: In function ‘Session_logout’: src/session.c:83:11: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être src/session.c: In function ‘Session_seek’: src/session.c:137:9: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être src/session.c: In function ‘Track_is_available’: src/session.c:147:5: attention : passing argument 2 of ‘sp_track_is_available’ from incompatible pointer type /usr/include/libspotify/api.h:954:20: note: expected ‘struct sp_track *’ but argument is of type ‘struct Track *’ src/session.c: In function ‘Session_play’: src/session.c:156:9: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être src/session.c: In function ‘Session_search’: src/session.c:212:10: attention : passing argument 9 of ‘sp_search_create’ from incompatible pointer type /usr/include/libspotify/api.h:1795:27: note: expected ‘void (*)(struct sp_search *, void *)’ but argument is of type ‘void (*)(struct sp_search *, struct search_trampoline *)’ src/session.c: In function ‘Session_image_create’: src/session.c:226:16: attention : initialization from incompatible pointer type src/session.c: In function ‘Session_set_preferred_bitrate’: src/session.c:234:2: attention : ‘return’ with a value, in function returning void src/session.c: Hors de toute fonction : src/session.c:249:5: attention : initialization from incompatible pointer type src/session.c: In function ‘session_connect’: src/session.c:536:5: attention : passing argument 1 of ‘memcpy’ discards qualifiers from pointer target type /usr/include/string.h:44:14: note: expected ‘void * __restrict__’ but argument is of type ‘const void *’ src/session.c:580:11: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être error: command 'gcc' failed with exit status 1