---559023410-1804928587-921147915=:8736
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.GSO.3.96.990311112544.9972C@uranos.cto.us.edu.pl>
In my last mail I have forgotten to mention that I get some warnings when
the rootcint generates dictionaries. Some of them ( these that look
seriously ) are :
-------------------------------------------------------------------------
Generating dictionary META_G__Meta.cxx...
Limitation: macro handled as typedef char TWin32SendClass; FILE:TCint.h LINE:33
...
Generating dictionary TREE_G__Tree.cxx...
...
Class TLeafObject: Do not generate Streamer()
*** Datamember TLeafB::fValue: pointer to fundamental type (need manual intervention)
*** Datamember TLeafI::fValue: pointer to fundamental type (need manual intervention)
...
*** Datamember TLeafC::fValue: pointer to fundamental type (need manual intervention)
-------------------------------------------------------------------------
There is only one warning coming from compilation :
-------------------------------------------------------------------------
g++ ... -c GUI_GMenu.cxx
GUI_GMenu.cxx: In method `Bool_t TGMenuBar::HandleKey(struct Event_t *)':
GUI_GMenu.cxx:254: warning: `class TGMenuTitle * target' might be used uninitialized in this function
-------------------------------------------------------------------------
I also noticed that in all cases newly created dictionaries are compiled
without OPT flags ( all other compiles/links include it - probably it's
sufficient to add NOOPT=$(OPT) in the main Makefile ).
Are these "warnings" serious ? Should I be afraid of them ?
Thanks in advance,
Best regards,
Jacek.
---559023410-1804928587-921147915=:8736--