I really like to temporarily enable and disable parts of the code, commenting them as follows:
(remember
/ ** /
instead
* /
in the end)
However, Xcode continues to warn:
/* within block comment
Is there a way to "specifically disable" specific warnings?
Why? I will tell you why: Because I can easily accept it and exit with just one character, without having to scroll down the block to take "* / in and out.
source
share