This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: gcc 3.2


On Wednesday, October 16, 2002, at 03:07 AM, Udo Tremel wrote:
I am using the gcc 3.2 C++ compiler and get warnings like

 warning: `typename UTMeshNamespace::MyClass::intT' is implicitly a
typename.

How can I switch only this warning off without deactivating all the
other warnings by the use of -w?
I suspect your code isn't C++. I suspect it is close. I anticipate you need an extra typename someplace. If you showed us a cut down testcase that goes through the compiler, I suspect we could say where.

You want to fix your code, not turn off the warning.


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