Control: tags -1 fixed-upstream
On Tue, 31 Jan 2017 09:32:39 +0000 Matthias Klose <[email protected]> wrote:
> src/http.c: In function 'http_header_recv':
> src/http.c:597:50: error: comparison between pointer and zero character
> constant [-Werror=pointer-compare]
> strncasecmp(host[0], "host", 4) || host[1] == '\0') {
> ^~
> src/http.c:597:42: note: did you mean to dereference the pointer?
> strncasecmp(host[0], "host", 4) || host[1] == '\0') {
> ^
That bit is now gone:
https://github.com/jorisvink/kore/commit/57840a83
Juhani