I'm trying to suppress a warning in C++ code, however the suppression doesn't work for me. Code: ~~~ szXmlPath = (LPCWSTR)details.xml_path().c_str(); // lgtm[cpp/incorrect-string-type-conversion] ~~~ CodeQL scan result:  The code is on master branch, so this isn't a pull request issue. Any help would be appreciated