<command line>:16:1: warning: "__GNUC_MINOR__&quo

Hi,

When I try to compile, after “Generating dictionary” message, I’m getting a lot of warnings:

:3:1: warning: this is the location of the previous definition
:16:1: warning: “GNUC_MINOR” redefined

The program runs, but it’s really annoying (~50 lines of these warnings).

I know that for successful solving of this problem you probably need more info/code examples. The thing is, I have no clue where it’s coming from and I don’t want to send the whole project :confused: .

So how to get rid of these warnings ? May be, first, where to look ? What info to send you.

BTW: root 5.10.00e, gcc-3.3

Hi,

it’s probably caused by CINT. If that’s the case it should be fixed since 5.14.

Cheers, Axel.