=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/graphics/dia", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for dia-0.97.3nb50 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3' Making all in lib gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib' /opt/local/bin/gmake all-recursive gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib' Making all in pixmaps gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib/pixmaps' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib/pixmaps' gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib' CC diagramdata.lo CC layer.lo CC geometry.lo geometry.c:29: warning: "G_CAN_INLINE" redefined 29 | #define G_CAN_INLINE 1 | In file included from /tmp/work/graphics/dia/work/.buildlink/lib/glib-2.0/include/glibconfig.h:9, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from geometry.c:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gmacros.h:122: note: this is the location of the previous definition 122 | #define G_CAN_INLINE | In file included from geometry.c:30: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | In file included from diagramdata.h:27, from diagramdata.c:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28, from diagramdata.c:29: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from persistence.h:27, from diagramdata.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from diagramdata.h:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from diagramdata.h:27, from layer.c:24: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28, from layer.c:25: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from dynamic_obj.h:26, from layer.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from diagramdata.h:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from intl.h:4, from diagramdata.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from intl.h:4, from layer.c:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from geometry.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.c:525:1: warning: 'determinate' defined but not used [-Wunused-function] 525 | determinate (Matrix m) | ^~~~~~~~~~~ CC color.lo CC dia_xml.lo CC attributes.lo In file included from dia_xml.h:22, from dia_xml.c:43: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from dia_xml.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from color.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from dia_xml.h:24: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dia_xml.c: In function 'xmlDiaParseFile': dia_xml.c:232:13: warning: Deprecated pre-processor symbol: replace with "const" 232 | G_CONST_RETURN char *local_charset = NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dia_xml.c: In function 'data_add_string': dia_xml.c:1126:14: warning: variable 'data_node' set but not used [-Wunused-but-set-variable] 1126 | DataNode data_node; | ^~~~~~~~~ dia_xml.c: In function 'data_add_font': dia_xml.c:1169:16: warning: variable 'style' set but not used [-Wunused-but-set-variable] 1169 | DiaFontStyle style; | ^~~~~ In file included from attributes.h:22, from attributes.c:20: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from attributes.h:24: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from persistence.h:27, from attributes.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from attributes.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC text.lo CC textline.lo CC font.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from text.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from text.c:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from properties.h:43, from propinternals.h:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from text.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text.c: In function 'data_text': text.c:1000:12: warning: variable 'composite_node' set but not used [-Wunused-but-set-variable] 1000 | DataNode composite_node; | ^~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from textline.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from font.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango.h:25, from font.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from textline.c:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from properties.h:43, from propinternals.h:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from textline.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from font.c:43: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.c: In function 'dia_font_get_context': font.c:140:5: warning: 'pango_ft2_get_context' is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations] 140 | dia_font_push_context(pango_ft2_get_context(75,75)); | ^~~~~~~~~~~~~~~~~~~~~ In file included from font.c:32: /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pangoft2.h:136:20: note: declared here 136 | PangoContext *pango_ft2_get_context (double dpi_x, | ^~~~~~~~~~~~~~~~~~~~~ font.c: At top level: font.c:415:13: warning: Deprecated pre-processor symbol: replace with "const" 415 | G_CONST_RETURN char* | ^~~~~~~~ font.c:421:13: warning: Deprecated pre-processor symbol: replace with "const" 421 | G_CONST_RETURN PangoFontDescription * | ^~~~~~~~~~~~~~~~~~~~~~~~~ font.c:448:13: warning: Deprecated pre-processor symbol: replace with "const" 448 | G_CONST_RETURN char* | ^~~~~~~~ font.c:538:13: warning: Deprecated pre-processor symbol: replace with "const" 538 | G_CONST_RETURN char * | ^~~~~~~~~ font.c:578:13: warning: Deprecated pre-processor symbol: replace with "const" 578 | G_CONST_RETURN char * | ^~~~~~~~~ font.c: In function 'dia_font_set_slant_from_string': font.c:599:16: warning: variable 'old_fo' set but not used [-Wunused-but-set-variable] 599 | DiaFontSlant old_fo; | ^~~~~~ font.c: At top level: font.c:953:13: warning: Deprecated pre-processor symbol: replace with "const" 953 | G_CONST_RETURN char* | ^~~~~~~~ CC group.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from group.c:21: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28, from group.c:24: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from group.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC utils.lo CC arrows.lo CC message.lo In file included from boundingbox.h:26, from arrows.c:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from arrows.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC focus.lo In file included from dia_xml.h:24, from arrows.h:24, from arrows.c:39: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenushell.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenu.h:36, from widgets.h:24, from arrows.c:42: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkoptionmenu.h:32, from widgets.h:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from arrows.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ arrows.c: In function 'calculate_halfhead': arrows.c:1016:8: warning: variable 'angle' set but not used [-Wunused-but-set-variable] 1016 | real angle; | ^~~~~ In file included from font.h:26, from textattr.h:22, from text.h:29, from focus.c:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from message.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from focus.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from font.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from text.h:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from persistence.h:25, from message.c:31: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC sheet.lo CC connectionpoint.lo In file included from connectionpoint.h:24, from connectionpoint.c:22: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from sheet.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from sheet.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC object.lo In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC object_defaults.lo In file included from dia_xml.h:22, from object_defaults.c:35: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28, from object.c:27: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from dummy_dep.h:20, from object.c:32: element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from dia_xml.h:24: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from object_defaults.c:36: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from object_defaults.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC connection.lo object_defaults.c: In function 'dia_object_default_create': object_defaults.c:281:35: warning: passing argument 1 of '((ObjectOps *)def_obj->ops)->get_props' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 281 | def_obj->ops->get_props(def_obj, props); | ^~~~~~~ object_defaults.c:281:35: note: expected 'DiaObject *' {aka 'struct _DiaObject *'} but argument is of type 'const DiaObject *' {aka 'const struct _DiaObject *'} In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from connection.h:24, from connection.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC orth_conn.lo CC neworth_conn.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from orth_conn.h:22, from orth_conn.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from orth_conn.c:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from orth_conn.c:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC poly_conn.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from neworth_conn.h:22, from neworth_conn.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from neworth_conn.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from poly_conn.h:22, from poly_conn.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from poly_conn.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC bezier_conn.lo CC element.lo CC polyshape.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from bezier_conn.h:27, from bezier_conn.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from bezier_conn.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from element.h:24, from element.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from polyshape.h:22, from polyshape.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from polyshape.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from element.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ polyshape.c: In function 'add_handle': polyshape.c:160:14: warning: variable 'obj' set but not used [-Wunused-but-set-variable] 160 | DiaObject *obj; | ^~~ element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC beziershape.lo CC objchange.lo CC dialogs.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from beziershape.h:28, from beziershape.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from objchange.c:21: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from dialogs.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from beziershape.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from intl.h:4, from dialogs.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ beziershape.c: In function 'add_handles': beziershape.c:320:14: warning: variable 'obj' set but not used [-Wunused-but-set-variable] 320 | DiaObject *obj; | ^~~ In file included from dialogs.c:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC widgets.lo CC units.lo units.c:5:25: warning: 'units' initialized and declared 'extern' 5 | const DIAVAR DiaUnitDef units[] = | ^~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenushell.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenu.h:36, from widgets.h:24, from widgets.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from widgets.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC dia_image.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkoptionmenu.h:32, from widgets.h:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from intl.h:4, from widgets.c:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ widgets.c: In function 'dia_size_selector_class_init': widgets.c:107:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 107 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ widgets.c: In function 'dia_font_selector_class_init': widgets.c:368:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 368 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ widgets.c: In function 'dia_font_selector_set_style_menu': widgets.c:582:45: warning: pointer targets in passing argument 3 of 'pango_font_family_list_faces' differ in signedness [-Wpointer-sign] 582 | pango_font_family_list_faces(pff, &faces, &nfaces); | ^~~~~~~ | | | guint * {aka unsigned int *} In file included from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdktypes.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkscreen.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31: /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-font.h:565:70: note: expected 'int *' but argument is of type 'guint *' {aka 'unsigned int *'} 565 | int *n_faces); | ~~~~~~~~~~~~~~~~~~^~~~~~~ widgets.c: In function 'dia_alignment_selector_class_init': widgets.c:706:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 706 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ widgets.c: In function 'dia_alignment_selector_init': widgets.c:715:14: warning: variable 'submenu' set but not used [-Wunused-but-set-variable] 715 | GtkWidget *submenu; | ^~~~~~~ widgets.c: In function 'dia_line_style_selector_class_init': widgets.c:823:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 823 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ widgets.c: In function 'dia_line_style_selector_init': widgets.c:874:11: warning: variable 'group' set but not used [-Wunused-but-set-variable] 874 | GSList *group; | ^~~~~ widgets.c:869:14: warning: variable 'submenu' set but not used [-Wunused-but-set-variable] 869 | GtkWidget *submenu; | ^~~~~~~ widgets.c: In function 'dia_file_selector_class_init': widgets.c:1419:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 1419 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ widgets.c: In function 'dia_toggle_button_new': widgets.c:2177:8: warning: variable 'i' set but not used [-Wunused-but-set-variable] 2177 | gint i; | ^ widgets.c: In function 'dia_toggle_button_new_with_icons': widgets.c:2234:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 2234 | p1 = gdk_pixbuf_new_from_inline(-1, on_icon, FALSE, NULL); | ^~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:33: /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ widgets.c:2235:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 2235 | p2 = gdk_pixbuf_new_from_inline(-1, off_icon, FALSE, NULL); | ^~ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ CC intl.lo In file included from dia_image.c:22: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from dia_image.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdktypes.h:37, from dia_image.h:22, from dia_image.c:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ dia_image.c: In function 'dia_image_finalize': dia_image.c:103:5: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 103 | gdk_pixbuf_unref (image->image); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from dia_image.h:23: /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:167:12: note: declared here 167 | void gdk_pixbuf_unref (GdkPixbuf *pixbuf); | ^~~~~~~~~~~~~~~~ dia_image.c: In function 'dia_image_get_broken': dia_image.c:135:5: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 135 | broken = gdk_pixbuf_new_from_inline(-1, dia_broken_icon, FALSE, NULL); | ^~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dia_image.c: In function 'dia_image_draw': dia_image.c:221:9: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 221 | gdk_pixbuf_unref(image->scaled); | ^~~~~~~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:167:12: note: declared here 167 | void gdk_pixbuf_unref (GdkPixbuf *pixbuf); | ^~~~~~~~~~~~~~~~ dia_image.c: In function 'dia_image_rgb_data': dia_image.c:313:13: warning: Deprecated pre-processor symbol: replace with "memmove" 313 | g_memmove(rgb_pixels, pixels, height*rowstride); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC filter.lo CC connpoint_line.lo In file included from connpoint_line.h:33, from connpoint_line.c:23: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from connpoint_line.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./diagramdata.h:27, from filter.h:26, from filter.c:26: ./geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56, from filter.h:25: filter.c: In function 'filter_get_export_filter_label': /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filter.c:83:3: note: in expansion of macro 'g_string_free' 83 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ filter.c: In function 'filter_get_import_filter_label': /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filter.c:234:3: note: in expansion of macro 'g_string_free' 234 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from connpoint_line.h:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from connpoint_line.h:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC properties.lo In file included from properties.c:31: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ properties.c:37: warning: "G_CAN_INLINE" redefined 37 | #define G_CAN_INLINE 1 | In file included from /tmp/work/graphics/dia/work/.buildlink/lib/glib-2.0/include/glibconfig.h:9, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gmacros.h:122: note: this is the location of the previous definition 122 | #define G_CAN_INLINE | CC propdesc.lo In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44, from properties.c:38: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from properties.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC proplist.lo In file included from properties.h:43, from propdesc.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from propdesc.c:34: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from properties.h:43, from proplist.c:30: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from propdesc.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC propoffsets.lo In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from proplist.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from properties.h:40: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from properties.h:43, from propoffsets.c:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from propoffsets.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from propoffsets.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC propobject.lo CC prop_basic.lo In file included from properties.h:43, from propobject.c:37: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propinternals.h:32, from propobject.c:38: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from color.h:25, from arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC prop_dict.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from propobject.c:36: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_basic.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from properties.h:43, from prop_basic.c:34: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_dict.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36, from prop_dict.c:32: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prop_dict.c:42:22: warning: '_well_known' defined but not used [-Wunused-variable] 42 | static WellKnownKeys _well_known[] = { | ^~~~~~~~~~~ CC prop_inttypes.lo CC prop_geomtypes.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_inttypes.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from properties.h:43, from prop_inttypes.c:34: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC prop_attr.lo prop_inttypes.c: In function 'intarrayprop_set_from_offset': prop_inttypes.c:441:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 441 | gint *vals = g_memdup(&g_array_index(prop->intarray_data,gint,0), | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ prop_inttypes.c: In function 'enumarrayprop_set_from_offset': prop_inttypes.c:677:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 677 | gint *vals = g_memdup(&g_array_index(prop->enumarray_data,gint,0), | ^~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_geomtypes.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36, from prop_geomtypes.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prop_geomtypes.c: In function 'pointarrayprop_set_from_offset': prop_geomtypes.c:526:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 526 | Point *vals = g_memdup(&g_array_index(prop->pointarray_data,Point,0), | ^~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ prop_geomtypes.c: In function 'bezpointarrayprop_set_from_offset': prop_geomtypes.c:694:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 694 | BezPoint *vals = g_memdup(&g_array_index(prop->bezpointarray_data, | ^~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ prop_geomtypes.c: At top level: prop_geomtypes.c:600:26: warning: 'bezpointprop_ops' defined but not used [-Wunused-const-variable=] 600 | static const PropertyOps bezpointprop_ops = { | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_attr.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:22, from prop_attr.c:30: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC prop_text.lo CC prop_widgets.lo CC prop_sdarray.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_text.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_widgets.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from font.h:26, from widgets.h:36, from prop_text.c:32: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from prop_widgets.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36, from prop_widgets.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from prop_sdarray.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36, from prop_sdarray.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prop_sdarray.c: In function 'darray_prop_edit': prop_sdarray.c:247:18: warning: unused variable 'prop' [-Wunused-variable] 247 | ArrayProperty *prop = data; | ^~~~ CC propdialogs.lo CC propregistry.lo CC dia_dirs.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propdialogs.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36, from propdialogs.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from propregistry.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from properties.h:43, from propregistry.c:30: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from arrows.h:24, from properties.h:44: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC plug-ins.lo In file included from dia_xml.h:22, from plug-ins.c:38: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plug-ins.c: In function 'dia_pluginrc_write': plug-ins.c:568:34: warning: variable 'datanode' set but not used [-Wunused-but-set-variable] 568 | xmlNodePtr node, pluginnode, datanode; | ^~~~~~~~ CC paper.lo CC boundingbox.lo In file included from boundingbox.c:30: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from boundingbox.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./diagramdata.h:27, from paper.h:39, from paper.c:24: ./geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ paper.c: In function 'get_default_paper': paper.c:85:5: warning: 'strncpy' specified bound 100 equals destination size [-Wstringop-truncation] 85 | strncpy(paper, env, sizeof(paper)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC dynamic_obj.lo CC create.lo CC diatransform.lo In file included from create.c:34: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from create.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from create.c:36: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./color.h:25, from ./diagramdata.h:26, from filter.h:26, from create.c:35: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./object.h:26, from ./dynamic_obj.h:26, from dynamic_obj.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from create.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from dynamic_obj.c:22: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diatransform.h:6, from diatransform.c:23: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./object.h:28: ./geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./dia_xml.h:24, from ./object.h:33: ./font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC diarenderer.lo CC diainteractiverenderer.lo In file included from diarenderer.h:27, from diarenderer.c:24: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from diarenderer.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC diagdkrenderer.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diarenderer.h:27, from diainteractiverenderer.c:23: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC diasvgrenderer.lo In file included from diarenderer.h:27, from diagdkrenderer.h:6, from diagdkrenderer.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from diagdkrenderer.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from diagdkrenderer.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from diagdkrenderer.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ diagdkrenderer.c: In function 'dia_gdk_renderer_set_dashes': diagdkrenderer.c:383:7: warning: variable 'pattern_length' set but not used [-Wunused-but-set-variable] 383 | int pattern_length; | ^~~~~~~~~~~~~~ diagdkrenderer.c: In function 'draw_text_line': diagdkrenderer.c:688:40: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in signedness [-Wpointer-sign] 688 | gdk_gc_set_dashes(renderer->gc, 0, (guint8*)"\1\2", 2); | ^~~~~~~~~~~~~~~ | | | guint8 * {aka unsigned char *} In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkdrawable.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkgc.h:275:54: note: expected 'gint8 *' {aka 'signed char *'} but argument is of type 'guint8 *' {aka 'unsigned char *'} 275 | gint8 dash_list[], | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from diasvgrenderer.c:42: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from diasvgrenderer.c:32: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28, from diasvgrenderer.h:5, from diasvgrenderer.c:48: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diasvgrenderer.c: In function 'draw_text_line': diasvgrenderer.c:712:3: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized] 712 | g_free(style); | ^~~~~~~~~~~~~ diasvgrenderer.c:670:17: note: 'tmp' was declared here 670 | char *style, *tmp; | ^~~ CC dia_svg.lo CC autoroute.lo In file included from dia_xml.h:22, from dia_svg.h:22, from dia_svg.c:31: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dia_svg.c: In function 'dia_svg_parse_path': dia_svg.c:660:21: warning: comparison between pointer and zero character constant [-Wpointer-compare] 660 | while (path != '\0' && strchr("0123456789.+-", path[0])) path++; | ^~ dia_svg.c:660:16: note: did you mean to dereference the pointer? 660 | while (path != '\0' && strchr("0123456789.+-", path[0])) path++; | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from autoroute.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC parent.lo In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from parent.c:21: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from parent.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC render_pixmap.lo CC diaarrowchooser.lo In file included from diarenderer.h:27, from render_pixmap.h:21, from render_pixmap.c:38: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_pixmap.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC dialinechooser.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diaarrowchooser.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36, from diaarrowchooser.c:30: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diaarrowchooser.c: In function '_dia_translate': diaarrowchooser.c:63:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 63 | return trans; | ^~~~~ CC persistence.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenushell.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenu.h:36, from widgets.h:24, from dialinechooser.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from widgets.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkoptionmenu.h:32, from widgets.h:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from intl.h:4, from dialinechooser.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dialinechooser.c: In function 'dia_line_preview_expose': dialinechooser.c:113:8: warning: variable 'extent' set but not used [-Wunused-but-set-variable] 113 | gint extent; | ^~~~~~ In file included from persistence.h:25, from persistence.c:33: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from persistence.h:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_xml.h:24, from persistence.c:36: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ persistence.c: In function 'persistence_window_event_handler': persistence.c:534:3: warning: enumeration value 'GDK_NOTHING' not handled in switch [-Wswitch] 534 | switch (event->type) { | ^~~~~~ persistence.c:534:3: warning: enumeration value 'GDK_DELETE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DESTROY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_EXPOSE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_MOTION_NOTIFY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_BUTTON_PRESS' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_2BUTTON_PRESS' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_3BUTTON_PRESS' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_BUTTON_RELEASE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_KEY_PRESS' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_KEY_RELEASE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_ENTER_NOTIFY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_LEAVE_NOTIFY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_FOCUS_CHANGE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_PROPERTY_NOTIFY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_SELECTION_CLEAR' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_SELECTION_REQUEST' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_SELECTION_NOTIFY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_PROXIMITY_IN' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_PROXIMITY_OUT' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DRAG_ENTER' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DRAG_LEAVE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DRAG_MOTION' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DRAG_STATUS' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DROP_START' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DROP_FINISHED' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_CLIENT_EVENT' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_VISIBILITY_NOTIFY' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_NO_EXPOSE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_SCROLL' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_WINDOW_STATE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_SETTING' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_OWNER_CHANGE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_GRAB_BROKEN' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_DAMAGE' not handled in switch [-Wswitch] persistence.c:534:3: warning: enumeration value 'GDK_EVENT_LAST' not handled in switch [-Wswitch] persistence.c: In function 'persistence_register_boolean': persistence.c:1011:46: warning: passing argument 2 of 'g_hash_table_insert' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1011 | g_hash_table_insert(persistent_booleans, role, booleanval); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:52: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/ghash.h:73:61: note: expected 'gpointer' {aka 'void *'} but argument is of type 'const gchar *' {aka 'const char *'} 73 | gpointer key, | ~~~~~~~~~~~~~~~~^~~ CC diaerror.lo CC diamarshal.lo CC debug.lo CC prefs.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from debug.h:27, from debug.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from debug.c:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC newgroup.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenushell.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenu.h:36, from widgets.h:24, from prefs.h:29, from prefs.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from widgets.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkoptionmenu.h:32, from widgets.h:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from font.h:26, from widgets.h:36: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC dialib.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from object.h:26, from newgroup.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from intl.h:4, from newgroup.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from object.h:28: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from newgroup.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newgroup.c:115:4: warning: #warning NewGroup requires a function in the vtable to apply props [-Wcpp] 115 | #warning NewGroup requires a function in the vtable to apply props | ^~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from dialib.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC diacellrendererproperty.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from dialib.c:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from dia_image.h:25, from dialib.c:32: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from dia_xml.h:24, from object.h:33, from dialib.c:34: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diacellrendererproperty.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diarenderer.h:27, from diacellrendererproperty.c:32: geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from diarenderer.h:28: font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diacellrendererproperty.c: In function 'dia_cell_renderer_property_get_size': diacellrendererproperty.c:203:28: warning: unused variable 'cellproperty' [-Wunused-variable] 203 | DiaCellRendererProperty *cellproperty; | ^~~~~~~~~~~~ CCLD libdia.la gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib' gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/lib' Making all in objects gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects' Making all in standard gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/standard' /opt/local/bin/gmake all-am gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/standard' CC arc.lo CC box.lo CC ellipse.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from arc.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from ellipse.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from arc.c:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from arc.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from box.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from ellipse.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ellipse.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from box.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from box.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC textobj.lo CC line.lo CC zigzagline.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from textobj.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from line.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from line.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from textobj.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from line.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from textobj.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from zigzagline.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from zigzagline.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from zigzagline.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zigzagline.c: In function 'zigzagline_copy': zigzagline.c:290:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 290 | DiaObject *newobj; | ^~~~~~ CC polyline.lo CC bezier.lo CC standard.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from polyline.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from polyline.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from polyline.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ polyline.c: In function 'polyline_copy': polyline.c:392:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 392 | DiaObject *newobj; | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from bezier.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from bezier.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from standard.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from bezier.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bezier.c: In function 'compute_gap_points': bezier.c:296:28: warning: variable 'last_length' set but not used [-Wunused-but-set-variable] 296 | real first_length, last_length, bez_length; | ^~~~~~~~~~~ bezier.c:296:14: warning: variable 'first_length' set but not used [-Wunused-but-set-variable] 296 | real first_length, last_length, bez_length; | ^~~~~~~~~~~~ bezier.c: In function 'bezierline_copy': bezier.c:484:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 484 | DiaObject *newobj; | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC image.lo CC outline.lo CC polygon.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from image.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from image.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from image.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from outline.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from polygon.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from polygon.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from polygon.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ polygon.c: In function 'polygon_copy': polygon.c:305:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 305 | DiaObject *newobj; | ^~~~~~ CC beziergon.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from beziergon.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from beziergon.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from beziergon.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ beziergon.c: In function 'beziergon_copy': beziergon.c:320:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 320 | DiaObject *newobj; | ^~~~~~ CCLD libstandard_objects.la gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/standard' gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/standard' Making all in network gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/network' CC network.lo CC bus.lo CC radiocell.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from radiocell.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from network.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from radiocell.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from radiocell.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from bus.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from bus.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from bus.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC basestation.lo CC wanlink.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from basestation.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from basestation.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from basestation.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from ./../../lib/connection.h:24, from wanlink.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from wanlink.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from wanlink.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wanlink.c: In function 'wanlink_copy': wanlink.c:260:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 260 | DiaObject *newobj; | ^~~~~~ wanlink.c: In function 'wanlink_update_data': wanlink.c:376:8: warning: variable 'middle_x' set but not used [-Wunused-but-set-variable] 376 | real middle_x; | ^~~~~~~~ CCLD libnetwork_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/network' Making all in UML gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/UML' CC uml.lo CC class.lo CC class_dialog.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from class.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from uml.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from uml.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/diarenderer.h:27, from class.c:35: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from class.c:31: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class.c: In function 'umlclass_draw_operationbox': class.c:925:41: warning: variable 'wrapping_needed' set but not used [-Wunused-but-set-variable] 925 | int wrap_pos, last_wrap_pos, ident, wrapping_needed; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from class_dialog.c:38: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28, from class_dialog.c:42: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from class_dialog.c:39: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class_dialog.c: In function 'attributes_create_page': class_dialog.c:1076:11: warning: variable 'group' set but not used [-Wunused-but-set-variable] 1076 | GSList *group; | ^~~~~ class_dialog.c:1074:14: warning: variable 'submenu' set but not used [-Wunused-but-set-variable] 1074 | GtkWidget *submenu; | ^~~~~~~ class_dialog.c: In function 'operations_data_create_hbox': class_dialog.c:2000:11: warning: variable 'group' set but not used [-Wunused-but-set-variable] 2000 | GSList *group; | ^~~~~ class_dialog.c:1997:14: warning: variable 'submenu' set but not used [-Wunused-but-set-variable] 1997 | GtkWidget *submenu; | ^~~~~~~ class_dialog.c: In function 'operations_parameters_data_create_vbox': class_dialog.c:2234:11: warning: variable 'group' set but not used [-Wunused-but-set-variable] 2234 | GSList *group; | ^~~~~ class_dialog.c:2233:14: warning: variable 'submenu' set but not used [-Wunused-but-set-variable] 2233 | GtkWidget *submenu; | ^~~~~~~ In file included from class.h:28, from class_dialog.c:45: ./../../lib/element.h: At top level: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC note.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from note.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from note.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from note.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC actor.lo CC usecase.lo CC realizes.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from actor.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from actor.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from actor.c:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actor.c: In function 'actor_draw': actor.c:221:17: warning: variable 'h' set but not used [-Wunused-but-set-variable] 221 | real x, y, w, h; | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from realizes.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from usecase.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from realizes.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from usecase.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from realizes.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from usecase.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC constraint.lo CC small_package.lo CC large_package.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from constraint.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from constraint.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from constraint.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from small_package.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from small_package.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from large_package.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from small_package.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from large_package.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from large_package.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC implements.lo CC generalization.lo CC association.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from implements.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from generalization.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from implements.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from implements.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from generalization.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from generalization.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from association.c:60: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ generalization.c: In function 'generalization_create': generalization.c:408:17: warning: variable 'extra' set but not used [-Wunused-but-set-variable] 408 | PolyBBExtras *extra; | ^~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from association.c:59: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from association.c:56: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ association.c: In function 'association_copy': association.c:899:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 899 | DiaObject *newobj; | ^~~~~~ CC dependency.lo CC message.lo CC object.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from dependency.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from dependency.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from dependency.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from message.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from message.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from message.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from object.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from object.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from object.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lifeline.lo CC component.lo CC component_feature.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from lifeline.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from lifeline.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from lifeline.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from component.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from component.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from component.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from component_feature.c:34: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from component_feature.c:33: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from component_feature.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC classicon.lo CC state.lo CC activity.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from classicon.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from classicon.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from classicon.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from state.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ classicon.c: In function 'classicon_draw': classicon.c:248:20: warning: variable 'h' set but not used [-Wunused-but-set-variable] 248 | real r, x, y, w, h; | ^ classicon.c: In function 'classicon_update_data': classicon.c:349:12: warning: variable 'font' set but not used [-Wunused-but-set-variable] 349 | DiaFont *font; | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from activity.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from state.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from activity.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from state.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from activity.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC state_term.lo CC node.lo CC branch.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from node.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from node.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from branch.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from state_term.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from node.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node.c: In function 'node_update_data': node.c:298:11: warning: variable 'w' set but not used [-Wunused-but-set-variable] 298 | real h, w = 0; | ^ node.c:296:12: warning: variable 'font' set but not used [-Wunused-but-set-variable] 296 | DiaFont *font; | ^~~~ node.c: At top level: node.c:59:21: warning: 'NODE_FONTHEIGHT' defined but not used [-Wunused-const-variable=] 59 | static const double NODE_FONTHEIGHT = 0.8; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from branch.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from state_term.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from branch.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from state_term.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC fork.lo CC stereotype.lo CC transition.lo In file included from ./../../lib/connectionpoint.h:24, from uml.h:26, from stereotype.h:22, from stereotype.c:24: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from fork.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from fork.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from fork.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from uml.h:27: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from ./../../lib/orth_conn.h:22, from transition.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC umlattribute.lo CC umloperation.lo In file included from ./../../lib/connectionpoint.h:24, from uml.h:26, from umlattribute.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/connectionpoint.h:24, from uml.h:26, from umloperation.c:54: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from umloperation.c:51: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC umlparameter.lo In file included from ./../../lib/dia_xml.h:24, from uml.h:27: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from uml.h:27: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/connectionpoint.h:24, from uml.h:26, from umlparameter.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC umlformalparameter.lo In file included from ./../../lib/dia_xml.h:24, from uml.h:27: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/connectionpoint.h:24, from uml.h:26, from umlformalparameter.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from uml.h:27: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libuml_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/UML' Making all in ER gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/ER' CC entity.lo CC relationship.lo CC attribute.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from entity.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from attribute.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from entity.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from attribute.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from relationship.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from entity.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from attribute.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from relationship.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from relationship.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC participation.lo CC er.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from participation.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from er.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from participation.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from participation.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ participation.c: In function 'participation_copy': participation.c:334:14: warning: variable 'newobj' set but not used [-Wunused-but-set-variable] 334 | DiaObject *newobj; | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from er.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD liber_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/ER' Making all in FS gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/FS' CC fs.lo CC flow.lo CC flow-ortho.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from flow.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from flow-ortho.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from fs.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from flow.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from flow-ortho.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from flow.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from fs.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from flow-ortho.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC function.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from function.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from function.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from function.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ function.c: In function 'function_update_data': function.c:349:12: warning: variable 'font' set but not used [-Wunused-but-set-variable] 349 | DiaFont *font; | ^~~~ CCLD libfs_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/FS' Making all in flowchart gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/flowchart' CC parallelogram.lo CC box.lo CC diamond.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from box.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from box.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from box.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from diamond.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from parallelogram.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from diamond.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from parallelogram.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from diamond.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from parallelogram.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ellipse.lo CC flowchart.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from flowchart.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from ellipse.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from flowchart.c:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from ellipse.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ellipse.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libflowchart_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/flowchart' Making all in custom gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/custom' CC shape_info.lo CC shape_typeinfo.lo CC custom_object.lo In file included from shape_info.h:29, from shape_typeinfo.c:26: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from shape_info.h:29, from shape_info.c:33: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from shape_info.h:29, from custom_object.c:40: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from custom_object.c:31: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from shape_info.h:30: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from shape_info.h:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ../../lib/dia_xml.h:24, from shape_info.h:30: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from shape_info.h:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from shape_info.h:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/dia_xml.h:24, from shape_info.h:30: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from shape_info.h:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gmodule.h:30, from custom_object.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from shape_info.h:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ custom_object.c: In function 'custom_draw_element': custom_object.c:904:26: warning: comparison between 'LineCaps' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 904 | if ((el->any.s.linecap == DIA_SVG_LINECAPS_DEFAULT && (*cur_caps) != LINECAPS_BUTT) || | ^~ custom_object.c:906:39: warning: comparison between 'LineCaps' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 906 | (*cur_caps) = (el->any.s.linecap!=DIA_SVG_LINECAPS_DEFAULT) ? | ^~ custom_object.c:910:26: warning: comparison between 'LineJoin' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 910 | if ((el->any.s.linejoin==DIA_SVG_LINEJOIN_DEFAULT && (*cur_join)!=LINEJOIN_MITER) || | ^~ custom_object.c:912:38: warning: comparison between 'LineJoin' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 912 | (*cur_join) = (el->any.s.linejoin!=DIA_SVG_LINEJOIN_DEFAULT) ? | ^~ custom_object.c:916:28: warning: comparison between 'LineStyle' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 916 | if ((el->any.s.linestyle == DIA_SVG_LINESTYLE_DEFAULT && | ^~ custom_object.c:918:40: warning: comparison between 'LineStyle' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 918 | (*cur_style) = (el->any.s.linestyle!=DIA_SVG_LINESTYLE_DEFAULT) ? | ^~ shape_typeinfo.c: In function 'shape_typeinfo_load': shape_typeinfo.c:203:5: warning: 'xmlSAXUserParseMemory' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 203 | int result = xmlSAXUserParseMemory (&saxHandler, &ctx, buffer, n); | ^~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/libxml2/libxml/tree.h:20, from ../../lib/dia_xml.h:26: /tmp/work/graphics/dia/work/.buildlink/include/libxml2/libxml/parser.h:1481:17: note: declared here 1481 | xmlSAXUserParseMemory (xmlSAXHandler *sax, | ^~~~~~~~~~~~~~~~~~~~~ CC custom_util.lo CC custom.lo In file included from shape_info.h:29, from custom.c:34: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from shape_info.h:30: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from shape_info.h:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from custom.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD libcustom_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/custom' Making all in custom_lines gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/custom_lines' CC custom_lines.lo CC custom_linetypes.lo CC line_info.lo In file included from ./../../lib/arrows.h:22, from line_info.c:37: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from line_info.h:29, from custom_lines.c:37: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/arrows.h:24: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from line_info.h:31, from line_info.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from custom_linetypes.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ line_info.c: In function 'line_info_load_and_apply_from_xmlfile': line_info.c:327:7: warning: variable 'i' set but not used [-Wunused-but-set-variable] 327 | int i; | ^ In file included from ./../../lib/dia_xml.h:24, from line_info.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from line_info.h:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gmodule.h:30, from custom_linetypes.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from custom_linetypes.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from custom_lines.c:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD libcustom_lines_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/custom_lines' Making all in GRAFCET gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/GRAFCET' CC grafcet.lo CC step.lo CC action.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from action.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from grafcet.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from step.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from action.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from action.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from step.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from step.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC action_text_draw.lo CC transition.lo CC boolequation.lo In file included from action_text_draw.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from action_text_draw.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from action_text_draw.c:31: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/dia_xml.h:22, from boolequation.h:30, from boolequation.c:25: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from transition.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from transition.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from transition.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/dia_xml.h:24: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ boolequation.c: In function 'textblock_create': boolequation.c:138:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 138 | p1 = g_utf8_next_char(*str); | ^ boolequation.c: In function 'compoundblock_create': boolequation.c:506:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 506 | p = g_utf8_next_char(*str); | ^ boolequation.c:530:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 530 | p = g_utf8_next_char(*str); | ^ CC condition.lo CC vergent.lo CC vector.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from condition.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from condition.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from condition.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ condition.c: In function 'condition_create': condition.c:332:51: warning: variable 'pos' set but not used [-Wunused-but-set-variable] 332 | Point defaultlen = {0.0,CONDITION_ARROW_SIZE}, pos; | ^~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from vergent.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from vector.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from vergent.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from vergent.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from vector.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from vector.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libgrafcet_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/GRAFCET' Making all in chronogram gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/chronogram' CC chronoref.lo CC chronogram.lo CC chronoline.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from chronoline.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from chronoref.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from chronogram.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from chronoline.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from chronoref.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from chronoline.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from chronoref.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ chronoref.c: In function 'chronoref_draw': chronoref.c:315:45: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 315 | g_snprintf(time,sizeof(time),chronoref->spec,t); | ~~~~~~~~~^~~~~~ chronoref.c: In function 'chronoref_update_data': chronoref.c:352:49: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 352 | g_snprintf(biglabel,sizeof(biglabel),chronoref->spec, | ~~~~~~~~~^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC chronoline_event.lo In file included from chronoline_event.h:26, from chronoline_event.c:26: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from chronoline_event.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CCLD libchronogram_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/chronogram' Making all in SADT gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/SADT' CC sadt.lo CC arrow.lo CC box.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from sadt.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from box.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from arrow.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from box.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from arrow.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from box.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from arrow.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC annotation.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from annotation.c:34: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from annotation.c:33: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from annotation.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ annotation.c: In function 'annotation_draw': annotation.c:284:10: warning: variable 'endpoints' set but not used [-Wunused-but-set-variable] 284 | Point *endpoints; | ^~~~~~~~~ CCLD libsadt_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/SADT' Making all in Misc gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Misc' CC libmisc.lo CC analog_clock.lo CC grid_object.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from grid_object.c:34: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from libmisc.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from analog_clock.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from grid_object.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from analog_clock.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from grid_object.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from analog_clock.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ analog_clock.c: In function 'analog_clock_draw': analog_clock.c:320:12: warning: variable 'elem' set but not used [-Wunused-but-set-variable] 320 | Element *elem; | ^~~~ CC measure.lo CC tree.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from measure.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ measure.c: In function 'measure_update_data': measure.c:237:36: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 237 | measure->name = g_strdup_printf (format, value, units[measure->unit].unit); | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from tree.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from tree.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from tree.c:24: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libmisc_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Misc' Making all in Istar gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Istar' CC istar.lo CC actor.lo CC goal.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from istar.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from actor.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from goal.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from actor.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from actor.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from goal.c:36: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from goal.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC other.lo CC link.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from other.c:38: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from other.c:35: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from other.c:33: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from link.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from link.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from link.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libistar_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Istar' Making all in Jackson gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Jackson' CC jackson.lo CC domain.lo CC requirement.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from jackson.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from domain.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from requirement.c:37: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from requirement.c:36: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from domain.c:36: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from requirement.c:33: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from domain.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC phenomenon.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from phenomenon.c:40: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from phenomenon.c:37: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from phenomenon.c:33: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libjackson_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Jackson' Making all in KAOS gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/KAOS' CC kaos.lo CC other.lo CC goal.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from other.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from other.c:36: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from other.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ other.c: In function 'draw_agent_icon': other.c:300:19: warning: variable 'w' set but not used [-Wunused-but-set-variable] 300 | double rx,ry,w,h; | ^ other.c: In function 'other_draw': other.c:350:12: warning: variable 'elem' set but not used [-Wunused-but-set-variable] 350 | Element *elem; | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from kaos.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from goal.c:39: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from goal.c:36: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from goal.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC metabinrel.lo CC metaandorrel.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from metabinrel.c:41: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from metabinrel.c:38: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from metaandorrel.c:41: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from metabinrel.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from metaandorrel.c:38: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from metaandorrel.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ metaandorrel.c: In function 'maor_draw': metaandorrel.c:424:29: warning: variable 'pm' set but not used [-Wunused-but-set-variable] 424 | Point *endpoints, p1, p2, pm; | ^~ CCLD libkaos_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/KAOS' Making all in AADL gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/AADL' CC aadl.lo CC aadlbox.lo CC aadldata.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlbox.c:36: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadldata.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32, from aadl.c:31: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC aadlport.lo CC aadlbus.lo CC aadldevice.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlport.c:40: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlbus.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aadlbus.c:92:1: warning: no previous prototype for 'aadlbus_project_point_on_nearest_border' [-Wmissing-prototypes] 92 | aadlbus_project_point_on_nearest_border(Aadlbox *aadlbox,Point *p, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadldevice.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC aadlmemory.lo CC aadlprocess.lo CC aadlprocessor.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlmemory.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlprocess.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlprocessor.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC aadlsubprogram.lo CC aadlsystem.lo CC aadltext.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlsubprogram.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlsystem.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadltext.c:21: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC aadlthread.lo CC aadlthreadgroup.lo CC aadlpackage.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlthread.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlthreadgroup.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from aadl.h:31, from aadlpackage.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from aadl.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC edit_port_declaration.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from edit_port_declaration.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28, from aadl.h:31, from edit_port_declaration.c:26: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from aadl.h:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from aadl.h:32: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CCLD libaadl_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/AADL' Making all in SISSI gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/SISSI' CC menace.lo CC sissi_dialog.lo CC sissi.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from sissi.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/plug-ins.h:25, from sissi.c:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sissi.c: In function 'object_sissi_draw': sissi.c:266:7: warning: variable 'idfontheight' set but not used [-Wunused-but-set-variable] 266 | real idfontheight; | ^~~~~~~~~~~~ In file included from sissi.h:38, from sissi.c:30: ./../../lib/element.h: At top level: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from menace.h:26, from menace.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdktypes.h:37, from menace.h:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from sissi_dialog.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from menace.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28, from sissi_dialog.c:32: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from sissi_dialog.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from menace.h:27: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from menace.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ sissi_dialog.c: In function 'fill_in_dialog': sissi_dialog.c:1039:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1039 | else | ^~~~ sissi_dialog.c:1042:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1042 | document_fill_in_dialog(object_sissi); | ^~~~~~~~~~~~~~~~~~~~~~~ sissi_dialog.c: In function 'object_sissi_apply_properties_dialog': sissi_dialog.c:1105:14: warning: variable 'obj' set but not used [-Wunused-but-set-variable] 1105 | DiaObject *obj; | ^~~ In file included from sissi.h:38, from sissi_dialog.c:35: ./../../lib/element.h: At top level: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ CC sissi_object.lo CC faraday.lo CC room.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from sissi_object.c:41: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from faraday.c:41: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from sissi_object.c:33: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from sissi_object.c:31: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from faraday.c:33: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from faraday.c:31: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from room.c:41: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from room.c:33: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from room.c:31: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC site.lo CC area.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from site.c:40: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from site.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from site.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from area.c:40: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from area.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from area.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libsissi_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/SISSI' Making all in Database gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Database' CC database.lo CC table.lo CC table_dialog.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from database.h:22, from table.c:37: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from table_dialog.c:35: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./../../lib/font.h:26, from ./../../lib/widgets.h:36, from database.h:23: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/font.h:26, from ./../../lib/widgets.h:36, from database.h:23, from table_dialog.c:37: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ table_dialog.c: In function 'attribute_page_props_to_object': table_dialog.c:458:15: warning: variable 'obj' set but not used [-Wunused-but-set-variable] 458 | DiaObject * obj; | ^~~ In file included from database.h:24: ./../../lib/element.h: At top level: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from database.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/intl.h:4, from database.c:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC reference.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from database.h:22, from reference.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC compound.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/font.h:26, from ./../../lib/widgets.h:36, from database.h:23: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from database.h:24: ./../../lib/element.h:66:20: warning: 'width_range' defined but not used [-Wunused-variable] 66 | static PropNumData width_range = { -G_MAXFLOAT, G_MAXFLOAT, 0.1}; | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from compound.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/object.h:28, from compound.c:31: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libdb_objects.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects/Database' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/objects' Making all in plug-ins gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins' Making all in cgm gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/cgm' CC cgm.lo In file included from cgm.c:38: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from cgm.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from cgm.c:41: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56, from cgm.c:31: cgm.c: In function 'init_fonts': /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgm.c:186:5: note: in expansion of macro 'g_string_free' 186 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ CCLD libcgm_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/cgm' Making all in cairo gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/cairo' CC diacairo.lo CC diacairo-interactive.lo CC diacairo-renderer.lo In file included from ./../../lib/diarenderer.h:27, from diacairo.h:23, from diacairo-interactive.c:23: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ In file included from diacairo-renderer.c:53: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/math.h:36, from diacairo-renderer.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from diacairo.c:62: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from diacairo.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from diacairo-renderer.c:55: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diacairo-renderer.c: In function '_ellipse': diacairo-renderer.c:566:10: warning: unused variable 'co' [-Wunused-variable] 566 | double co; | ^~ In file included from ./../../lib/diarenderer.h:28, from diacairo.c:64: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diacairo-interactive.c: In function 'end_render': diacairo-interactive.c:239:32: warning: unused variable 'renderer' [-Wunused-variable] 239 | DiaCairoInteractiveRenderer *renderer = DIA_CAIRO_INTERACTIVE_RENDERER (self); | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmain.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkprintoperation.h:30, from diacairo-print.h:5, from diacairo.c:69: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pango.h:25, from /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pangocairo.h:25, from diacairo.c:57: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC diacairo-print.lo In file included from ./../../lib/diarenderer.h:27, from diacairo.h:23, from diacairo-print.c:22: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmain.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkprintoperation.h:30, from diacairo-print.h:5, from diacairo-print.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ diacairo-print.c:36:1: warning: 'count_objs' defined but not used [-Wunused-function] 36 | count_objs(DiaObject *obj, DiaRenderer *renderer, int active_layer, guint *nobjs) | ^~~~~~~~~~ CCLD libcairo_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/cairo' Making all in pstricks gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/pstricks' CC render_pstricks.lo CC pstricks.lo In file included from render_pstricks.h:28, from render_pstricks.c:56: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_pstricks.c:47: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from render_pstricks.h:28, from pstricks.c:3: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_pstricks.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_pstricks.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_pstricks.c: In function 'draw_image': render_pstricks.c:810:10: warning: variable 'ratio' set but not used [-Wunused-but-set-variable] 810 | real ratio; | ^~~~~ render_pstricks.c: In function 'export_pstricks': render_pstricks.c:901:12: warning: variable 'scale' set but not used [-Wunused-but-set-variable] 901 | double scale; | ^~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from render_pstricks.c:53: render_pstricks.c: In function 'tex_escape_string': /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_pstricks.c:760:5: note: in expansion of macro 'g_string_free' 760 | g_string_free(dest, FALSE); | ^~~~~~~~~~~~~ CCLD libpstricks_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/pstricks' Making all in hpgl gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/hpgl' CC hpgl.lo In file included from hpgl.c:44: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from hpgl.c:36: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/diarenderer.h:28, from hpgl.c:45: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libhpgl_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/hpgl' Making all in wpg gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/wpg' CC wpg.lo In file included from wpg.c:47: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from wpg.c:39: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/diarenderer.h:28, from wpg.c:49: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libwpg_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/wpg' Making all in svg gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/svg' CC svg.lo CC render_svg.lo CC svg-import.lo In file included from render_svg.c:39: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_svg.c:26: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from ./../../lib/diasvgrenderer.h:5, from render_svg.c:40: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from svg-import.c:40: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from svg-import.c:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from svg.c:25: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from render_svg.c:46: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from render_svg.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ render_svg.c: In function 'new_svg_renderer': render_svg.c:193:15: warning: variable 'name' set but not used [-Wunused-but-set-variable] 193 | const char *name; | ^~~~ render_svg.c:191:10: warning: variable 'time_now' set but not used [-Wunused-but-set-variable] 191 | time_t time_now; | ^~~~~~~~ render_svg.c:188:16: warning: variable 'svg_renderer' set but not used [-Wunused-but-set-variable] 188 | SvgRenderer *svg_renderer; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from svg-import.c:42: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/diagramdata.h:26, from ./../../lib/filter.h:26, from svg-import.c:41: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from svg-import.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svg-import.c: In function 'apply_style': svg-import.c:219:37: warning: comparison between 'LineStyle' and 'enum DiaSvgLineDefaults' [-Wenum-compare] 219 | lsprop->style = gs->linestyle != DIA_SVG_LINESTYLE_DEFAULT ? gs->linestyle : LINESTYLE_SOLID; | ^~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: svg-import.c: In function 'read_text_svg': /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svg-import.c:362:7: note: in expansion of macro 'g_string_free' 362 | g_string_free (paragraph, FALSE); | ^~~~~~~~~~~~~ CCLD libsvg_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/svg' Making all in shape gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/shape' CC shape.lo CC shape-export.lo In file included from ./../../lib/dia_xml.h:22, from shape-export.c:53: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from shape-export.c:37: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/dia_xml.h:24: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shape-export.c: In function 'new_shape_renderer': shape-export.c:167:3: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 167 | shapename = g_strndup(g_basename(filename), strlen(g_basename(filename))-6); | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:50, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from shape-export.c:43: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ shape-export.c:167:3: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 167 | shapename = g_strndup(g_basename(filename), strlen(g_basename(filename))-6); | ^~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ shape-export.c:180:3: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 180 | xmlNewChild(renderer->root, NULL, (const xmlChar *)"icon", (xmlChar *) g_basename(png_filename)); | ^~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ shape-export.c:127:12: warning: variable 'name_space' set but not used [-Wunused-but-set-variable] 127 | xmlNsPtr name_space; | ^~~~~~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from shape.c:25: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CCLD libshape_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/shape' Making all in dxf gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/dxf' CC dxf.lo CC dxf-export.lo CC dxf-import.lo In file included from dxf-import.c:37: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from dxf-import.c:31: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from dxf-import.c:38: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from dxf-export.c:38: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from dxf-export.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from dxf-import.c:40: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from dxf-import.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/diarenderer.h:28, from dxf-export.c:39: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from dxf.c:25: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC autocad_pal.lo CCLD libdxf_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/dxf' Making all in python gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/python' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/python' Making all in xfig gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/xfig' CC xfig.lo CC xfig-import.lo CC xfig-export.lo In file included from xfig-export.c:23: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from xfig-export.c:13: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from xfig-import.c:47: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from xfig-import.c:37: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from xfig-export.c:24: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from xfig.c:27: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from xfig-import.c:49: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/diagramdata.h:26, from ./../../lib/filter.h:26, from xfig-import.c:48: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from xfig-export.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from xfig-export.c:18: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from xfig-import.c:42: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xfig-export.c: In function 'figText': xfig-export.c:427:15: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] 427 | sprintf(&returntext[j], "\\%03o", text[i]); | ^~~~~~~~~~~~~~ | | | guchar * {aka unsigned char *} In file included from /usr/include/stdio.h:83, from xfig-export.c:5: /usr/include/iso/stdio_iso.h:212:25: note: expected 'char * restrict' but argument is of type 'guchar *' {aka 'unsigned char *'} 212 | extern int sprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...); | ^ xfig-import.c: In function 'fig_read_arc': xfig-import.c:836:10: warning: variable 'radius' set but not used [-Wunused-but-set-variable] 836 | real radius; | ^~~~~~ xfig-import.c: In function 'fig_read_line_choice': xfig-import.c:1130:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] 1130 | if (!g_strcasecmp(buf, choice1)) return 0; | ^~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here 268 | gint g_strcasecmp (const gchar *s1, | ^~~~~~~~~~~~ xfig-import.c:1131:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] 1131 | if (!g_strcasecmp(buf, choice2)) return 1; | ^~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here 268 | gint g_strcasecmp (const gchar *s1, | ^~~~~~~~~~~~ xfig-import.c: At top level: xfig-import.c:677:13: warning: 'matrix_catmull_to_bezier' defined but not used [-Wunused-variable] 677 | static real matrix_catmull_to_bezier[4][4] = | ^~~~~~~~~~~~~~~~~~~~~~~~ xfig-import.c:671:13: warning: 'matrix_bspline_to_bezier' defined but not used [-Wunused-variable] 671 | static real matrix_bspline_to_bezier[4][4] = | ^~~~~~~~~~~~~~~~~~~~~~~~ CC xfig-common.lo CCLD libxfig_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/xfig' Making all in wmf gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/wmf' CXX wmf.lo CXX wmf_gdi.lo In file included from wmf.cpp:32: ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/diarenderer.h:28, from wmf.cpp:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmf.cpp: In function 'PluginInitResult dia_plugin_init(PluginInfo*)': wmf.cpp:1402:37: warning: ISO C++ forbids converting a string constant to 'gchar*' {aka 'char*'} [-Wwrite-strings] 1402 | if (!dia_plugin_info_init(info, "WMF", | ^~~~~ CXXLD libwmf_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/wmf' Making all in libart gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/libart' CC dialibart.lo CC dialibartrenderer.lo CC render_libart.lo In file included from dialibartrenderer.h:5, from dialibartrenderer.c:24: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from dialibartrenderer.c:21: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from dialibart.c:27: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from dialibartrenderer.h:6, from dialibart.c:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diarenderer.h:27, from render_libart.h:21, from render_libart.c:25: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_libart.c:21: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_libart.c: In function 'new_libart_renderer': render_libart.c:73:9: warning: unused variable 'renderer_type' [-Wunused-variable] 73 | GType renderer_type = 0; | ^~~~~~~~~~~~~ render_libart.c: In function 'draw_pixel_rect': render_libart.c:387:7: warning: variable 'stride' set but not used [-Wunused-but-set-variable] 387 | int stride; | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from dialibartrenderer.h:6: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC export_png.lo In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from dialibartrenderer.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ./../../lib/geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ dialibartrenderer.c: In function 'begin_render': dialibartrenderer.c:121:3: warning: 'pango_ft2_get_context' is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations] 121 | dia_font_push_context(pango_ft2_get_context(75, 75)); | ^~~~~~~~~~~~~~~~~~~~~ In file included from dialibartrenderer.c:38: /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pangoft2.h:136:20: note: declared here 136 | PangoContext *pango_ft2_get_context (double dpi_x, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from export_png.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from export_png.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from export_png.c:36: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_libart.h:21, from export_png.c:37: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libart_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/libart' Making all in metapost gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/metapost' CC metapost.lo CC render_metapost.lo In file included from render_metapost.h:29, from render_metapost.c:49: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_metapost.c:40: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from render_metapost.h:29, from metapost.c:23: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_metapost.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_metapost.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_metapost.c: In function 'export_metapost': render_metapost.c:1164:12: warning: variable 'scale' set but not used [-Wunused-but-set-variable] 1164 | double scale; | ^~~~~ render_metapost.c: At top level: render_metapost.c:1041:1: warning: 'draw_text_line' defined but not used [-Wunused-function] 1041 | draw_text_line(DiaRenderer *self, TextLine *text_line, | ^~~~~~~~~~~~~~ CCLD libmetapost_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/metapost' Making all in xslt gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/xslt' CC xslt.lo CC xsltdialog.lo In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from xslt.c:32: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from xslt.h:26, from xslt.c:42: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/diagramdata.h:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from xslt.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from xslt.h:26, from xsltdialog.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ xslt.c: In function 'xslt_ok': xslt.c:82:20: warning: Deprecated pre-processor symbol: replace with "g_path_get_dirname" 82 | gchar *uri = g_filename_to_uri (g_dirname(filename), NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xslt.c:104:9: warning: 'xmlSubstituteEntitiesDefault' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 104 | xmlSubstituteEntitiesDefault(0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/libxml2/libxml/tree.h:20, from /tmp/work/graphics/dia/work/.buildlink/include/libxslt/xslt.h:13, from xslt.c:36: /tmp/work/graphics/dia/work/.buildlink/include/libxml2/libxml/parser.h:1415:17: note: declared here 1415 | xmlSubstituteEntitiesDefault(int val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ xslt.c: In function 'read_configuration': xslt.c:240:13: warning: Deprecated pre-processor symbol: replace with "g_path_get_dirname" 240 | path = g_dirname(config); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from xslt.h:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD libxslt_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/xslt' Making all in pixbuf gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/pixbuf' CC pixbuf.lo In file included from pixbuf.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from ./../../lib/diagdkrenderer.h:6, from pixbuf.c:31: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from pixbuf.c:36: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32, from pixbuf.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD libpixbuf_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/pixbuf' Making all in pgf gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/pgf' CC pgf.lo CC render_pgf.lo In file included from render_pgf.h:28, from render_pgf.c:68: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_pgf.c:58: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_pgf.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from render_pgf.h:28, from pgf.c:3: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from render_pgf.h:30: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_pgf.c: In function 'export_pgf': render_pgf.c:1194:16: warning: variable 'extent' set but not used [-Wunused-but-set-variable] 1194 | Rectangle *extent; | ^~~~~~ render_pgf.c:1193:12: warning: variable 'scale' set but not used [-Wunused-but-set-variable] 1193 | double scale; | ^~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56, from render_pgf.c:64: render_pgf.c: In function 'tex_escape_string': /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_pgf.c:1139:5: note: in expansion of macro 'g_string_free' 1139 | g_string_free(dest, FALSE); | ^~~~~~~~~~~~~ CCLD libpgf_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/pgf' Making all in vdx gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/vdx' CC vdx.lo CC vdx-import.lo CC vdx-export.lo In file included from vdx-import.c:43: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from vdx-import.c:29: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from vdx-export.c:43: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from vdx-export.c:34: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from vdx-export.c:44: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from vdx.c:29: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from vdx-import.c:45: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/diagramdata.h:26, from ./../../lib/filter.h:26, from vdx-import.c:44: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from vdx-export.c:46: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from vdx-import.c:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vdx-import.c: In function 'plot_nurbs': vdx-import.c:1682:12: warning: variable 'end_arrow_p' set but not used [-Wunused-but-set-variable] 1682 | Arrow *end_arrow_p = NULL; | ^~~~~~~~~~~ vdx-import.c:1681:12: warning: variable 'start_arrow_p' set but not used [-Wunused-but-set-variable] 1681 | Arrow *start_arrow_p = NULL; | ^~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from vdx-export.c:35: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In function 'find_child', inlined from 'get_master_shape' at vdx-import.c:571:14: vdx-import.c:400:15: warning: '*(struct vdx_any *)((char *)&theMaster + offsetof(struct vdx_Master, children)).children' may be used uninitialized [-Wmaybe-uninitialized] 400 | for(child = Any->children; child; child = child->next) | ~~~~~~^~~~~~~~~~~~~~~ vdx-import.c: In function 'get_master_shape': vdx-import.c:557:23: note: 'theMaster' declared here 557 | struct vdx_Master theMaster; | ^~~~~~~~~ CC vdx-common.lo CC vdx-xml.lo In file included from vdx-xml.c:31: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from vdx-xml.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/diagramdata.h:26, from ./../../lib/filter.h:26, from vdx-xml.c:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from vdx-xml.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/dia_xml.h:24, from ./../../lib/object.h:33: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vdx-xml.c: In function 'vdx_write_object': vdx-xml.c:3421:30: warning: variable 'Shapes' set but not used [-Wunused-but-set-variable] 3421 | const struct vdx_Shapes *Shapes; | ^~~~~~ CCLD libvdx_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/vdx' Making all in postscript gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/postscript' CC postscript.lo CC ps-utf8.lo CC diapsrenderer.lo In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from postscript.c:26: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:27, from diapsrenderer.h:7, from diapsrenderer.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diapsrenderer.c: In function 'draw_image': diapsrenderer.c:707:8: warning: variable 'ratio' set but not used [-Wunused-but-set-variable] 707 | real ratio; | ^~~~~ CC diapsft2renderer.lo CC paginate_psprint.lo In file included from ./../../lib/font.h:26, from diapsft2renderer.c:23: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diapsft2renderer.c: In function 'postscript_draw_contour': diapsft2renderer.c:230:5: warning: 'pango_ft2_font_get_face' is deprecated: Use 'pango_fc_font_lock_face' instead [-Wdeprecated-declarations] 230 | ft_face = pango_ft2_font_get_face(font); | ^~~~~~~ In file included from diapsft2renderer.c:29: /tmp/work/graphics/dia/work/.buildlink/include/pango-1.0/pango/pangoft2.h:150:16: note: declared here 150 | FT_Face pango_ft2_font_get_face (PangoFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~ diapsft2renderer.c:222:9: warning: variable 'bidi_level' set but not used [-Wunused-but-set-variable] 222 | int bidi_level; | ^~~~~~~~~~ diapsft2renderer.c: In function 'draw_string': diapsft2renderer.c:345:8: warning: unused variable 'width' [-Wunused-variable] 345 | real width = text_line_get_width(text_line); | ^~~~~ CC render_eps.lo In file included from ./../../lib/diagramdata.h:27, from paginate_psprint.c:42: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from diapsrenderer.h:7, from paginate_psprint.c:44: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/persistence.h:27, from paginate_psprint.c:46: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ./../../lib/color.h:25, from ./../../lib/diagramdata.h:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from paginate_psprint.c:38: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from render_eps.h:24, from render_eps.c:61: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_eps.c:51: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from render_eps.c:64: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_eps.c: In function 'export_render_eps': render_eps.c:113:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 113 | renderer->pstype = (guint)user_data; | ^ CCLD libpostscript_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/postscript' Making all in drs gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/drs' CC dia-render-script.lo CC dia-render-script-import.lo CC dia-render-script-object.lo CC dia-render-script-renderer.lo In file included from dia-render-script-import.c:26: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diagramdata.h:27, from ./../../lib/filter.h:26, from dia-render-script.c:60: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28, from dia-render-script-renderer.h:21, from dia-render-script.c:66: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../../lib/diarenderer.h:27, from dia-render-script-renderer.c:30: ./../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ./../../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ./../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ./../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ./../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ./../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ./../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ./../../lib/diarenderer.h:28: ./../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dia-render-script-import.c:164:1: warning: no previous prototype for 'import_drs' [-Wmissing-prototypes] 164 | import_drs (const gchar *filename, DiagramData *dia, void* user_data) | ^~~~~~~~~~ dia-render-script-import.c:116:1: warning: '_parse_color' defined but not used [-Wunused-function] 116 | _parse_color (xmlNodePtr node, const char *attrib) | ^~~~~~~~~~~~ dia-render-script-import.c:85:1: warning: '_parse_bezpoints' defined but not used [-Wunused-function] 85 | _parse_bezpoints (xmlNodePtr node, const char *attrib) | ^~~~~~~~~~~~~~~~ dia-render-script-import.c:60:1: warning: '_parse_points' defined but not used [-Wunused-function] 60 | _parse_points (xmlNodePtr node, const char *attrib) | ^~~~~~~~~~~~~ dia-render-script-import.c:44:1: warning: '_parse_point' defined but not used [-Wunused-function] 44 | _parse_point (xmlNodePtr node, const char *attrib) | ^~~~~~~~~~~~ dia-render-script-import.c:33:1: warning: '_parse_real' defined but not used [-Wunused-function] 33 | _parse_real (xmlNodePtr node, const char *attrib) | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ./../../lib/object.h:26, from dia-render-script-renderer.c:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ./../../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from dia-render-script-renderer.c:27: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ dia-render-script-renderer.c: In function 'draw_object': dia-render-script-renderer.c:107:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 107 | if ((int)object->type->default_user_data > 0 && (int)object->type->default_user_data < 0xFF) { | ^ dia-render-script-renderer.c:107:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 107 | if ((int)object->type->default_user_data > 0 && (int)object->type->default_user_data < 0xFF) { | ^ dia-render-script-renderer.c:109:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 109 | g_snprintf(buffer, sizeof(buffer), "%d", (int)object->type->default_user_data); | ^ CCLD libdrs_filter.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins/drs' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/plug-ins' Making all in shapes gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes' Making all in Circuit gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Circuit' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Circuit' Making all in flowchart gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/flowchart' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/flowchart' Making all in Contact gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Contact' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Contact' Making all in network gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/network' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/network' Making all in Pneumatic gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Pneumatic' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Pneumatic' Making all in Electric gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Electric' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Electric' Making all in Civil gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Civil' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Civil' Making all in jigsaw gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/jigsaw' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/jigsaw' Making all in MSE gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/MSE' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/MSE' Making all in SDL gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/SDL' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/SDL' Making all in Logic gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Logic' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Logic' Making all in sybase gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/sybase' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/sybase' Making all in Misc gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Misc' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Misc' Making all in Assorted gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Assorted' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Assorted' Making all in Cisco gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Cisco' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Cisco' Making all in Cybernetics gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Cybernetics' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Cybernetics' Making all in Map gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Map' Making all in Isometric gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Map/Isometric' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Map/Isometric' gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Map' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Map' gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Map' Making all in ChemEng gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/ChemEng' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/ChemEng' Making all in RDP gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/RDP' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/RDP' Making all in Gane_and_Sarson gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Gane_and_Sarson' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Gane_and_Sarson' Making all in BPMN gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/BPMN' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/BPMN' Making all in Lights gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Lights' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes/Lights' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/shapes' Making all in app gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/app' /opt/local/bin/gmake all-recursive gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/app' Making all in pixmaps gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/app/pixmaps' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/app/pixmaps' gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/app' CC confirm.o CC exit_dialog.o CC diagram.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from confirm.h:1, from confirm.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from exit_dialog.h:25, from exit_dialog.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from diagram.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from diagram.h:25, from confirm.h:2: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from exit_dialog.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ confirm.c: In function 'confirm_export_size': confirm.c:64:3: warning: 'g_format_size_for_display' is deprecated: Use 'g_format_size' instead [-Wdeprecated-declarations] 64 | size = g_format_size_for_display (bytes); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gthread.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gutils.h:311:8: note: declared here 311 | gchar *g_format_size_for_display (goffset size); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/intl.h:4, from diagram.c:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC preferences.o CC load_save.o In file included from ../lib/dia_xml.h:22, from load_save.c:55: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC properties-dialog.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from preferences.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/dia_xml.h:24: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from load_save.h:21, from load_save.c:57: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../lib/color.h:25, from ../lib/dia_xml.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ../lib/font.h:26, from ../lib/widgets.h:36, from preferences.c:34: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preferences.c: In function 'update_internal_prefs': preferences.c:749:9: warning: variable 'val' set but not used [-Wunused-but-set-variable] 749 | char *val = NULL; | ^~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from load_save.c:41: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC defaults.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from properties-dialog.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC undo.o In file included from ../lib/object.h:28, from properties-dialog.h:21, from properties-dialog.c:27: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC object_ops.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from defaults.c:21: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28, from defaults.h:21, from defaults.c:23: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from undo.h:25, from undo.c:21: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC layer_dialog.o In file included from diagram.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from object_ops.h:21, from object_ops.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ object_ops.c: In function 'object_add_updates': object_ops.c:41:29: warning: passing argument 2 of 'diagram_add_update' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 41 | diagram_add_update(dia, dia_object_get_enclosing_box (obj)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from display.h:27, from object_ops.h:22: diagram.h:105:50: note: expected 'Rectangle *' {aka 'struct _Rectangle *'} but argument is of type 'const Rectangle *' {aka 'const struct _Rectangle *'} 105 | void diagram_add_update(Diagram *dia, Rectangle *update); | ~~~~~~~~~~~^~~~~~ CC commands.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from layer_dialog.c:33: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC app_procs.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25, from layer_dialog.h:22, from layer_dialog.c:37: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layer_dialog.c: In function 'layer_list_events': layer_dialog.c:227:19: warning: variable 'bevent' set but not used [-Wunused-but-set-variable] 227 | GdkEventButton *bevent; | ^~~~~~ layer_dialog.c: In function 'dia_layer_widget_class_init': layer_dialog.c:851:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 851 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ layer_dialog.c: In function 'layer_visibility_change_revert': layer_dialog.c:1415:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1415 | layer->visible = (gboolean)vis->data; | ^ layer_dialog.c: In function 'undo_layer_visibility': layer_dialog.c:1452:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1452 | visibilities = g_list_append(visibilities, (gpointer)temp_layer->visible); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from commands.c:36: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32, from commands.c:35: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC connectionpoint_ops.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from commands.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from app_procs.c:43: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ./display.h:26, from ./textedit.h:25, from commands.c:38: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from commands.c:27: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from ./display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commands.c: In function 'file_new_callback': commands.c:146:13: warning: variable 'ddisp' set but not used [-Wunused-but-set-variable] 146 | DDisplay *ddisp; | ^~~~~ commands.c: In function 'edit_duplicate_callback': commands.c:390:9: warning: variable 'duplicate_corner' set but not used [-Wunused-but-set-variable] 390 | Point duplicate_corner; | ^~~~~~~~~~~~~~~~ commands.c: In function 'dialogs_properties_callback': commands.c:1128:14: warning: unused variable 'selected' [-Wunused-variable] 1128 | DiaObject *selected; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28, from app_procs.c:57: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/connectionpoint.h:24, from connectionpoint_ops.h:21, from connectionpoint_ops.c:22: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ app_procs.c: In function 'do_convert': app_procs.c:373:52: warning: passing argument 4 of 'ef->export_func' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 373 | ef->export_func(diagdata, outfname, infname, size); | ^~~~ app_procs.c:373:52: note: expected 'void *' but argument is of type 'const char *' app_procs.c: In function 'handle_initial_diagram': app_procs.c:539:13: warning: variable 'ddisp' set but not used [-Wunused-but-set-variable] 539 | DDisplay *ddisp = NULL; | ^~~~~ app_procs.c: In function 'app_init': app_procs.c:856:5: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] 856 | g_thread_init (NULL); | ^~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:115: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:271:10: note: declared here 271 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ app_procs.c:863:5: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] 863 | g_thread_init (NULL); | ^~~~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:271:10: note: declared here 271 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ app_procs.c:865:5: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] 865 | g_type_init(); | ^~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here 737 | void g_type_init (void); | ^~~~~~~~~~~ app_procs.c:881:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 881 | printf(g_locale_from_utf8(_("Dia version %s, compiled %s %s\n"), -1, NULL, NULL, NULL), VERSION, __TIME__, __DATE__); | ^~~~~~ CC disp_callbacks.o CC display.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from connectionpoint_ops.h:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/connectionpoint.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC select.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from disp_callbacks.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from display.c:36: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from display.h:26, from disp_callbacks.c:33: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from disp_callbacks.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ disp_callbacks.c: In function 'ddisplay_size_allocate': disp_callbacks.c:354:13: warning: variable 'ddisp' set but not used [-Wunused-but-set-variable] 354 | DDisplay *ddisp; | ^~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/intl.h:4, from display.c:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from display.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from select.h:21, from select.c:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC color_area.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC linewidth_area.o CC grid.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from linewidth_area.h:21, from linewidth_area.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from color_area.h:21, from color_area.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../lib/color.h:25, from color_area.c:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from grid.h:21, from grid.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/attributes.h:22, from linewidth_area.c:24: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/arrows.h:24, from ../lib/attributes.h:24: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from grid.c:26: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/attributes.h:22, from color_area.c:29: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/arrows.h:24, from ../lib/attributes.h:24: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from grid.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from grid.c:25: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ color_area.c: In function 'color_area_draw': color_area.c:116:20: warning: variable 'bd' set but not used [-Wunused-but-set-variable] 116 | GdkColor fg, bg, bd; | ^~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC handle_ops.o In file included from ../lib/diarenderer.h:28, from display.h:30, from grid.h:31: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC interface.o In file included from ../lib/handle.h:24, from handle_ops.h:21, from handle_ops.c:20: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ CC modify_tool.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from handle_ops.h:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from interface.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from modify_tool.h:21, from modify_tool.c:23: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from modify_tool.c:21: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC scroll_tool.o In file included from diagram.h:25, from interface.c:34: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c: In function 'create_display_shell': interface.c:768:9: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 768 | pixbuf = gdk_pixbuf_new_from_inline(-1, dia_diagram_icon, FALSE, NULL); | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:33: /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c: In function 'create_widget_from_xpm_or_gdkp': interface.c:1111:5: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 1111 | p = gdk_pixbuf_new_from_inline(-1, (char*)icon_data, TRUE, NULL); | ^ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:1111:40: warning: pointer targets in passing argument 2 of 'gdk_pixbuf_new_from_inline' differ in signedness [-Wpointer-sign] 1111 | p = gdk_pixbuf_new_from_inline(-1, (char*)icon_data, TRUE, NULL); | ^~~~~~~~~~~~~~~~ | | | char * /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:296:56: note: expected 'const guint8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 296 | const guint8 *data, | ~~~~~~~~~~~~~~^~~~ interface.c: In function 'get_sheet_by_name': interface.c:1226:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] 1226 | if (0 == g_strcasecmp(name, sheet->name) || 0 == g_strcasecmp(name, gettext(sheet->name))) | ^~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here 268 | gint g_strcasecmp (const gchar *s1, | ^~~~~~~~~~~~ interface.c:1226:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] 1226 | if (0 == g_strcasecmp(name, sheet->name) || 0 == g_strcasecmp(name, gettext(sheet->name))) | ^~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here 268 | gint g_strcasecmp (const gchar *s1, | ^~~~~~~~~~~~ interface.c: In function 'fill_sheet_wbox': interface.c:1283:11: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 1283 | gdk_pixbuf_unref(pixbuf); | ^~~~~~~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:167:12: note: declared here 167 | void gdk_pixbuf_unref (GdkPixbuf *pixbuf); | ^~~~~~~~~~~~~~~~ interface.c: In function 'app_set_icon': interface.c:1620:5: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 1620 | GdkPixbuf *pixbuf = gdk_pixbuf_new_from_inline (-1, dia_app_icon, FALSE, NULL); | ^~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c: In function 'create_integrated_ui': interface.c:1643:14: warning: unused variable 'pixbuf' [-Wunused-variable] 1643 | GdkPixbuf *pixbuf; | ^~~~~~ interface.c: In function 'create_toolbox': interface.c:1786:5: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 1786 | GdkPixbuf *pixbuf = gdk_pixbuf_new_from_inline (-1, dia_app_icon, FALSE, NULL); | ^~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from scroll_tool.h:21, from scroll_tool.c:20: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from tool.h:28, from modify_tool.h:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from tool.h:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modify_tool.c: In function 'time_micro': modify_tool.c:210:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 210 | GTimeVal tv; | ^~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ modify_tool.c:212:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 212 | g_get_current_time(&tv); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ modify_tool.c: In function 'do_if_clicked_handle': modify_tool.c:221:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] 221 | real dist; | ^~~~ modify_tool.c: In function 'modify_button_release': modify_tool.c:676:14: warning: variable 'active_obj' set but not used [-Wunused-but-set-variable] 676 | DiaObject *active_obj = NULL; | ^~~~~~~~~~ modify_tool.c: At top level: modify_tool.c:958:1: warning: 'modify_make_text_edit' defined but not used [-Wunused-function] 958 | modify_make_text_edit(DDisplay *ddisp, DiaObject *obj, Point *clickedpoint) | ^~~~~~~~~~~~~~~~~~~~~ modify_tool.c:900:1: warning: 'modify_start_text_edit' defined but not used [-Wunused-function] 900 | modify_start_text_edit(DDisplay *ddisp, Text *text, DiaObject *obj, Point *clickedpoint) | ^~~~~~~~~~~~~~~~~~~~~~ modify_tool.c:864:1: warning: 'modify_edit_end' defined but not used [-Wunused-function] 864 | modify_edit_end(GtkWidget *widget, GdkEventFocus *event, gpointer data) | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from tool.h:28, from scroll_tool.h:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from tool.h:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC create_object.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC magnify.o CC menus.o In file included from create_object.h:21, from create_object.c:20: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from tool.h:28, from magnify.h:21, from magnify.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from tool.h:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from create_object.h:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from menus.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/geometry.h:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from magnify.c:20: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from display.h:26, from tool.h:28, from menus.c:31: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ create_object.c: In function 'create_object_button_press': create_object.c:50:8: warning: variable 'click_distance' set but not used [-Wunused-but-set-variable] 50 | real click_distance; | ^~~~~~~~~~~~~~ menus.c: In function 'integrated_ui_toolbar_zoom_combo_selection_changed': menus.c:493:9: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] 493 | else if (g_strcasecmp (text, ZOOM_FIT) == 0) | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here 268 | gint g_strcasecmp (const gchar *s1, | ^~~~~~~~~~~~ menus.c: In function '_add_stock_icon': menus.c:747:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 747 | pixbuf = gdk_pixbuf_new_from_inline (size, data, FALSE, &err); | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:33: /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menus.c: At top level: menus.c:822:1: warning: no previous prototype for 'create_or_ref_display_actions' [-Wmissing-prototypes] 822 | create_or_ref_display_actions (void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menus.c: In function 'menus_set_recent': menus.c:1168:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1168 | recent_merge_ids = g_slist_prepend (recent_merge_ids, (gpointer) id); | ^ menus.c: In function 'menus_clear_recent': menus.c:1194:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1194 | gtk_ui_manager_remove_ui (ui_manager, (guint) id->data); | ^ CC cut_n_paste.o CC render_gdk.o CC tool.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from render_gdk.h:21, from render_gdk.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from render_gdk.c:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from cut_n_paste.c:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from render_gdk.c:21: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_gdk.c:78:53: warning: no previous prototype for 'dia_gdk_interactive_renderer_get_type' [-Wmissing-prototypes] 78 | G_DEFINE_TYPE_WITH_CODE (DiaGdkInteractiveRenderer, dia_gdk_interactive_renderer, DIA_TYPE_GDK_RENDERER, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:2305:1: note: in definition of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE' 2305 | type_name##_get_type (void) \ | ^~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:1850:61: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN' 1850 | #define G_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, 0) {_C_;} _G_DEFINE_TYPE_EXTENDED_END() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ render_gdk.c:78:1: note: in expansion of macro 'G_DEFINE_TYPE_WITH_CODE' 78 | G_DEFINE_TYPE_WITH_CODE (DiaGdkInteractiveRenderer, dia_gdk_interactive_renderer, DIA_TYPE_GDK_RENDERER, | ^~~~~~~~~~~~~~~~~~~~~~~ render_gdk.c: In function 'dia_gdk_interactive_renderer_init': render_gdk.c:88:30: warning: unused variable 'ia_renderer' [-Wunused-variable] 88 | DiaGdkInteractiveRenderer *ia_renderer = DIA_GDK_INTERACTIVE_RENDERER (object); | ^~~~~~~~~~~ render_gdk.c: In function 'new_gdk_renderer': render_gdk.c:103:9: warning: unused variable 'renderer_type' [-Wunused-variable] 103 | GType renderer_type = 0; | ^~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from tool.h:28, from tool.c:20: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from tool.h:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from cut_n_paste.h:21, from cut_n_paste.c:22: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC diapagelayout.o In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pagesetup.o CC filedlg.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diapagelayout.h:25, from diapagelayout.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from pagesetup.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from filedlg.c:34: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/font.h:26, from ../lib/widgets.h:36, from diapagelayout.c:30: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from filedlg.c:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25, from pagesetup.h:25, from pagesetup.c:30: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from pagesetup.c:28: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/diagramdata.h:27, from ../lib/filter.h:26, from filedlg.c:36: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from filedlg.c:39: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC find-and-replace.o CC plugin-manager.o CC dia-props.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from find-and-replace.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25, from find-and-replace.c:30: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ find-and-replace.c: In function 'edit_find_callback': find-and-replace.c:502:12: warning: variable 'dia' set but not used [-Wunused-but-set-variable] 502 | Diagram *dia; | ^~~ find-and-replace.c: In function 'edit_replace_callback': find-and-replace.c:533:12: warning: variable 'dia' set but not used [-Wunused-but-set-variable] 533 | Diagram *dia; | ^~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from dia-props.h:24, from dia-props.c:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from plugin-manager.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC gtkwrapbox.o CC gtkhwrapbox.o CC gtkvwrapbox.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from gtkwrapbox.h:27, from gtkhwrapbox.h:27, from gtkhwrapbox.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ gtkhwrapbox.c: In function 'gtk_hwrap_box_class_init': gtkhwrapbox.c:79:22: warning: variable 'container_class' set but not used [-Wunused-but-set-variable] 79 | GtkContainerClass *container_class; | ^~~~~~~~~~~~~~~ gtkhwrapbox.c:77:17: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 77 | GObjectClass *object_class; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from gtkwrapbox.h:27, from gtkwrapbox.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC cursor.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from gtkwrapbox.h:27, from gtkvwrapbox.h:27, from gtkvwrapbox.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:34: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ gtkvwrapbox.c: In function 'gtk_vwrap_box_class_init': gtkvwrapbox.c:79:22: warning: variable 'container_class' set but not used [-Wunused-but-set-variable] 79 | GtkContainerClass *container_class; | ^~~~~~~~~~~~~~~ gtkvwrapbox.c:77:17: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 77 | GObjectClass *object_class; | ^~~~~~~~~~~~ CC splash.o CC recent_files.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from splash.c:4: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from cursor.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from cursor.c:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from recent_files.c:34: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC diagram_tree.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from recent_files.c:33: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cursor.c:52:5: warning: pointer targets in initialization of 'gchar *' {aka 'char *'} from 'unsigned char *' differ in signedness [-Wpointer-sign] 52 | hand_open_data_bits, | ^~~~~~~~~~~~~~~~~~~ cursor.c:52:5: note: (near initialization for 'cursors[2].data') cursor.c:57:5: warning: pointer targets in initialization of 'gchar *' {aka 'char *'} from 'unsigned char *' differ in signedness [-Wpointer-sign] 57 | hand_closed_data_bits, | ^~~~~~~~~~~~~~~~~~~~~ cursor.c:57:5: note: (near initialization for 'cursors[3].data') cursor.c:62:5: warning: pointer targets in initialization of 'gchar *' {aka 'char *'} from 'unsigned char *' differ in signedness [-Wpointer-sign] 62 | magnify_minus_data_bits, | ^~~~~~~~~~~~~~~~~~~~~~~ cursor.c:62:5: note: (near initialization for 'cursors[4].data') cursor.c:64:5: warning: pointer targets in initialization of 'gchar *' {aka 'char *'} from 'unsigned char *' differ in signedness [-Wpointer-sign] 64 | magnify_minus_mask_bits, | ^~~~~~~~~~~~~~~~~~~~~~~ cursor.c:64:5: note: (near initialization for 'cursors[4].mask') cursor.c:67:5: warning: pointer targets in initialization of 'gchar *' {aka 'char *'} from 'unsigned char *' differ in signedness [-Wpointer-sign] 67 | magnify_plus_data_bits, | ^~~~~~~~~~~~~~~~~~~~~~ cursor.c:67:5: note: (near initialization for 'cursors[5].data') cursor.c:69:5: warning: pointer targets in initialization of 'gchar *' {aka 'char *'} from 'unsigned char *' differ in signedness [-Wpointer-sign] 69 | magnify_plus_mask_bits, | ^~~~~~~~~~~~~~~~~~~~~~ cursor.c:69:5: note: (near initialization for 'cursors[5].mask') In file included from diagram.h:25, from recent_files.c:41: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC diagram_tree_window.o CC diagram_tree_menu.o In file included from preferences.h:21, from diagram_tree_window.c:30: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram_tree_window.h:27, from preferences.h:23: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../lib/color.h:25, from preferences.h:22: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/intl.h:4, from diagram_tree_window.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram_tree_menu_callbacks.h:26, from diagram_tree_menu.c:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28, from diagram_tree.h:28, from diagram_tree_window.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25, from diagram_tree.h:28, from diagram_tree_menu_callbacks.h:27: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ CC diagram_tree_menu_callbacks.o ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diagram_tree_menu.c: In function '_dia_translate': diagram_tree_menu.c:107:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 107 | gchar *trans = term; | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from properties-dialog.h:21, from diagram_tree.c:30: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC sheets.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diagram_tree.c: In function 'create_object_pixmap': diagram_tree.c:192:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 192 | p = gdk_pixbuf_new_from_inline(-1, (guint8*)object->type->pixmap, TRUE, NULL); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:33: /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here 295 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ diagram_tree.c: In function 'create_object_node': diagram_tree.c:259:14: warning: unused variable 'mask' [-Wunused-variable] 259 | GdkBitmap *mask; | ^~~~ diagram_tree.c:258:14: warning: unused variable 'pixmap' [-Wunused-variable] 258 | GdkPixmap *pixmap; | ^~~~~~ diagram_tree.c: In function 'diagram_tree_add': diagram_tree.c:371:13: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 371 | char *text[] = {(char *)g_basename(diagram->filename)}; | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:50: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ diagram_tree.c: In function 'diagram_tree_update_name': diagram_tree.c:429:31: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 429 | g_basename(diagram->filename)); | ^~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram_tree_menu_callbacks.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25, from diagram_tree.h:28, from diagram_tree_menu_callbacks.h:27, from diagram_tree_menu_callbacks.c:29: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC sheets_dialog.o CC sheets_dialog_callbacks.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from sheets.c:29: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28, from sheets.c:38: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sheets.c: In function 'create_object_pixmap': sheets.c:359:9: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 359 | gdk_pixbuf_unref(pixbuf); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:33: /tmp/work/graphics/dia/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:167:12: note: declared here 167 | void gdk_pixbuf_unref (GdkPixbuf *pixbuf); | ^~~~~~~~~~~~~~~~ sheets.c: In function 'create_pixmap': sheets.c:430:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 430 | if ((gboolean)gtk_object_get_data(GTK_OBJECT(button), "is_hidden_button") | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from sheets_dialog.c:40: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from sheets_dialog_callbacks.c:54: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gprintf.h:23, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstdio.h:24, from sheets_dialog_callbacks.c:47: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC autosave.o In file included from ../lib/persistence.h:25, from sheets_dialog.c:48: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/object.h:28, from sheets_dialog_callbacks.c:66: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sheets_dialog_callbacks.c: In function 'on_sheets_dialog_object_button_toggled': sheets_dialog_callbacks.c:162:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 162 | if ((gboolean)gtk_object_get_data(GTK_OBJECT(ud_wrapbox), "is_left") ==TRUE) | ^ sheets_dialog_callbacks.c: In function 'on_sheets_new_dialog_button_ok_clicked': sheets_dialog_callbacks.c:840:17: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] 840 | if(0 == g_strncasecmp((gchar *)root_element->name, "dia", 3)) | ^~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:271:23: note: declared here 271 | gint g_strncasecmp (const gchar *s1, | ^~~~~~~~~~~~~ sheets_dialog_callbacks.c: In function 'sheets_dialog_togglebutton_set_sensitive': sheets_dialog_callbacks.c:1162:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1162 | gtk_object_set_data(GTK_OBJECT(tmp), "active_type", (gpointer)type); | ^ sheets_dialog_callbacks.c: In function 'on_sheets_edit_dialog_button_ok_clicked': sheets_dialog_callbacks.c:1367:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1367 | if ((gboolean)gtk_object_get_data(GTK_OBJECT(entry), "changed") == TRUE) | ^ sheets_dialog_callbacks.c:1387:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1387 | if ((gboolean)gtk_object_get_data(GTK_OBJECT(entry), "changed") == TRUE) | ^ sheets_dialog_callbacks.c: In function 'on_sheets_dialog_button_copy_all_clicked': sheets_dialog_callbacks.c:1529:14: warning: variable 'active_button' set but not used [-Wunused-but-set-variable] 1529 | GtkWidget *active_button; | ^~~~~~~~~~~~~ sheets_dialog_callbacks.c: In function 'on_sheets_dialog_button_move_all_clicked': sheets_dialog_callbacks.c:1582:14: warning: variable 'active_button' set but not used [-Wunused-but-set-variable] 1582 | GtkWidget *active_button; | ^~~~~~~~~~~~~ sheets_dialog_callbacks.c: In function 'write_user_sheet': sheets_dialog_callbacks.c:1674:32: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 1674 | G_DIR_SEPARATOR_S, g_basename(sheet->filename)); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:50: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ sheets_dialog_callbacks.c:1752:30: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 1752 | g_basename(som->svg_filename)); | ^~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ sheets_dialog_callbacks.c:1757:30: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] 1757 | g_basename(som->sheet_object.pixmap_file)); | ^~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here 207 | const gchar *g_basename (const gchar *file_name); | ^~~~~~~~~~ sheets_dialog_callbacks.c:1771:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1771 | user_data = g_strdup_printf("%u", (guint)(sheetobject->user_data)); | ^ sheets_dialog_callbacks.c: In function 'on_sheets_dialog_button_apply_clicked': sheets_dialog_callbacks.c:1852:14: warning: statement will never be executed [-Wswitch-unreachable] 1852 | Sheet *new_sheet = NULL; | ^~~~~~~~~ CC dynamic_refresh.o CC navigation.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from autosave.c:41: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/intl.h:4, from autosave.c:39: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from navigation.c:25: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from ../lib/dynamic_obj.h:26, from dynamic_refresh.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC diacanvas.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/dynamic_obj.h:25: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25, from navigation.c:27: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation.c: In function 'on_button_navigation_popup_pressed': navigation.c:250:48: warning: pointer targets in passing argument 2 of 'gdk_bitmap_create_from_data' differ in signedness [-Wpointer-sign] 250 | bitmap = gdk_bitmap_create_from_data(NULL, cursor_none_data, 1, 1); | ^~~~~~~~~~~~~~~~ | | | unsigned char * In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:49: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkpixmap.h:75:55: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'unsigned char *' 75 | const gchar *data, | ~~~~~~~~~~~~~^~~~ In file included from ../lib/object.h:28: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC highlight.o CC textedit.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from diacanvas.h:32, from diacanvas.c:27: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from diacanvas.h:31: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from textedit.c:37: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC textedit_tool.o textedit.c: In function 'textedit_end_edit': textedit.c:150:19: warning: unused variable 'change' [-Wunused-variable] 150 | TextEditChange *change; | ^~~~~~ textedit.c: In function 'textedit_remove_focus': textedit.c:301:10: warning: unused variable 'old_focus' [-Wunused-variable] 301 | Focus *old_focus = get_active_focus((DiagramData *) diagram); | ^~~~~~~~~ textedit.c: At top level: textedit.c:392:1: warning: 'text_edit_update' defined but not used [-Wunused-function] 392 | text_edit_update(TextEditChange *change) | ^~~~~~~~~~~~~~~~ textedit.c:368:1: warning: 'text_edit_create_change' defined but not used [-Wunused-function] 368 | text_edit_create_change(Text *text) | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from diagram.h:21, from highlight.h:24, from highlight.c:19: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ CC main.o In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from highlight.h:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from diagram.h:25: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30, from diagram.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo "#!/usr/bin/bash " > run_dia.sh echo DIA_APP_PATH=\"`pwd`\" >>run_dia.sh echo DIA_BASE_PATH=\"'$DIA_APP_PATH'/..\" >>run_dia.sh echo DIA_LIBS_PATH=\"'$DIA_APP_PATH'/.libs\" >>run_dia.sh echo >> run_dia.sh echo DIA_LIB_PATH=\"'$DIA_BASE_PATH'/objects//:'$DIA_BASE_PATH'/plug-ins//\" >> run_dia.sh echo DIA_PLUGIN_PATH=\"'$DIA_BASE_PATH'/plug-ins\" >> run_dia.sh echo DIA_SHAPE_PATH=\"'$DIA_BASE_PATH'/shapes\" >> run_dia.sh echo DIA_INT_SHAPE_PATH=\"'$DIA_BASE_PATH'/objects\" >> run_dia.sh echo DIA_SHEET_PATH=\"'$DIA_BASE_PATH'/sheets\" >> run_dia.sh echo DIA_PYTHON_PATH=\"'$DIA_BASE_PATH'/plug-ins/python\" >> run_dia.sh echo DIA_XSLT_PATH=\"'$DIA_BASE_PATH'/plug-ins/xslt\" >> run_dia.sh echo >> run_dia.sh echo "export DIA_BASE_PATH DIA_LIB_PATH DIA_SHAPE_PATH DIA_INT_SHAPE_PATH DIA_SHEET_PATH DIA_PLUGIN_PATH DIA_PYTHON_PATH DIA_XSLT_PATH" >> run_dia.sh echo "if [ \"x\$DEBUGGER\" != \"x\" ] ; then " >> run_dia.sh echo " if [ ! -f \"\$DIA_LIBS_PATH/lt-dia\" -o \"\$DIA_LIBS_PATH/lt-dia\" -ot \"\$DIA_LIBS_PATH/dia\" ] ; then" >> run_dia.sh echo " echo \"libtool relink stage necessary before debugging is possible.\"" >> run_dia.sh echo " echo \"please run \$0 once without a debugger.\"" >> run_dia.sh echo " exit 1" >> run_dia.sh echo " fi" >> run_dia.sh echo " \$DEBUGGER \"\$DIA_LIBS_PATH/lt-dia\" \"\$@\"" >> run_dia.sh echo "else" >> run_dia.sh In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from tool.h:28, from textedit_tool.h:21, from textedit_tool.c:20: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from tool.h:21: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ echo " \"\$DIA_APP_PATH/dia\" \"\$@\"" >> run_dia.sh echo "fi" >> run_dia.sh chmod a+x run_dia.sh In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textedit_tool.c: In function 'textedit_button_release': textedit_tool.c:103:12: warning: unused variable 'diagram' [-Wunused-variable] 103 | Diagram *diagram = ddisp->diagram; | ^~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from display.h:21, from interface.h:21, from main.c:22: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from app_procs.h:21, from main.c:20: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from display.h:26: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from ../lib/geometry.h:30: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28, from display.h:30: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD dia gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/app' gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/app' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/app' Making all in bindings gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/bindings' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/bindings' CXX _dia_la-dia-connections.lo CXX _dia_la-dia-properties.lo CXX _dia_la-dia-object.lo In file included from ../lib/properties.h:43, from dia-properties.cpp:20: ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/arrows.h:24, from ../lib/properties.h:44: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/object.h:28, from dia-object.cpp:20: ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/object.h:28, from dia-connections.cpp:20: ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from dia-properties.cpp:28: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../lib/color.h:25, from ../lib/arrows.h:23: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from ../lib/properties.h:40: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ CXX _dia_la-dia-renderer.lo CXX _dia_la-dia-diagramdata.lo CXX _dia_la-dia-extra.lo In file included from ../lib/diarenderer.h:27, from dia-renderer.cpp:21: ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/diarenderer.h:28: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/properties.h:43, from dia-extra.cpp:31: ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/arrows.h:24, from ../lib/properties.h:44: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/object.h:28, from dia-diagramdata.cpp:20: ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from dia-extra.cpp:32: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from dia-extra.cpp:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from dia-extra.cpp:22: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from dia-renderer.cpp:24: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../lib/diarenderer.h:24: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ dia-extra.cpp: In function 'void dia::register_plugins()': dia-extra.cpp:46:16: warning: 'void g_type_init()' is deprecated [-Wdeprecated-declarations] 46 | g_type_init(); | ~~~~~~~~~~~^~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here 737 | void g_type_init (void); | ^~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ CXXLD _dia.la gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/bindings' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/bindings' Making all in samples gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/samples' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/samples' Making all in po gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/po' MSGFMT am.gmo MSGFMT ar.gmo MSGFMT ast.gmo MSGFMT az.gmo MSGFMT be.gmo MSGFMT bg.gmo MSGFMT bs.gmo MSGFMT ca.gmo MSGFMT ca@valencia.gmo MSGFMT cs.gmo MSGFMT da.gmo MSGFMT de.gmo MSGFMT dz.gmo MSGFMT el.gmo MSGFMT en_CA.gmo MSGFMT en_GB.gmo MSGFMT eo.gmo MSGFMT es.gmo MSGFMT eu.gmo MSGFMT fi.gmo MSGFMT fr.gmo MSGFMT ga.gmo MSGFMT gl.gmo MSGFMT gu.gmo MSGFMT hr.gmo MSGFMT hu.gmo MSGFMT id.gmo MSGFMT is.gmo MSGFMT it.gmo MSGFMT ja.gmo MSGFMT kn.gmo MSGFMT lt.gmo MSGFMT ko.gmo MSGFMT lv.gmo MSGFMT mk.gmo MSGFMT ml.gmo MSGFMT mn.gmo MSGFMT mr.gmo MSGFMT ms.gmo MSGFMT nb.gmo MSGFMT ne.gmo MSGFMT nl.gmo MSGFMT nn.gmo MSGFMT oc.gmo MSGFMT or.gmo MSGFMT pa.gmo MSGFMT pl.gmo MSGFMT pt.gmo MSGFMT pt_BR.gmo MSGFMT ro.gmo MSGFMT ru.gmo MSGFMT rw.gmo MSGFMT sl.gmo MSGFMT sk.gmo MSGFMT sq.gmo MSGFMT sr.gmo MSGFMT sr@latin.gmo MSGFMT sr@Latn.gmo MSGFMT sv.gmo MSGFMT ta.gmo MSGFMT th.gmo MSGFMT tr.gmo MSGFMT uk.gmo MSGFMT vi.gmo MSGFMT zh_CN.gmo MSGFMT zh_HK.gmo MSGFMT zh_TW.gmo gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/po' Making all in sheets gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets' Making all in UML gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/UML' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/UML' Making all in ER gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/ER' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/ER' Making all in GRAFCET gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/GRAFCET' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/GRAFCET' Making all in Jackson gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/Jackson' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/Jackson' Making all in Istar gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/Istar' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/Istar' Making all in KAOS gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/KAOS' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/KAOS' Making all in SISSI gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/SISSI' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets/SISSI' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets' /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po UML.sheet.in UML.sheet -x -u \ -c ../po/.intltool-merge-cache /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po ER.sheet.in ER.sheet -x -u \ -c ../po/.intltool-merge-cache /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po sybase.sheet.in sybase.sheet -x -u \ -c ../po/.intltool-merge-cache Generating and caching the translation database Merging translations into sybase.sheet. CREATED sybase.sheet Generating and caching the translation database Merging translations into UML.sheet. CREATED UML.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po FS.sheet.in FS.sheet -x -u \ -c ../po/.intltool-merge-cache /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po network.sheet.in network.sheet -x -u \ -c ../po/.intltool-merge-cache Generating and caching the translation database Merging translations into ER.sheet. CREATED ER.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Flowchart.sheet.in Flowchart.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into FS.sheet. CREATED FS.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Circuit.sheet.in Circuit.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into network.sheet. CREATED network.sheet Found cached translation database Merging translations into Flowchart.sheet. CREATED Flowchart.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Contact.sheet.in Contact.sheet -x -u \ -c ../po/.intltool-merge-cache /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po GRAFCET.sheet.in GRAFCET.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Circuit.sheet. CREATED Circuit.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po chronogram.sheet.in chronogram.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Contact.sheet. CREATED Contact.sheet Found cached translation database Merging translations into GRAFCET.sheet. CREATED GRAFCET.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po SADT.sheet.in SADT.sheet -x -u \ -c ../po/.intltool-merge-cache /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Pneumatic.sheet.in Pneumatic.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into chronogram.sheet. CREATED chronogram.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Electric.sheet.in Electric.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into SADT.sheet. CREATED SADT.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po civil.sheet.in civil.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Pneumatic.sheet. CREATED Pneumatic.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po jigsaw.sheet.in jigsaw.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Electric.sheet. CREATED Electric.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po MSE.sheet.in MSE.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into civil.sheet. CREATED civil.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po SDL.sheet.in SDL.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into jigsaw.sheet. CREATED jigsaw.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Logic.sheet.in Logic.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into MSE.sheet. CREATED MSE.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Misc.sheet.in Misc.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into SDL.sheet. CREATED SDL.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Assorted.sheet.in Assorted.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Logic.sheet. CREATED Logic.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po ciscocomputer.sheet.in ciscocomputer.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Misc.sheet. CREATED Misc.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po ciscohub.sheet.in ciscohub.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Assorted.sheet. CREATED Assorted.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po ciscomisc.sheet.in ciscomisc.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into ciscocomputer.sheet. CREATED ciscocomputer.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po cisconetwork.sheet.in cisconetwork.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into ciscohub.sheet. CREATED ciscohub.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po ciscotelephony.sheet.in ciscotelephony.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into ciscomisc.sheet. CREATED ciscomisc.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Cybernetics.sheet.in Cybernetics.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into ciscotelephony.sheet. CREATED ciscotelephony.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po IsometricMap.sheet.in IsometricMap.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into cisconetwork.sheet. CREATED cisconetwork.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Istar.sheet.in Istar.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Cybernetics.sheet. CREATED Cybernetics.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Jackson.sheet.in Jackson.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into IsometricMap.sheet. CREATED IsometricMap.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po KAOS.sheet.in KAOS.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Istar.sheet. CREATED Istar.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po ChemEng.sheet.in ChemEng.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Jackson.sheet. CREATED Jackson.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po AADL.sheet.in AADL.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into KAOS.sheet. CREATED KAOS.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Gane_and_Sarson.sheet.in Gane_and_Sarson.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into AADL.sheet. CREATED AADL.sheet Found cached translation database Merging translations into ChemEng.sheet. CREATED ChemEng.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po BPMN.sheet.in BPMN.sheet -x -u \ -c ../po/.intltool-merge-cache /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Lights.sheet.in Lights.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Gane_and_Sarson.sheet. CREATED Gane_and_Sarson.sheet /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ../po Database.sheet.in Database.sheet -x -u \ -c ../po/.intltool-merge-cache Found cached translation database Merging translations into Lights.sheet. CREATED Lights.sheet Found cached translation database Merging translations into Database.sheet. CREATED Database.sheet Found cached translation database Merging translations into BPMN.sheet. CREATED BPMN.sheet (cd . && ./checktrans UML.sheet ER.sheet sybase.sheet FS.sheet network.sheet Flowchart.sheet Circuit.sheet Contact.sheet GRAFCET.sheet chronogram.sheet SADT.sheet Pneumatic.sheet Electric.sheet civil.sheet jigsaw.sheet MSE.sheet SDL.sheet Logic.sheet Misc.sheet Assorted.sheet ciscocomputer.sheet ciscohub.sheet ciscomisc.sheet cisconetwork.sheet ciscotelephony.sheet Cybernetics.sheet IsometricMap.sheet Istar.sheet Jackson.sheet KAOS.sheet ChemEng.sheet AADL.sheet Gane_and_Sarson.sheet BPMN.sheet Lights.sheet Database.sheet) ./checktrans[10]: ./checktrans.py: not found [No such file or directory] *** Sheet translation report: *** (Absence of a language code means 0% translation for that language) (Help for translations (and/or much more) is of course welcome !) E: checktrans failed to run. Please check that python and python-xml are installed E: on your system. On some systems, python-xml is called PyXML. If in doubt, E: have a look at http://pyxml.sourceforge.net gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/sheets' Making all in data gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data' Making all in icons gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons' Making all in 16x16 gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/16x16' Making all in apps gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/16x16/apps' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/16x16/apps' gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/16x16' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/16x16' gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/16x16' Making all in 22x22 gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/22x22' Making all in apps gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/22x22/apps' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/22x22/apps' gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/22x22' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/22x22' gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/22x22' Making all in 24x24 gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/24x24' Making all in apps gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/24x24/apps' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/24x24/apps' gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/24x24' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/24x24' gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/24x24' Making all in 32x32 gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/32x32' Making all in apps gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/32x32/apps' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/32x32/apps' gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/32x32' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/32x32' gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/32x32' Making all in 48x48 gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/48x48' Making all in apps gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/48x48/apps' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/48x48/apps' gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/48x48' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/48x48' gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/48x48' Making all in scalable gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/scalable' Making all in apps gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/scalable/apps' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/scalable/apps' gmake[5]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/scalable' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/scalable' gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons/scalable' gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons' gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data/icons' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/data' Making all in doc gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc' Making all in en gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/en' xsltproc --novalid http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dia.dbk >dia.1 Note: meta source : no *info/productname or alternative dia Note: meta source : see http://www.docbook.org/tdg5/en/html/produ dia Note: meta source : no refentry/refmeta/refmiscinfo@class=source dia Note: meta source : see http://www.docbook.org/tdg5/en/html/refmi dia Note: meta version: no *info/productnumber or alternative dia Note: meta version: see http://www.docbook.org/tdg5/en/html/produ dia Note: meta version: no refentry/refmeta/refmiscinfo@class=version dia Note: meta version: see http://www.docbook.org/tdg5/en/html/refmi dia Warn: meta source : no fallback for source, so inserted a fixme dia Note: meta manual : no titled ancestor of refentry dia Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual dia Note: meta manual : see http://www.docbook.org/tdg5/en/html/refmi dia Warn: meta manual : no fallback for manual, so inserted a fixme dia Warn: AUTHOR sect.: no personblurb|contrib for Fredrik Hallenberg dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Warn: AUTHOR sect.: no personblurb|contrib for W\&. Borgert dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Warn: AUTHOR sect.: no personblurb|contrib for Alan Horkan dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Note: Writing dia.1 gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/en' Making all in fr gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/fr' xsltproc --novalid http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dia.dbk >dia.1 Note: meta source : no *info/productname or alternative dia Note: meta source : see http://www.docbook.org/tdg5/en/html/produ dia Note: meta source : no refentry/refmeta/refmiscinfo@class=source dia Note: meta source : see http://www.docbook.org/tdg5/en/html/refmi dia Note: meta version: no *info/productnumber or alternative dia Note: meta version: see http://www.docbook.org/tdg5/en/html/produ dia Note: meta version: no refentry/refmeta/refmiscinfo@class=version dia Note: meta version: see http://www.docbook.org/tdg5/en/html/refmi dia Warn: meta source : no fallback for source, so inserted a fixme dia Note: meta manual : no titled ancestor of refentry dia Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual dia Note: meta manual : see http://www.docbook.org/tdg5/en/html/refmi dia Warn: meta manual : no fallback for manual, so inserted a fixme dia Warn: AUTHOR sect.: no personblurb|contrib for Fredrik Hallenberg dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Warn: AUTHOR sect.: no personblurb|contrib for W\&. Borgert dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Warn: AUTHOR sect.: no personblurb|contrib for Alan Horkan dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Note: Writing dia.1 gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/fr' Making all in eu gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/eu' xsltproc --novalid http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dia.dbk >dia.1 Note: meta source : no *info/productname or alternative dia Note: meta source : see http://www.docbook.org/tdg5/en/html/produ dia Note: meta source : no refentry/refmeta/refmiscinfo@class=source dia Note: meta source : see http://www.docbook.org/tdg5/en/html/refmi dia Note: meta version: no *info/productnumber or alternative dia Note: meta version: see http://www.docbook.org/tdg5/en/html/produ dia Note: meta version: no refentry/refmeta/refmiscinfo@class=version dia Note: meta version: see http://www.docbook.org/tdg5/en/html/refmi dia Warn: meta source : no fallback for source, so inserted a fixme dia Note: meta manual : no titled ancestor of refentry dia Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual dia Note: meta manual : see http://www.docbook.org/tdg5/en/html/refmi dia Warn: meta manual : no fallback for manual, so inserted a fixme dia Warn: AUTHOR sect.: no personblurb|contrib for Fredrik Hallenberg dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Warn: AUTHOR sect.: no personblurb|contrib for W\&. Borgert dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Warn: AUTHOR sect.: no personblurb|contrib for Alan Horkan dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr dia Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso dia Note: Writing dia.1 gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/eu' Making all in pl gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/pl' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc/pl' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/doc' Making all in tests gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/tests' Making all in exports gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/tests/exports' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/tests/exports' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/tests' CC test-boundingbox.o CC test-objects.o In file included from ../lib/boundingbox.h:26, from test-boundingbox.c:41: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from test-boundingbox.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ test-boundingbox.c: In function 'main': test-boundingbox.c:129:10: warning: unused variable 'plugins' [-Wunused-variable] 129 | GList *plugins = NULL; | ^~~~~~~ CCLD boundingbox In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../lib/object.h:26, from test-objects.c:31: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib-object.h:24, from test-objects.c:29: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/dia/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib.h:32, from test-objects.c:28: /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../lib/object.h:28: ../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from test-objects.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../lib/dia_xml.h:24, from ../lib/object.h:33: ../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test-objects.c: In function 'main': test-objects.c:293:3: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] 293 | g_type_init (); | ^~~~~~~~~~~ /tmp/work/graphics/dia/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here 737 | void g_type_init (void); | ^~~~~~~~~~~ test-objects.c: At top level: test-objects.c:36:15: warning: '_type_name' defined but not used [-Wunused-variable] 36 | static gchar *_type_name = NULL; | ^~~~~~~~~~ CCLD objects gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/tests' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/tests' Making all in installer gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer' Making all in macosx gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/macosx' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/macosx' Making all in win32 gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/win32' Making all in locale gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/win32/locale' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/win32/locale' gmake[4]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/win32' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/win32' gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer/win32' gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer' gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/installer' gmake[2]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3' /tmp/work/graphics/dia/work/.tools/bin/intltool-merge ./po dia.desktop.in.in dia.desktop.in -d -u -c ./po/.intltool-merge-cachemake (cd po ; /opt/local/bin/gmake dia.pot) gmake[3]: Entering directory '/tmp/work/graphics/dia/work/dia-0.97.3/po' INTLTOOL_EXTRACT="/tmp/work/graphics/dia/work/.tools/bin/intltool-extract" XGETTEXT="/opt/local/bin/xgettext" srcdir=. /tmp/work/graphics/dia/work/.tools/bin/intltool-update --gettext-package dia --pot Generating and caching the translation database Merging translations into dia.desktop.in. sed -e 's/@VERSION/@'0.97.3'/;' < dia.desktop.in > dia.desktop gmake[3]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3/po' if [ ! "." -ef "." ]; then \ cp ./po-checktrans .; \ cp ./po-checktrans.py .; \ fi ./po-checktrans po/dia.pot ./po/*.po ./po-checktrans[17]: ./po-checktrans.py: not found [No such file or directory] *** PO/core/gettext translation report: *** (Absence of a language code means 0% translation for that language) (Help for translations (and/or much more) is of course welcome !) (A star after a language's statistics means that the translation file isn't up to date with the POT (original messages) file) Entry format: country_code percentage% (translated,fuzzy,total) translated includes fuzzy entries. E: po-checktrans failed to run. Please check that python is installed E: on your system. if [ ! "." -ef "." ]; then \ rm -f ./po-checktrans ./po-checktrans.py; \ fi gmake[2]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3' gmake[1]: Leaving directory '/tmp/work/graphics/dia/work/dia-0.97.3' *** Please use pkgtools/verifypc to sanity check dependencies.