HomeSort by: relevance | last modified time | path
    Searched defs:werror (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
mode.h 33 bool werror; member in struct:mode
  /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/mip/
common.c 160 werror(const char *s, ...) function
256 /* handle -Werror specially */
  /src/external/public-domain/sqlite/dist/autosetup/
proj.tcl 248 # @proj-cflags-without-werror
250 # Fetches [define $var], strips out any -Werror entries, and returns
251 # the new value. This is intended for temporarily stripping -Werror
254 proc proj-cflags-without-werror {{var CFLAGS}} {
258 -Werror {}
272 # - Strips out the -Werror flag from CFLAGS before running the test,
273 # as these feature tests will often fail if -Werror is used.
283 define CFLAGS [proj-cflags-without-werror]

Completed in 21 milliseconds