Ignorewarnings
IgnoreWarnings(expr)
Returns the result of evaluating expr, and suppresses any warnings that evaluation might generate. Sometimes an expresion may contain a subexpression whose evaluation generates a warning even though the expression as a whole returns a valid value.
If you uncheck Show result warnings in the Preferences dialog from Edit menu, it suppresses display of all warnings, with or without IgnoreWarnings(). You can also (easily) switch off all warnings, when you click Ignore Warnings in any Warning dialog.
See Also
Comments
Enable comment auto-refresher