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
  • Of course, and I have done so. The warnings that I could not disable via the pragma have been eliminated via /* */ style comment blocks instead, as suggested.

    As I stated earlier... I'm just trying to give some feedback to the KEIL team so that they can improve their product when and if they so desire. I know this is not a "big deal". Nonetheless, sometimes looking into the cause of a bug can yield insights into previously unknown problems that may be significantly more important.

    To me, it's always better to have ALL bugs reported, rather than just the ones that someone may think are important or worthwhile at some time.

Reply
  • Of course, and I have done so. The warnings that I could not disable via the pragma have been eliminated via /* */ style comment blocks instead, as suggested.

    As I stated earlier... I'm just trying to give some feedback to the KEIL team so that they can improve their product when and if they so desire. I know this is not a "big deal". Nonetheless, sometimes looking into the cause of a bug can yield insights into previously unknown problems that may be significantly more important.

    To me, it's always better to have ALL bugs reported, rather than just the ones that someone may think are important or worthwhile at some time.

Children
No data