Searched refs:werror (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_vcxproj.sh | 31 --enable-werror Treat warnings as errors (/WX) 166 --enable-werror) werror=true 440 if ${werror:-false}; then
|
/external/libvpx/libvpx/ |
D | configure | 634 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/ |
D | standalone.gypi | 72 'werror%': '-Werror', 230 '<(werror)', 258 '<(werror)', 395 ['werror==""', {
|
D | toolchain.gypi | 76 'werror%': '-Werror',
|
/external/google-breakpad/src/build/ |
D | common.gypi | 551 'conditions': [['OS=="linux"', {'werror%': '-Werror',}], 552 ['OS=="freebsd"', {'werror%': '',}], 553 ['OS=="openbsd"', {'werror%': '',}], 557 '<(werror)', # See note above about the werror variable.
|
/external/ltrace/ |
D | configure.ac | 373 AC_ARG_ENABLE([werror], optenable 374 AS_HELP_STRING([--disable-werror], [disable use of -Werror]),
|
/external/pdfium/build/ |
D | standalone.gypi | 43 'werror%': '-Werror',
|
/external/libpng/ |
D | configure.ac | 91 AC_ARG_ENABLE(werror, optenable 92 AS_HELP_STRING([[[--enable-werror[=OPT]]]],
|
D | CHANGES | 3881 Updated configure.ac from autoupdate: added --enable-werror option. 3885 the pre-req hasn't been changed. --enable-werror checks for support
|
D | configure | 1452 --enable-werror[=OPT] Pass -Werror or the given argument to the compiler
|
/external/llvm/docs/ |
D | GoldPlugin.rst | 40 $ ../binutils/configure --enable-gold --enable-plugins --disable-werror
|
/external/v8/ |
D | Makefile | 116 ifeq ($(werror), no)
|
D | ChangeLog | 4982 Added presubmit=no and werror=no flags to Makefile.
|
/external/fio/ |
D | configure | 67 if test "$werror" != "yes"; then
|
/external/llvm/autoconf/ |
D | configure.ac | 710 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/ |
D | Build.sh | 1337 ac_flags 0 werror -Werror
|
/external/llvm/ |
D | configure | 1426 --enable-werror Compile with -Werror enabled (default is NO)
|