mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
Removes the user prompt on duplicate case in switch statement.
git-svn-id: https://svn.eduke32.com/eduke32@594 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
00971ca89a
commit
2fc1832cab
1 changed files with 1 additions and 1 deletions
|
@ -3786,7 +3786,7 @@ repeatcase:
|
||||||
for (i=0;i<casecount/2;i++)
|
for (i=0;i<casecount/2;i++)
|
||||||
if (casescriptptr[i*2+1]==j)
|
if (casescriptptr[i*2+1]==j)
|
||||||
{
|
{
|
||||||
warning++;
|
//warning++;
|
||||||
ReportError(WARNING_DUPLICATECASE);
|
ReportError(WARNING_DUPLICATECASE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue