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 examples: Update .gitignore 2015-03-06 03:14:26 +09:00
Makefile.am Don't taint CXXFLAGS from AX_CXX_COMPILE_STDCXX_11 2016-01-30 18:42:48 +09:00
asio-cl.cc asio: Remove eof check in asio-cl.cc 2015-03-07 03:10:37 +09:00
asio-cl2.cc asio: Use host_service_from_uri in asio-cl2.cc 2015-03-07 01:10:49 +09:00
asio-sv.cc asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
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