To be clear, the patch linked won’t fix the warnings generated for _volmd
which is what the OP was asking about. You’ll need to add !string::StartsWith(symbolName.c_str(), "_volmd")
to exclude them specifically.
1 Like