/third_party/libfuse/test/ |
D | ci-build.sh | 46 … meson setup -D werror=true ${build_opts} "${SOURCE_DIR}" || (cat meson-logs/meson-log.txt; false) 68 meson setup -D b_sanitize=${san} -D b_lundef=false -D werror=true\
|
/third_party/libsnd/Scripts/ |
D | clang-sanitize.sh | 11 ./configure --enable-gcc-werror
|
/third_party/selinux/checkpolicy/ |
D | checkmodule.c | 40 extern int werror; 183 werror = 1; in main()
|
D | policy_scan.l | 39 int werror = 0; variable 333 if (werror)
|
D | checkpolicy.c | 100 extern int werror; 506 werror = 1; in main()
|
/third_party/curl/m4/ |
D | curl-confopts.m4 | 389 dnl --enable-werror or --disable-werror, and set 396 AC_ARG_ENABLE(werror, optenable 397 AS_HELP_STRING([--enable-werror],[Enable compiler warnings as errors]) 398 AS_HELP_STRING([--disable-werror],[Disable compiler warnings as errors]), 402 dnl --disable-werror option used 410 dnl --enable-werror option used
|
/third_party/mesa3d/.gitlab-ci/meson/ |
D | build.sh | 77 -D werror=true \
|
/third_party/unity/ |
D | meson.build | 21 'werror=true',
|
/third_party/nghttp2/ |
D | configure.ac | 60 AC_ARG_ENABLE([werror], optenable 61 [AS_HELP_STRING([--enable-werror], 63 [werror=$enableval], [werror=no]) 994 if test "x$werror" != "xno"; then
|
/third_party/vk-gl-cts/external/amber/src/third_party/ |
D | CMakeLists.txt | 41 set(SHADERC_ENABLE_WERROR_COMPILE OFF CACHE BOOL "disable werror")
|
/third_party/skia/gn/skia/ |
D | BUILD.gn | 22 werror = false 368 if (werror) {
|
/third_party/cups-filters/ |
D | configure.ac | 826 AC_ARG_ENABLE([werror], optenable 827 [AS_HELP_STRING([--enable-werror], [Treat all warnings as errors, useful for development.])], 973 werror: ${enable_werror}
|
/third_party/skia/third_party/externals/libpng/ |
D | configure.ac | 98 AC_ARG_ENABLE(werror, optenable 99 AS_HELP_STRING([[[--enable-werror[=OPT]]]],
|
D | configure | 1467 --enable-werror[=OPT] Pass -Werror or the given argument to the compiler
|
D | CHANGES | 3891 Updated configure.ac from autoupdate: added --enable-werror option. 3895 the pre-req hasn't been changed. --enable-werror checks for support
|
/third_party/libsnd/ |
D | configure.ac | 141 AC_ARG_ENABLE([werror], optenable 142 [AS_HELP_STRING([--enable-werror], [enable -Werror in all Makefiles])])
|
D | README.md | 50 ./configure --enable-werror
|
D | Makefile.am | 5 DISTCHECK_CONFIGURE_FLAGS = --enable-werror
|
/third_party/node/ |
D | common.gypi | 5 'werror': '', # Turn off -Werror in V8 build.
|
/third_party/vk-gl-cts/external/amber/src/ |
D | CMakeCache.txt | 329 //disable werror
|
/third_party/node/tools/v8_gypfiles/ |
D | toolchain.gypi | 85 'werror%': '-Werror',
|
/third_party/mksh/ |
D | Build.sh | 1503 ac_flags 0 werror -Werror
|
/third_party/curl/ |
D | configure | 1937 --enable-werror Enable compiler warnings as errors 1938 --disable-werror Disable compiler warnings as errors
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 2865 - CI: Enable -werror for Windows
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 99192 bool werror() const { return werror_; } in werror() function in JS::ContextOptions
|