Home
last modified time | relevance | path

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

/third_party/libfuse/test/
Dci-build.sh46 … 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/
Dclang-sanitize.sh11 ./configure --enable-gcc-werror
/third_party/selinux/checkpolicy/
Dcheckmodule.c40 extern int werror;
183 werror = 1; in main()
Dpolicy_scan.l39 int werror = 0; variable
333 if (werror)
Dcheckpolicy.c100 extern int werror;
506 werror = 1; in main()
/third_party/curl/m4/
Dcurl-confopts.m4389 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/
Dbuild.sh77 -D werror=true \
/third_party/unity/
Dmeson.build21 'werror=true',
/third_party/nghttp2/
Dconfigure.ac60 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/
DCMakeLists.txt41 set(SHADERC_ENABLE_WERROR_COMPILE OFF CACHE BOOL "disable werror")
/third_party/skia/gn/skia/
DBUILD.gn22 werror = false
368 if (werror) {
/third_party/cups-filters/
Dconfigure.ac826 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/
Dconfigure.ac98 AC_ARG_ENABLE(werror, optenable
99 AS_HELP_STRING([[[--enable-werror[=OPT]]]],
Dconfigure1467 --enable-werror[=OPT] Pass -Werror or the given argument to the compiler
DCHANGES3891 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/
Dconfigure.ac141 AC_ARG_ENABLE([werror], optenable
142 [AS_HELP_STRING([--enable-werror], [enable -Werror in all Makefiles])])
DREADME.md50 ./configure --enable-werror
DMakefile.am5 DISTCHECK_CONFIGURE_FLAGS = --enable-werror
/third_party/node/
Dcommon.gypi5 'werror': '', # Turn off -Werror in V8 build.
/third_party/vk-gl-cts/external/amber/src/
DCMakeCache.txt329 //disable werror
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi85 'werror%': '-Werror',
/third_party/mksh/
DBuild.sh1503 ac_flags 0 werror -Werror
/third_party/curl/
Dconfigure1937 --enable-werror Enable compiler warnings as errors
1938 --disable-werror Disable compiler warnings as errors
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst2865 - CI: Enable -werror for Windows
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp99192 bool werror() const { return werror_; } in werror() function in JS::ContextOptions