ROOT 221/07 on RH5.2 with PGCC 1.1.1 (2)

Jacek M. Holeczek (holeczek@us.edu.pl)
Thu, 11 Mar 1999 11:49:12 +0100 (MET)


This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.

---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--