kcontrol: compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-06-05 20:07:57 +03:00
parent 8c314d5092
commit d93d80bd67

View file

@ -177,7 +177,7 @@ InputStream * FontThroughAnalyzer::connectInputStream(InputStream *in)
#ifndef KFI_FC_NO_WIDTHS
FC_WIDTH, FcTypeInteger, width,
#endif
NULL);
static_cast<char*>(NULL));
FcFontSet *set = FcFontList(0, pat, os);