This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Compiler V2.40a #pragma warning disable = 329 doesn't work

Using the below pragma

#pragma warning disable = 329
does not suppress warning 329.

The warning is:
warning C329: single-line comment contains line-continuation

0