In recent build of protogen, using the -no-unrecognized-warnings flag to disable said warnings does not suppress all warnings.
The source of this behaviour is line:129 in protocoldocumentation.cpp.
I believe this is occurring because the .support object is being copied to the ProtocolDocumentation class before the .disableunrecognized field is set to true.
In recent build of protogen, using the
-no-unrecognized-warnings
flag to disable said warnings does not suppress all warnings.The source of this behaviour is line:129 in protocoldocumentation.cpp.
I believe this is occurring because the .support object is being copied to the ProtocolDocumentation class before the .disableunrecognized field is set to true.