This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: warning: .../O0g.gch: not used because `__NO_INLINE__' not defined


> /home/paolo/Gcc/svn-dirs/trunk-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/stdc++.h.gch/O0g.gch: 
> not used because `__NO_INLINE__' not defined
> 
> any idea what's going wrong?

-Winvalid-pch is complaining about this pch, since it is the debug pch
(ie compiled with -O0).  The next pch is selected in this case (the one
with -O2).

I'll turn off -Winvalid pch when building, I guess, and look at the rest of this stuff.

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]