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