warningUnset overloads

Synopses

Declared in <node/kernel_notifications.h>

Notifies that a previously raised node warning has been cleared.

virtual
void
warningUnset(Warning id);

Clear a previously raised node warning.

virtual
void
warningUnset(kernel::Warning id) override;

Parameters

Name

Description

id

Identifier of the warning being unset.

Created with MrDocs