grmartin / stab-language

Automatically exported from code.google.com/p/stab-language
Apache License 2.0
0 stars 0 forks source link

Preprocessor: Invalid pragma syntax #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The preprocessor directive:

#pragma warning disable <warning number list>

if it is write as:

#pragma <warning number list>

should generate an error or is it a shortcut ?

Original issue reported on code.google.com by carlosca...@gmail.com on 8 Mar 2011 at 12:07