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:
Mart Raudsepp 2006-04-20 07:08:55 +00:00
parent 181568ed64
commit 40a0dc1b0e

View File

@ -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, '-');