Skip to content

Instantly share code, notes, and snippets.

@teaforthecat
Created November 11, 2011 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teaforthecat/1358691 to your computer and use it in GitHub Desktop.
Save teaforthecat/1358691 to your computer and use it in GitHub Desktop.
pianobar compile error
src/libwaitress/waitress.c: In function ‘WaitressHandleHeader’:
src/libwaitress/waitress.c:670:31: warning: assignment from incompatible pointer type
src/libwaitress/waitress.c: In function ‘WaitressFetchCall’:
src/libwaitress/waitress.c:1017:29: warning: assignment from incompatible pointer type
src/libwaitress/waitress.c:1018:22: warning: assignment from incompatible pointer type
src/libwaitress/waitress.c:1019:23: warning: assignment from incompatible pointer type
src/libwaitress/waitress.c:1022:23: warning: assignment from incompatible pointer type
src/libwaitress/waitress.c:1023:24: warning: assignment from incompatible pointer type
src/libwaitress/waitress.c:1039:5: warning: passing argument 2 of ‘gnutls_transport_set_pull_function’ from incompatible pointer type
/usr/include/gnutls/gnutls.h:910:8: note: expected ‘gnutls_pull_func’ but argument is of type ‘ssize_t (*)(struct WaitressHandle_t *, char *, size_t)’
src/libwaitress/waitress.c:1041:5: warning: passing argument 2 of ‘gnutls_transport_set_push_function’ from incompatible pointer type
/usr/include/gnutls/gnutls.h:908:8: note: expected ‘gnutls_push_func’ but argument is of type ‘ssize_t (*)(struct WaitressHandle_t *, const char *, size_t)’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment