Closed GoogleCodeExporter closed 8 years ago
This annotation is not supported by the compiler.
Instead use the #pragma prepocessor directive:
#pragma warning disable <warning number list>
In your case:
#pragma warning disable 252
You can enable the warning again later in the source code with:
#pragma warning restore
Original comment by stab.hac...@gmail.com
on 29 Sep 2010 at 6:33
Original issue reported on code.google.com by
ice.ta...@gmail.com
on 29 Sep 2010 at 9:52