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]

bits/demangle.h:155: warning: unused parameter 'cv_qualifier'


After current CVS gcc mainline bootstrap and install
my programm break with error (i compile it with -Werror flag):
/home/wanderer/pkg/gcc/include/g++/bits/demangle.h: In constructor
`__gnu_cxx::demangler::qualifier<Allocator>::qualifier(int,
__gnu_cxx::demangler::cv_qualifier_nt, const char*, int, int) [with
Allocator = std::allocator<char>]':
/home/wanderer/pkg/gcc/include/g++/bits/demangle.h:155: warning: unused
parameter 'cv_qualifier'

I am use bits/demangle.h in debug output.

Vladimir



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