[#node-Warnings-operator_assign] = xref:node.adoc[node]::xref:node/Warnings.adoc[Warnings]::operator= :relfileprefix: ../../ :mrdocs: Copy assignment is deleted; a warnings instance must not be copied. == Synopsis Declared in `<node/warnings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:node/Warnings.adoc[Warnings]& operator=(xref:node/Warnings.adoc[Warnings] const& other) = delete; ---- == Return Value Never returns; this overload is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *other* | Unused; assignment is deleted. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#