diff options
Diffstat (limited to 'stackless_coroutine.c')
-rwxr-xr-x | stackless_coroutine.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stackless_coroutine.c b/stackless_coroutine.c index 6efb1c9..cb169e1 100755 --- a/stackless_coroutine.c +++ b/stackless_coroutine.c @@ -7,6 +7,8 @@ #/ #/ (C) 2025 Mitya Selivanov <guattari.tech> #/ +#/ Any use of this code is prohibited. +#/ #/ ================================================================ #/ #/ Self-testing shell script @@ -19,6 +21,9 @@ gcc \ -Wno-missing-braces \ -Wno-old-style-declaration \ -Wno-overlength-strings \ + -Wno-unused-parameter \ + -Wno-unused-variable \ + -Wno-unused-but-set-variable \ -O3 -D NDEBUG \ -D STACKLESS_COROUTINE_TEST_SUITE \ -o $BIN $SRC && \ |