On Wed, Jul 13, 2005 at 05:10:03PM -0300, bulia byak wrote:
On 7/13/05, Bryce Harrington <bryce@...260...> wrote:
display/canvas-arena.cpp:91: warning: invalid access to non-static data member display/canvas-arena.cpp:91: warning: (perhaps the `offsetof' macro was used display/sp-canvas.cpp:112: warning: invalid access to non-static data member ` display/sp-canvas.cpp:112: warning: (perhaps the `offsetof' macro was used
I'm quite tired of seeing these warnings and complaints about them. They are there for ages. Can some C/C++ guru finally fix them please? We even have a bug opened for them.
The most obvious fix would be to change to sigc++ signals. This involves quite a bit of code change, so would be a post-0.42 change.
There may be a more local fix available (e.g. similar code elsewhere in Inkscape doesn't generate a warning), but it isn't obvious to me.
pjrm.