warningUnset overloads
Declared in <node/kernel_notifications.h>
Notifies that a previously raised node warning has been cleared.
virtual
void
warningUnset(Warning id);
» more...
Clear a previously raised node warning.
virtual
void
warningUnset(kernel::Warning id) override;
» more...
| Name | Description |
|---|---|
| id | Identifier of the warning being unset. |