Replies: 1 comment 2 replies
-
Hey! Yes, the Slang command line has options to disable warnings through Run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to disable specific warnings in Slang? I tried using #pragma warning:
but pragma warning is not recognized.
This would be useful to disable warnings like this:
Octal literals are unusual, but there are legitimate uses for them. I can imagine other scenarios where this functionality would be useful. Has this been implemented already? Or in the absence of this, is there a way to disable specific warnings through the command line?
Beta Was this translation helpful? Give feedback.
All reactions