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

Parents
  • Boy... that didn't show up in the forum that way it looked when I pasted it into my reply! Can't seem to get the forum to display leading spaces in front of my primitive drawing char's, whether I use the pre /pre markers or not.

    The bottom line is that I have a comment of the '//' type, and the compiler's not ignoring everything after that comment identifier.

    Programs I write using Microsoft Visual C++ don't complain during the build process when I end a '//' comment with the '\' character, even when I have the compiler set to complain about anything and everything.

Reply
  • Boy... that didn't show up in the forum that way it looked when I pasted it into my reply! Can't seem to get the forum to display leading spaces in front of my primitive drawing char's, whether I use the pre /pre markers or not.

    The bottom line is that I have a comment of the '//' type, and the compiler's not ignoring everything after that comment identifier.

    Programs I write using Microsoft Visual C++ don't complain during the build process when I end a '//' comment with the '\' character, even when I have the compiler set to complain about anything and everything.

Children
No data