Searched +full:- +full:- +full:enable +full:- +full:warnings (Results 1 – 25 of 1092) sorted by relevance
12345678910>>...44
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
| D | cares-confopts.m4 | 3 # Copyright (C) 2008 - 2013 by Daniel Stenberg et al 22 dnl ------------------------------------------------- 24 dnl --enable-debug or --disable-debug, and set shell 30 AC_MSG_CHECKING([whether to enable debug build options]) 33 AS_HELP_STRING([--enable-debug],[Enable debug build options]) 34 AS_HELP_STRING([--disable-debug],[Disable debug build options]), 38 dnl --disable-debug option used 46 dnl --enable-debug option used 55 dnl ------------------------------------------------- 57 dnl --enable-nonblocking or --disable-nonblocking, and [all …]
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi 46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; } [all …]
|
| /external/curl/m4/ |
| D | curl-confopts.m4 | 21 # SPDX-License-Identifier: curl 29 dnl ------------------------------------------------- 31 dnl --enable-threaded-resolver or --disable-threaded-resolver, and 35 AC_MSG_CHECKING([whether to enable the threaded resolver]) 38 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) 39 AS_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]), 43 dnl --disable-threaded-resolver option used 55 dnl ------------------------------------------------- 57 dnl --enable-ares or --disable-ares, and 63 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) [all …]
|
| /external/pigweed/pw_build/ |
| D | BUILD.gn | 7 # https://www.apache.org/licenses/LICENSE-2.0 29 # TODO: b/301262374 - Provide a better way to detect the compiler type. 37 "-fdiagnostics-color", 44 # Enable debug symbol generation. This has no effect on final code size. 45 cflags = [ "-g" ] 50 cflags = [ "-g3" ] 55 cflags = [ "-Og" ] 60 cflags = [ "-O2" ] 65 cflags = [ "-O3" ] 70 cflags = [ "-Os" ] [all …]
|
| D | CMakeLists.txt | 7 # https://www.apache.org/licenses/LICENSE-2.0 24 -g 26 $<$<CXX_COMPILER_ID:Clang>:-fcolor-diagnostics> 27 $<$<CXX_COMPILER_ID:GNU>:-fdiagnostics-color=always> 35 # Declare top-level targets for tests. 45 "-fno-common" 46 "-fno-exceptions" 47 "-ffunction-sections" 48 "-fdata-sections" 49 $<$<COMPILE_LANGUAGE:CXX>:-fno-rtti> [all …]
|
| /external/curl/docs/ |
| D | CHECKSRC.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 18 `-W[file]` skip that file and exclude it from being checked. Helpful 21 `-D[dir]` directory name to prepend to filenames when accessing them. 23 `-h` shows the help output, that also lists all recognized warnings 33 checksrc.pl -h 35 Lists how to use the script and it lists all existing warnings it has and 37 warnings are: 39 - `ASSIGNWITHINCONDITION`: Assignment within a conditional expression. The [all …]
|
| /external/trusty/musl/ |
| D | configure | 13 --srcdir=DIR source directory [detected] 16 --prefix=PREFIX main installation prefix [/usr/local/musl] 17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX] 20 --bindir=DIR user executables [EPREFIX/bin] 21 --libdir=DIR library files for the linker [PREFIX/lib] 22 --includedir=DIR include files for the C compiler [PREFIX/include] 23 --syslibdir=DIR location for the dynamic linker [/lib] 26 --target=TARGET configure to run on target TARGET [detected] 27 --host=HOST same as --target 28 --build=BUILD build system type; used only to infer cross-compiling [all …]
|
| /external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
| D | static_warning.hpp | 18 15 June 2003 - Initial version. 19 31 March 2004 - improved diagnostic messages and portability 21 03 April 2004 - works on VC6 at class and namespace scope 22 - ported to DigitalMars 23 - static warnings disabled by default; when enabled, 24 uses pragmas to enable required compiler warnings 27 30 May 2004 - tweaked for msvc 7.1 and gcc 3.3 28 - static warnings ENabled by default; when enabled, 36 // Makes use of the following warnings: 43 // The trick is to find code which produces warnings containing the name of [all …]
|
| /external/musl/ |
| D | configure | 13 --srcdir=DIR source directory [detected] 16 --prefix=PREFIX main installation prefix [/usr/local/musl] 17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX] 20 --bindir=DIR user executables [EPREFIX/bin] 21 --libdir=DIR library files for the linker [PREFIX/lib] 22 --includedir=DIR include files for the C compiler [PREFIX/include] 23 --syslibdir=DIR location for the dynamic linker [/lib] 26 --target=TARGET configure to run on target TARGET [detected] 27 --host=HOST same as --target 28 --build=BUILD build system type; used only to infer cross-compiling [all …]
|
| /external/oss-fuzz/projects/wget2/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH 28 make -j$(nproc) 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D… 34 make -j$(nproc) 39 ./configure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-bu… 40 make -j$(nproc) [all …]
|
| /external/cronet/third_party/libc++/src/utils/libcxx/test/ |
| D | params.py | 1 # ===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 # ===----------------------------------------------------------------------===## 18 "-Werror", 19 "-Wall", 20 "-Wctad-maybe-unsupported", 21 "-Wextra", 22 "-Wshadow", 23 "-Wundef", 24 "-Wunused-template", [all …]
|
| /external/oss-fuzz/projects/wget/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache 28 make -j$(nproc) 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE… 34 make -j$(nproc) 39 …onfigure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-buil… 40 make -j$(nproc) [all …]
|
| /external/oss-fuzz/projects/gnutls/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$DEPS_PATH/include" 21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64" 27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH 28 make -j$(nproc) 34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P… 35 make -j$(nproc) 39 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3119 40 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3159 [all …]
|
| /external/python/cpython3/Misc/ |
| D | python.man | 4 .\" groff -Tascii -man python.man | less 7 python \- an interpreted, interactive, object-oriented programming language 11 .B \-B 14 .B \-b 17 .B \-d 20 .B \-E 23 .B \-h 26 .B \-i 29 .B \-I 33 .B \-m [all …]
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_platform.function | 48 /* This goto is added to avoid warnings from the generated code. */ 58 /* This goto is added to avoid warnings from the generated code. */ 70 * WARNING: DO NOT ENABLE THIS TEST. We keep the code here to document the 73 * Windows CI reports random test fail on platform-suite. It might 78 elapsed_ms = mbedtls_ms_time() - current; 80 /* This goto is added to avoid warnings from the generated code. */ 88 * WARNING: DO NOT ENABLE THIS TEST. We keep the code here to document the 92 * completely avoided due to out-of-sync clock sources. 101 elapsed_secs = mbedtls_time(NULL) - current; 115 * PLEASE DO NOT ENABLE IT IN CI TEST. [all …]
|
| /external/libcxx/utils/google-benchmark/ |
| D | CMakeLists.txt | 15 option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) 16 option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON) 17 option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF) 22 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 24 option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark ma… 28 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 32 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) 39 # FIXME: The --coverage flag needs to be removed when building assembly 68 option(BENCHMARK_ENABLE_ASSEMBLY_TESTS "Enable building and running the assembly tests" 81 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION}) [all …]
|
| /external/angle/build/android/gyp/ |
| D | dex.py | 4 # Use of this source code is governed by a BSD-style license that can be 30 # META-INF/. This means that all rules with a '-upto-' qualifier will be 31 # excluded and all rules with a -from- qualifier will be included. 37 'module-info.class', # Explicitly skipped by r8/utils/FileUtils#isClassFile 46 parser.add_argument('--output', required=True, help='Dex output path.') 48 '--class-inputs', 50 help='GN-list of .jars with .class files.') 52 '--class-inputs-filearg', 54 help='GN-list of .jars with .class files (added to depfile).') 56 '--dex-inputs', action='append', help='GN-list of .jars with .dex files.') [all …]
|
| /external/cronet/build/android/gyp/ |
| D | dex.py | 4 # Use of this source code is governed by a BSD-style license that can be 30 # META-INF/. This means that all rules with a '-upto-' qualifier will be 31 # excluded and all rules with a -from- qualifier will be included. 37 'module-info.class', # Explicitly skipped by r8/utils/FileUtils#isClassFile 46 parser.add_argument('--output', required=True, help='Dex output path.') 48 '--class-inputs', 50 help='GN-list of .jars with .class files.') 52 '--class-inputs-filearg', 54 help='GN-list of .jars with .class files (added to depfile).') 56 '--dex-inputs', action='append', help='GN-list of .jars with .dex files.') [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | devmode.rst | 10 default if the code is correct; new warnings are only emitted when an issue is 13 It can be enabled using the :option:`-X dev <-X>` command line option or by 16 See also :ref:`Python debug build <debug-build>`. 24 PYTHONMALLOC=debug PYTHONASYNCIODEBUG=1 python3 -W default -X faulthandler 28 * Add ``default`` :ref:`warning filter <describing-warning-filters>`. The 29 following warnings are shown: 36 Normally, the above warnings are filtered by the default :ref:`warning 37 filters <describing-warning-filters>`. 39 It behaves as if the :option:`-W default <-W>` command line option is used. 41 Use the :option:`-W error <-W>` command line option or set the [all …]
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | errors_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 import warnings 65 # pylint: disable=protected-access 74 # pylint: enable=protected-access 78 # pylint: disable=line-too-long 84 # pylint: enable=line-too-long 85 with warnings.catch_warnings(record=True) as w: 86 # pylint: disable=protected-access 88 # pylint: enable=protected-access 94 with warnings.catch_warnings(record=True) as w: [all …]
|
| /external/curl/scripts/ |
| D | checksrc.pl | 22 # SPDX-License-Identifier: curl 27 use warnings; 32 my $warnings = 0; 56 my %warnings = ( 113 # Reads the .checksrc in $dir for any extended warnings to enable locally. 114 # Currently there is no support for disabling warnings from the standard set, 130 elsif (/^\s*enable ([A-Z]+)$/) { 135 $warnings{$1} = $warnings_extended{$1}; 137 elsif (/^\s*disable ([A-Z]+)$/) { 138 if(!defined($warnings{$1})) { [all …]
|
| /external/cronet/third_party/google_benchmark/src/ |
| D | CMakeLists.txt | 6 option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) 7 option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON) 8 option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF) 10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON) 11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.… 27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 29 option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark ma… 31 option(BENCHMARK_INSTALL_DOCS "Enable installation of documentation." ON) 35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 39 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) [all …]
|
| /external/pcre/maint/ |
| D | ManyConfigTests | 13 # -noasan skip the test that uses -fsanitize=address 14 # -nousan skip the test that uses -fsanitize=undefined 15 # -nodebug skip the test that uses --enable-debug 16 # -nojit skip all JIT tests 17 # -nojitmain skip non-valgrind JIT tests 18 # -nojitvalgrind skip JIT tests with valgrind 19 # -nomain skip all the main (non-JIT) set of tests 20 # -nomainvalgrind skip the main (non-JIT) valgrind tests 21 # -notmp skip the tests in a temporary directory 22 # -notmpjit skip the JIT test in a temporary directory [all …]
|
| /external/webp/ |
| D | ChangeLog | 2 cf7c5a5d provide a way to opt-out/override WEBP_NODISCARD 3 cc34288a update ChangeLog (tag: v1.4.0-rc1) 11 07216886 webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ') 14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release 16 7b0bc235 man/cwebp.1: add more detail to -partition_limit 21 1bf46358 man/cwebp.1: clarify -pass > 1 behavior w/o -size/-psnr 22 eba03acb webp-container-spec: replace 'above' with 'earlier' 23 a16d30cb webp-container-spec: clarify chunk order requirements 24 8a7e9112 Merge "CMakeLists.txt: apply cmake-format" into main 28 fba7d62e CMakeLists.txt: apply cmake-format [all …]
|
| /external/deqp/framework/delibs/cmake/ |
| D | CFlags.cmake | 1 #------------------------------------------------------------------------- 3 # ---------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 #------------------------------------------------------------------------- 37 add_definitions("-DDE_COVERAGE_BUILD") 38 set(TARGET_FLAGS "-fprofile-arcs -ftest-coverage") 39 set(LINK_FLAGS "${LINK_FLAGS} -lgcov") 42 # \note Remove -Wno-sign-conversion for more warnings 43 …set(WARNING_FLAGS "-Wall -Wextra -Wno-long-long -Wshadow -Wundef -Wconversion -Wno-sign-conversi… 46 …# Avoids incorrect addition of argument -std=gnu++XX that may result in build failure to usage of … [all …]
|
12345678910>>...44