interface.cpp: In function `void sp_ui_menu_key_press(GtkMenuItem*, GdkEventKey*, void*)': interface.cpp:323: warning: cast from pointer to integer of different size interface.cpp: In function `GtkWidget* sp_ui_menu_append_item_from_verb(GtkMenu*, int, SPView*)': interface.cpp:444: warning: cast to pointer from integer of different size
These bear further investigation...
seltrans.cpp: In function `gboolean sp_sel_trans_handle_request(SPKnot*, NR::Point*, unsigned int, gboolean*)': seltrans.cpp:634: warning: cast from `gboolean*' to `const SPSelTransHandle*' increases required alignment of target type
!!!
as does that...
sp-ellipse.cpp: In function `void sp_genericellipse_update(SPObject*, SPCtx*, unsigned int)': sp-ellipse.cpp:142: warning: cast from `SPCtx*' to `SPItemCtx*' increases required alignment of target type sp-ellipse.cpp:142: warning: cast from `SPCtx*' to `SPItemCtx*' increases required alignment of target type sp-ellipse.cpp:142: warning: cast from `SPCtx*' to `SPItemCtx*' increases required alignment of target type sp-ellipse.cpp:142: warning: cast from `SPCtx*' to `SPItemCtx*' increases required alignment of target type
These are harmless though.
spiral-context.cpp: In function `void sp_spiral_drag(SPSpiralContext*, NR::Point, unsigned int)': spiral-context.cpp:440: warning: `sp_view_set_status' is deprecated (declared at view.h:194)
Harmless, but it is something we should take care of (I was the one who marked those as deprecated, as I wrote the API that replaced it).
-mental