https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66255

Manfred Schwarb <manfred99 at gmx dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manfred99 at gmx dot ch

--- Comment #6 from Manfred Schwarb <manfred99 at gmx dot ch> ---
I just got

../../gcc-trunk-source/gcc/gcc/cp/pt.c:1026:29: error: unused parameter 'args'
[-Werror=unused-parameter]
 check_unstripped_args (tree args)
                             ^
cc1plus: all warnings being treated as errors
make[3]: *** [cp/pt.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [bootstrap2-lean] Error 2


the whole code is encapsulated with #ifdef ENABLE_CHECKING ...

Reply via email to