[fpc-pascal] How to eliminate specific hint

Jürgen Hestermann juergen.hestermann at gmx.de
Fri Jan 3 13:22:27 CET 2014


Am 2014-01-03 12:07, schrieb Sven Barth:
 > Maybe one should also mention that this can be done in code as well for specific locations:
 > === code begin ===
 > {$push}
 > {$warn 5058 off}
 > // whatever
 > {$pop}
 > === code end ===


It seems it can be made still easier by right-clicking on the message
in the message window and by selecting "Hide message via directive".
Then a {%H-} is appended to the variable that caused the message
which does not add additional lines of code.



More information about the fpc-pascal mailing list