node::KernelNotifications::warningUnset

warningUnset overloads

Synopses

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...

Parameters

NameDescription
idIdentifier of the warning being unset.