[#common-AmountHighWarn] = xref:common.adoc[common]::AmountHighWarn :relfileprefix: ../ :mrdocs: Build a warning that a configured amount is unusually high. == Synopsis Declared in `<common/messages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bilingual_str.adoc[bilingual_str] AmountHighWarn(std::string const& optname); ---- == Return Value The bilingual warning message. == Parameters [cols="1,4"] |=== | Name| Description | *optname* | The option name holding the high amount. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#