[#kernel-Notifications-warningUnset] = xref:kernel.adoc[kernel]::xref:kernel/Notifications.adoc[Notifications]::warningUnset :relfileprefix: ../../ :mrdocs: Notifies that a previously raised node warning has been cleared. == Synopsis Declared in `<kernel/notifications_interface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void warningUnset(xref:kernel/Warning.adoc[Warning] id); ---- == Parameters [cols="1,4"] |=== | Name| Description | *id* | Identifier of the warning being unset. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#