Several compiler warnings

Bugs item #2786502, was opened at 2009-05-04 11:46
Message generated for change (Tracker Item Submitted) made by dleidert
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=835077&aid=2786502&group_id=165310

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Building / Install
Group: v 0.9.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Leidert (dleidert)
Assigned to: Nobody/Anonymous (nobody)
Summary: Several compiler warnings

Initial Comment:
Hi guys,

You might want to fix a few issues the compiler (GCC 4.4 suite) warns about:

I’m concerned about this one:
libavogadro/src/python/swig.cpp:159: warning: deleting ‘void*’ is undefined

These are probably worth to fix:
libavogadro/src/python/eigen.cpp:XXX: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object
(this appears a lot)

These should be easy to fix:
libavogadro/src/extensions/gaussianinputdialog.ui
Warning: name horizontalSpacer_9 is already used

libavogadro/src/extensions/orbitaldialog.ui
Warning: name horizontalSpacer_3 is already used
Warning: name horizontalSpacer_4 is already used
Warning: name horizontalSpacer_4 is already used
Warning: name horizontalSpacer_4 is already used
Warning: name horizontalSpacer_7 is already used


You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=835077&aid=2786502&group_id=165310