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

temporarily supress WARNING

How can I temporarily supress a Compiler Warning just for one function? I thougt about

  #pragma WARNING disable = 47
  void my_function(int iTest) {
    //do nothing,
    //iTest is an unreference Parameter!
  }
  #pragma ???

How can I reenable the WARNING with it's default level?

Thank you
...Leo

Parents Reply Children
No data