<h3 id='___suppress_warnings'>suppress_warnings</h3> | |
<pre>Suppress warning messages | |
<b>Usage:</b> suppress_warnings(@messages) | |
@messages: Warning messages. 'W-001', 'W-002' | |
<b>Examples:</b> | |
suppress_warnings("W-001", "W-002", "W-003"); # Suppress these three warnings | |
</pre> |