| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | warnings.m4 | 88 # --enable-werror-always was given on the command line, otherwise 91 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 100 AC_ARG_ENABLE(werror-always, 101 AS_HELP_STRING([--enable-werror-always], 192 # --enable-werror-always was given on the command line, otherwise 195 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 204 AC_ARG_ENABLE(werror-always, 205 AS_HELP_STRING([--enable-werror-always],
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | warnings.m4 | 88 # --enable-werror-always was given on the command line, otherwise 91 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 100 AC_ARG_ENABLE(werror-always, 101 AS_HELP_STRING([--enable-werror-always], 192 # --enable-werror-always was given on the command line, otherwise 195 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 204 AC_ARG_ENABLE(werror-always, 205 AS_HELP_STRING([--enable-werror-always],
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | warnings.m4 | 88 # --enable-werror-always was given on the command line, otherwise 91 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 100 AC_ARG_ENABLE(werror-always, 101 AS_HELP_STRING([--enable-werror-always], 192 # --enable-werror-always was given on the command line, otherwise 195 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 204 AC_ARG_ENABLE(werror-always, 205 AS_HELP_STRING([--enable-werror-always],
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | warnings.m4 | 88 # --enable-werror-always was given on the command line, otherwise 91 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 100 AC_ARG_ENABLE(werror-always, 101 AS_HELP_STRING([--enable-werror-always], 192 # --enable-werror-always was given on the command line, otherwise 195 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 204 AC_ARG_ENABLE(werror-always, 205 AS_HELP_STRING([--enable-werror-always],
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | warnings.m4 | 88 # --enable-werror-always was given on the command line, otherwise 91 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 100 AC_ARG_ENABLE(werror-always, 101 AS_HELP_STRING([--enable-werror-always], 192 # --enable-werror-always was given on the command line, otherwise 195 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 204 AC_ARG_ENABLE(werror-always, 205 AS_HELP_STRING([--enable-werror-always],
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | warnings.m4 | 88 # --enable-werror-always was given on the command line, otherwise 91 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 100 AC_ARG_ENABLE(werror-always, 101 AS_HELP_STRING([--enable-werror-always], 192 # --enable-werror-always was given on the command line, otherwise 195 # then @VARIABLE@ will be set to -Werror only if --enable-werror-always 204 AC_ARG_ENABLE(werror-always, 205 AS_HELP_STRING([--enable-werror-always],
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | scan.l | 664 werror("unknown escape sequence \\%c", c); 698 werror("too many characters in character constant"); 731 werror("too many characters in wide-character constant"); 783 werror("%s: illegal control", yytext); 913 werror("#pragma %s unsupported", t);
|
| H A D | gcc_compat.c | 532 werror("unknown visibility %s", c); in gcc_attribs() 539 werror("unknown tls model %s", c); in gcc_attribs() 658 werror("gcc pragma unsupported"); in pragmas_gcc() 681 werror("unknown mode arg %s", ap->aa[0].sarg); in gcc_modefix()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | warning.m4 | 67 AC_ARG_ENABLE(werror, optenable 68 [ --enable-werror treat compile warnings as errors], 72 *) AC_MSG_ERROR(bad value ${enableval} for --enable-werror) ;;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | scan.l | 592 werror("too many characters in character constant"); 621 werror("too many characters in wide-character constant"); 666 werror("%s: illegal control", yytext);
|
| H A D | gcc_compat.c | 417 werror("unknown mode arg %s", ap->aa[0].sarg); in gcc_attribs() 425 werror("unknown visibility %s", c); in gcc_attribs() 432 werror("unknown tls model %s", c); in gcc_attribs() 549 werror("gcc pragma unsupported"); in pragmas_gcc()
|
| H A D | cgram.y | 298 using_x: CXX_USING tnopt ccopt nested_name_sp ';' { werror("using"); } 299 | CXX_USING CXX_NAMESPACE ccopt nested_name_sp ';' { werror("using2"); } 306 ns_alias: CXX_NAMESPACE C_NAME '=' qual_ns_sp ';' { werror("ns_alias");} 709 | optsemi ';' { werror("extra ; in struct"); } 800 werror("gcc extension"); 1207 werror("CXX_CASTS unhandled"); 1463 werror("case expression truncated"); in addcase() 1797 werror("%s was first declared extern, then static", s->sname); in fundef() 2251 werror( "& before array or function: ignored" ); in eve() 2464 werror("unhandled %s attribute", s); in uawarn() [all …]
|
| H A D | optim.c | 199 werror("shift larger than type"); in optim() 240 werror("shift larger than type"); in optim()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | warning.m4 | 69 AC_ARG_ENABLE(werror, optenable 70 [ --enable-werror treat compile warnings as errors], 74 *) AC_MSG_ERROR(bad value ${enableval} for --enable-werror) ;;
|
| /netbsd-src/sbin/dump/ |
| H A D | tape.c | 817 int nread, nextworker, size, wrote, eot_count, werror; in doworker() local 867 werror = 0; in doworker() 878 werror = errno; in doworker() 881 worker_number, wrote, werror); in doworker() 900 if (wrote < 0 && werror == ENOSPC) { in doworker()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/ |
| H A D | druntime.m4 | 11 AC_ARG_ENABLE(werror, [AS_HELP_STRING([--enable-werror], optenable
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/m4/ |
| H A D | druntime.m4 | 11 AC_ARG_ENABLE(werror, [AS_HELP_STRING([--enable-werror], optenable
|
| /netbsd-src/external/bsd/tradcpp/dist/ |
| H A D | mode.h | 33 bool werror; member
|
| H A D | main.c | 48 .werror = false, 787 { "Werror", &mode.werror, true }, 790 { "Wno-error", &mode.werror, false },
|
| H A D | directive.c | 542 if (mode.werror) { in d_warning() 655 if (mode.werror) { in directive_scancomments()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | unicode.c | 115 werror("illegal UTF-16 value"); in cp2u16()
|
| /netbsd-src/external/bsd/openpam/dist/ |
| H A D | configure.ac | 123 AC_ARG_ENABLE([werror], optenable 124 AS_HELP_STRING([--enable-werror], [use -Werror (default is NO)]),
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | ChangeLog-2005 | 102 * configure.in (werror): New switch: Add -Werror to the 104 --disable-werror.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | ChangeLog-2005 | 102 * configure.in (werror): New switch: Add -Werror to the 104 --disable-werror.
|
| /netbsd-src/tools/binutils/ |
| H A D | Makefile | 20 CONFIGURE_ARGS= --disable-nls --disable-werror \
|