psibi / download

High level download interface for Haskell
https://www.stackage.org/package/download
Other
10 stars 3 forks source link

Fix warnings in C code #2

Closed ggreif closed 8 years ago

ggreif commented 8 years ago

These warnings are fixed now:

cbits/http.c: In function ?_http_print_html?:

cbits/http.c:762:0:
     warning: passing argument 2 of ?getline? from incompatible pointer type

/usr/include/stdio.h:673:0:
     note: expected ?size_t * __restrict__? but argument is of type ?unsigned int *?
cbits/http.c: In function ?_http_print_html?:

cbits/http.c:762:0:
     warning: passing argument 2 of ?getline? from incompatible pointer type

/usr/include/stdio.h:673:0:
     note: expected ?size_t * __restrict__? but argument is of type ?unsigned int *?
psibi commented 8 years ago

Thanks!