forked from Telodendria/Telodendria
Fix unused variable warning.
This commit is contained in:
parent
3037f12907
commit
64add9c9ab
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ HttpHandle(HttpServerContext * cx, void *args)
|
||||||
|
|
||||||
size_t bytes;
|
size_t bytes;
|
||||||
|
|
||||||
|
(void) args;
|
||||||
|
|
||||||
printf("%s %s\n", HttpRequestMethodToString(method),
|
printf("%s %s\n", HttpRequestMethodToString(method),
|
||||||
HttpRequestPath(cx));
|
HttpRequestPath(cx));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue