mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
Update llhttp.c
This commit is contained in:
parent
ae8733c187
commit
d8d84f08c4
1 changed files with 1 additions and 0 deletions
1
external/src/llhttp/llhttp.c
vendored
1
external/src/llhttp/llhttp.c
vendored
|
@ -2,6 +2,7 @@
|
|||
#pragma warning(disable : 4061 4065 4100 4152 4242 4244 4668 4702 4710 4711 4820 5045)
|
||||
#elif defined __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#endif
|
||||
|
||||
#if LLHTTP_STRICT_MODE
|
||||
|
|
Loading…
Reference in a new issue