TStreamer Warning

Dear experts

at run-time I get this set of warnings (few more also come from my classes)
somehere in the forum I read and advice to ingore this kind of warning for making a dictionary. but in my case it’s already at running the application.

Warning in : element: TXTRU::Int_t fNxyAlloc has new type:Int_t/3
Warning in : element: TXTRU::Int_t fNzAlloc has new type: Int_t/3
Warning in : element: TPCON::Int_t fNz has new type: Int_t/3

regards

Hi,

This is a ‘debug’ message. Set gDebug to 0 to avoid them.

Cheers,
Philippe