Bryce Harrington wrote:
Some new warnings from the DOM code...
The first few are not DOM, sorry.
== Warnings ==
sp-flowtext.cpp:339: warning: `sp_item_bbox_desktop' is deprecated (declared at sp-item.h:215) sp-item.cpp:744: warning: `sp_item_bbox_desktop' is deprecated (declared at sp-item.cpp:733) sp-shape.cpp:609: warning: `sp_item_bbox_desktop' is deprecated (declared at sp-item.h:215) sp-text.cpp:486: warning: `sp_item_bbox_desktop' is deprecated (declared at sp-item.h:215) dialogs/export.cpp:650: warning: `sp_item_bbox_desktop' is deprecated (declared at sp-item.h:215) dialogs/export.cpp:729: warning: `sp_item_bbox_desktop' is deprecated (declared at sp-item.h:215)
But I have a call like this, too, in odf.cpp: NR::Rect bbox = sp_item_bbox_desktop(item);
What is the new equivalent?
These have long been irritating. Maybe someone could just instantiate these guys, get the offests, and discard. Wasteful, but cleaner.
display/canvas-arena.cpp:85: warning: invalid access to non-static data member `SPCanvasArenaClass::arena_event' of NULL object display/canvas-arena.cpp:85: warning: (perhaps the `offsetof' macro was used incorrectly) display/sp-canvas.cpp:132: warning: invalid access to non-static data member `SPCanvasItemClass::event' of NULL object display/sp-canvas.cpp:132: warning: (perhaps the `offsetof' macro was used incorrectly)
But these are mine. Got them. Thanks.
dom/io/domstream.h:241: warning: `virtual void org::w3c::dom::io::BasicOutputStream::put(short unsigned int)' was hidden dom/io/base64stream.h:111: warning: by `virtual void org::w3c::dom::io::Base64OutputStream::put(int)' dom/io/domstream.h:241: warning: `virtual void org::w3c::dom::io::BasicOutputStream::put(short unsigned int)' was hidden dom/io/gzipstream.h:104: warning: by `virtual void org::w3c::dom::io::GzipOutputStream::put(int)' dom/util/ziptool.cpp:1542: warning: comparison between signed and unsigned integer expressions dom/util/ziptool.cpp:1665: warning: unused variable `int cm' dom/util/ziptool.cpp:1670: warning: unused variable `bool ftext' dom/util/ziptool.cpp:1683: warning: unused variable `time_t mtime' dom/util/ziptool.cpp:1688: warning: unused variable `int xfl' dom/util/ziptool.cpp:1693: warning: unused variable `int os' extension/internal/odf.cpp:188: warning: long unsigned int format, guint32 arg (arg 5)
bob