作図ソフト dia の改良版
Révision | 0ba63f2344a0a24b37d8fbb8b74fe46e24948513 (tree) |
---|---|
l'heure | 2014-10-02 07:01:27 |
Auteur | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
[warningectomy] format specifies type 'void *' but ...
pdf-import.cpp:328:7: warning: format specifies type 'void *' but the argument has type 'gint' (aka 'int') [-Wformat]
@@ -324,7 +324,7 @@ public : | ||
324 | 324 | gchar *family = g_strdup (f->getFamily() ? f->getFamily()->getCString() : "sans"); |
325 | 325 | |
326 | 326 | // we are (not anymore) building the same font over and over again |
327 | - g_print ("Font %p: '%s' size=%g (* %g)\n", | |
327 | + g_print ("Font 0x%x: '%s' size=%g (* %g)\n", | |
328 | 328 | GPOINTER_TO_INT (f), family, state->getTransformedFontSize(), scale); |
329 | 329 | |
330 | 330 | // now try to make a fontname Dia/Pango can cope with |