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 Don't taint CXXFLAGS from AX_CXX_COMPILE_STDCXX_11 2016-01-30 18:42:48 +09:00
asio-cl.cc
asio-cl2.cc
asio-sv.cc
asio-sv2.cc Check more headers and funcs 2015-05-13 23:29:20 +09:00
client.c examples: fix compile warnings 2016-02-13 20:11:50 +01:00
deflate.c Fix warning with gcc 2015-09-23 18:26:02 +09:00
libevent-client.c Compile with BoringSSL 2015-09-29 23:38:17 +09:00
libevent-server.c Compile with BoringSSL 2015-09-29 23:38:17 +09:00
tiny-nghttpd.c examples: fix compile warnings 2016-02-13 20:11:50 +01:00