Re: Warnings with VC71
- From: Cedric Gustin <cedric gustin swing be>
- To: Emre Turkay <turkaye dre vanderbilt edu>
- Cc: gtkmm-list gnome org
- Subject: Re: Warnings with VC71
- Date: Mon, 25 Apr 2005 17:17:01 +0200
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]