]> granicus.if.org Git - apache/commit
mod_brotli: Explicitly cast 'const uint8_t *' to 'const char *' when using
authorEvgeny Kotkov <kotkov@apache.org>
Mon, 28 Nov 2016 18:40:23 +0000 (18:40 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Mon, 28 Nov 2016 18:40:23 +0000 (18:40 +0000)
commitd3c7e4780f257ce062347879b03b41160244be90
tree813b6e2745d5079dc08972ecff3889d3958e2ef9
parentb31b9c07c2a59b31d076d82d6afb1105654b9593
mod_brotli: Explicitly cast 'const uint8_t *' to 'const char *' when using
the data received from Brotli to create a bucket.

This fixes a /W4 warning in my environment, and should also allow building
mod_brotli on NetWare.

Submitted by: NormW <normw gknw.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1771791 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_brotli.c