nghttp2/examples
Peter Wu 17215002a1 examples: fix compile warnings
Fixes the following two warnings:

    examples/client.c:292:0: error: macro "MAX_OUTLEN" is not used [-Werror=unused-macros]
    examples/tiny-nghttpd.c:298:13: error: function declaration isn’t a prototype [-Werror=strict-prototypes]

Caught using cmake as the autoconf check fails due to unused macros
(HAVE_xxx in conftest.c) and a main function without parameters
respectively.
2016-02-13 20:11:50 +01:00
..
.gitignore
Makefile.am
asio-cl.cc
asio-cl2.cc
asio-sv.cc
asio-sv2.cc
client.c
deflate.c
libevent-client.c
libevent-server.c
tiny-nghttpd.c