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]

Trying to Eliminate Warning Message


Picked up some code that imbeds a file to start a namespace and another file
to end the namespace.   every class header seems to include these two files.
The more recent versions of GCC complain that there are more { or } than } or {
depending on the file its examining.   anyone know of a way to disable this check

startns.h  contains

namespace GW {

endns.h contains

}

Bill




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