pango_font_map_changed()
- From: John Emmas <johne53 tiscali co uk>
- To: gtk-i18n-list gnome org
- Subject: pango_font_map_changed()
- Date: Thu, 25 Apr 2013 10:14:07 +0100
void
pango_font_map_changed (PangoFontMap *fontmap)
{
g_return_if_fail (PANGO_IS_FONT_MAP (fontmap));
if (PANGO_FONT_MAP_GET_CLASS (fontmap)->changed)
return PANGO_FONT_MAP_GET_CLASS (fontmap)->changed (fontmap);
}
Microsoft's Visual Studio gives me the following compiler warning when I
build the above function from pango-fontmap.c:-
pango-fontmap.c(338) : warning C4098: 'pango_font_map_changed' :
'void' function returning a value
There are too many macros in the way for me assess whether or not this
is a genuine error but it looks like it might be. Where's the right
place to report it?
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]