Coverity CID117: Ignore returned_null here, because we know it can't happen because the Matches() above succeeded
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
181568ed64
commit
40a0dc1b0e
@ -197,6 +197,7 @@ static bool ProcessFamiliesFromFontList(wxFontEnumerator *This,
|
||||
continue;
|
||||
}
|
||||
|
||||
// coverity[returned_null]
|
||||
char *dash = strchr(font + 1, '-');
|
||||
char *family = dash + 1;
|
||||
dash = strchr(family, '-');
|
||||
|
Loading…
Reference in New Issue
Block a user