| /src/external/bsd/tradcpp/dist/ |
| mode.h | 33 bool werror; member in struct:mode
|
| main.c | 48 .werror = false, 787 { "Werror", &mode.werror, true }, 790 { "Wno-error", &mode.werror, false }, 978 fprintf(stderr, " -Werror Make warnings into errors\n");
|
| directive.c | 542 if (mode.werror) { 655 if (mode.werror) {
|
| files.c | 252 if (mode.werror) {
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| unicode.c | 115 werror("illegal UTF-16 value");
|
| manifest.h | 379 void werror(const char *s, ...);
|
| /src/external/gpl3/gcc.old/dist/libphobos/m4/ |
| druntime.m4 | 8 # Check to see if -Werror is enabled. 11 AC_ARG_ENABLE(werror, [AS_HELP_STRING([--enable-werror], 12 [turns on -Werror @<:@default=no@:>@])]) 15 WERROR_FLAG="-Werror" 127 GDCFLAGS="$GDCFLAGS -g -Werror -ffunction-sections -fdata-sections"
|
| /src/sbin/dump/ |
| tape.c | 817 int nread, nextworker, size, wrote, eot_count, werror; local 867 werror = 0; 878 werror = errno; 880 fprintf(stderr, "worker %d wrote %d werror %d\n", 881 worker_number, wrote, werror); 900 if (wrote < 0 && werror == ENOSPC) {
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| gcc_compat.c | 417 werror("unknown mode arg %s", ap->aa[0].sarg); 425 werror("unknown visibility %s", c); 432 werror("unknown tls model %s", c); 549 werror("gcc pragma unsupported");
|
| optim.c | 199 werror("shift larger than type"); 240 werror("shift larger than type");
|
| 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"); 1797 werror("%s was first declared extern, then static", s->sname); 2251 werror( "& before array or function: ignored" ); 2464 werror("unhandled %s attribute", s) [all...] |
| stabs.c | 441 werror("stab symbol line too long, truncating");
|
| /src/tools/binutils/ |
| Makefile | 21 CONFIGURE_ARGS= --disable-nls --disable-werror \
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| gcc_compat.c | 532 werror("unknown visibility %s", c); 539 werror("unknown tls model %s", c); 658 werror("gcc pragma unsupported"); 681 werror("unknown mode arg %s", ap->aa[0].sarg);
|
| optim.c | 202 werror("shift larger than type"); 241 werror("shift larger than type");
|
| cgram.y | 681 | optsemi ';' { werror("extra ; in struct"); } 1505 werror("case expression truncated"); 1838 werror("%s was first declared extern, then static", s->sname); 2243 werror( "& before array or function: ignored" ); 2424 werror("unhandled %s attribute", s); 2498 werror("array size is not an integer");
|
| stabs.c | 439 werror("stab symbol line too long, truncating");
|
| trees.c | 1098 werror("returning value from void function"); 1137 werror("illegal combination of pointer and integer"); 1142 werror("illegal structure pointer combination"); 1152 werror("illegal array size combination"); 1161 werror("illegal function " 1173 werror("illegal pointer combination"); 3130 werror("return value ignored");
|
| inline.c | 500 werror("cannot inline but always_inline");
|
| /src/external/gpl3/gcc/dist/contrib/ |
| config-list.mk | 5 # that --enable-werror-always will work. 153 --enable-werror-always ${host_options} \
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| config-list.mk | 5 # that --enable-werror-always will work. 141 --enable-werror-always ${host_options} \
|
| /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/ |
| update-web-ari.sh | 214 xargs /bin/sh ${aridir}/gdb_ari.sh -Werror -Wall --print-idx --src=${srcf} 353 echo "`date`: Checking Makefile.in for non- -Werror rules" 354 rm -f ${wwwdir}/ari.werror.* 355 cat "${srcdir}/${project}/Makefile.in" | $AWK > ${wwwdir}/ari.werror.bug ' 372 print "'"${project}"'/" file ":0: info: Werror: The file is not being compiled with -Werror" 385 /bin/sh ${aridir}/gdb_ari.sh -Werror -Wall --print-idx --print-doc >> ari.doc.bug
|
| /src/external/gpl3/gdb/dist/gdb/contrib/ari/ |
| update-web-ari.sh | 214 xargs /bin/sh ${aridir}/gdb_ari.sh -Werror -Wall --print-idx --src=${srcf} 353 echo "`date`: Checking Makefile.in for non- -Werror rules" 354 rm -f ${wwwdir}/ari.werror.* 355 cat "${srcdir}/${project}/Makefile.in" | $AWK > ${wwwdir}/ari.werror.bug ' 372 print "'"${project}"'/" file ":0: info: Werror: The file is not being compiled with -Werror" 385 /bin/sh ${aridir}/gdb_ari.sh -Werror -Wall --print-idx --print-doc >> ari.doc.bug
|
| /src/external/bsd/pcc/dist/pcc/arch/vax/ |
| code.c | 299 if( n >= 4 ) werror( "inefficient switch: %d, %d", n, (int) (range/n) ); 433 werror("unsupported argument");
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| local.c | 561 werror("%s%s promoted to int when passed through ...",
|