Re: Warnings with VC71



Emre Turkay wrote:

>    When I compile a program using gtkmm 2.6 on Windows with VC++ 7.1 I
>    get tens of warnings of the same kind like;
> 
>    warning C4250: 'Gtk::Widget': inherits
>    'Gtk::Object::Gtk::Object::destroy_notify_' via dominance.
> 
>    It is annoying to see so many warnings but I think it is safe to ignore
>    those, am I right?

Yes, you can disable warning 4250 (it is done in the libglademm MSVC
project).

>    And where does the second Gtk::Object come from in
>    'Gtk::Object::Gtk::Object' does anyone have a clue?

Probably from the MSVC name mangling in the virtual and/or multiple
inheritance tree.

Cedric



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]