mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
Fix for 138333. Missing break causing pragmas to be marked as errors.
This commit is contained in:
parent
5cc8961aa0
commit
50b8292fb3
1 changed files with 1 additions and 0 deletions
|
@ -2663,6 +2663,7 @@ abstract class BaseScanner implements IScanner {
|
|||
case ppPragma:
|
||||
skipToNewLine();
|
||||
processPragma(pos, bufferPos[bufferStackPos]);
|
||||
break;
|
||||
default:
|
||||
problem = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue