Home
last modified time | relevance | path

Searched refs:werror (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/build/make/
Dgen_msvs_vcxproj.sh31 --enable-werror Treat warnings as errors (/WX)
166 --enable-werror) werror=true
440 if ${werror:-false}; then
/external/libvpx/libvpx/
Dconfigure634 enabled werror && check_add_cflags -Werror
658 enabled werror && check_add_cflags -Werror
682 enabled gcc && enabled werror && check_add_cflags -Wno-error=${w}
710 enabled werror && gen_vcproj_cmd="${gen_vcproj_cmd} --enable-werror"
/external/v8/build/
Dstandalone.gypi72 'werror%': '-Werror',
230 '<(werror)',
258 '<(werror)',
395 ['werror==""', {
Dtoolchain.gypi76 'werror%': '-Werror',
/external/google-breakpad/src/build/
Dcommon.gypi551 'conditions': [['OS=="linux"', {'werror%': '-Werror',}],
552 ['OS=="freebsd"', {'werror%': '',}],
553 ['OS=="openbsd"', {'werror%': '',}],
557 '<(werror)', # See note above about the werror variable.
/external/ltrace/
Dconfigure.ac373 AC_ARG_ENABLE([werror], optenable
374 AS_HELP_STRING([--disable-werror], [disable use of -Werror]),
/external/pdfium/build/
Dstandalone.gypi43 'werror%': '-Werror',
/external/libpng/
Dconfigure.ac91 AC_ARG_ENABLE(werror, optenable
92 AS_HELP_STRING([[[--enable-werror[=OPT]]]],
DCHANGES3881 Updated configure.ac from autoupdate: added --enable-werror option.
3885 the pre-req hasn't been changed. --enable-werror checks for support
Dconfigure1452 --enable-werror[=OPT] Pass -Werror or the given argument to the compiler
/external/llvm/docs/
DGoldPlugin.rst40 $ ../binutils/configure --enable-gold --enable-plugins --disable-werror
/external/v8/
DMakefile116 ifeq ($(werror), no)
DChangeLog4982 Added presubmit=no and werror=no flags to Makefile.
/external/fio/
Dconfigure67 if test "$werror" != "yes"; then
/external/llvm/autoconf/
Dconfigure.ac710 dnl --enable-werror : check whether we want Werror on by default
711 AC_ARG_ENABLE(werror,AS_HELP_STRING( optenable
712 --enable-werror,[Compile with -Werror enabled (default is NO)]),, enableval="no")
717 *) AC_MSG_ERROR([Invalid setting for --enable-werror. Use "yes" or "no"]) ;;
/external/mksh/src/
DBuild.sh1337 ac_flags 0 werror -Werror
/external/llvm/
Dconfigure1426 --enable-werror Compile with -Werror enabled (default is NO)