mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-08 06:47:59 -04:00
disable warning
This commit is contained in:
parent
5e32ce7bcc
commit
f0aadc0307
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
(public_name tiny_httpd.ws)
|
(public_name tiny_httpd.ws)
|
||||||
(synopsis "Websockets for tiny_httpd")
|
(synopsis "Websockets for tiny_httpd")
|
||||||
(private_modules common_ws_ utils_)
|
(private_modules common_ws_ utils_)
|
||||||
(flags :standard -open Tiny_httpd_core)
|
(flags :standard -w -32 -open Tiny_httpd_core)
|
||||||
(foreign_stubs
|
(foreign_stubs
|
||||||
(language c)
|
(language c)
|
||||||
(names tiny_httpd_ws_stubs)
|
(names tiny_httpd_ws_stubs)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue