We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a BUG REPORT, FEATURE REQUEST or QUESTION?:
What happened:
The compiler crashed.
What you expected to happen:
Not crash - display an empty message.
How to reproduce it (as minimally and precisely as possible):
#warning
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered:
For whoever decides to work on this issue, please check if the second loop which appears just after tpWARNING: is redundant.
tpWARNING:
case tpERROR: case tpWARNING: while (*lptr<=' ' && *lptr!='\0') lptr++; while (*lptr<=' ' && *lptr!='\0') lptr++;
https://github.com/pawn-lang/compiler/blob/master/source/compiler/sc2.c#L1540-L1543
Sorry, something went wrong.
No branches or pull requests
Is this a BUG REPORT, FEATURE REQUEST or QUESTION?:
What happened:
The compiler crashed.
What you expected to happen:
Not crash - display an empty message.
How to reproduce it (as minimally and precisely as possible):
#warning
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: