• Kirill A. Korinsky's avatar
    Fixed build on i386 macOS with clang-11 · c13343cf
    Kirill A. Korinsky authored
    Apparently, clang11 on i386 macOS uses `int` instead of `ssize_t` for
    `a- b` where bot `a` and `b` is `char`. It leads to an error:
    ```
    vtc_http.c:392:8: error: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int' [-Werror,-Wformat]
                                p - hp->body, t, *p);
                                ^~~~~~~~~~~~
    ```
    c13343cf
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...