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
..
2015-03-06 03:14:26 +09:00
2015-05-13 23:29:20 +09:00
2016-02-13 20:11:50 +01:00
2015-09-23 18:26:02 +09:00
2015-09-29 23:38:17 +09:00
2015-09-29 23:38:17 +09:00
2016-02-13 20:11:50 +01:00