Searched +full:- +full:wno +full:- +full:unused +full:- +full:function (Results 1 – 25 of 178) sorted by relevance
12345678
| /third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
| D | GENERATED_AbseilCopts.cmake | 16 "-Wno-c99-extensions" 17 "-Wno-deprecated-declarations" 18 "-Wno-missing-noreturn" 19 "-Wno-missing-prototypes" 20 "-Wno-missing-variable-declarations" 21 "-Wno-null-conversion" 22 "-Wno-shadow" 23 "-Wno-shift-sign-overflow" 24 "-Wno-sign-compare" 25 "-Wno-unused-function" [all …]
|
| D | GENERATED_copts.bzl | 17 "-Wno-c99-extensions", 18 "-Wno-deprecated-declarations", 19 "-Wno-missing-noreturn", 20 "-Wno-missing-prototypes", 21 "-Wno-missing-variable-declarations", 22 "-Wno-null-conversion", 23 "-Wno-shadow", 24 "-Wno-shift-sign-overflow", 25 "-Wno-sign-compare", 26 "-Wno-unused-function", [all …]
|
| D | copts.py | 20 "-Wno-c99-extensions", 21 "-Wno-deprecated-declarations", 22 "-Wno-missing-noreturn", 23 "-Wno-missing-prototypes", 24 "-Wno-missing-variable-declarations", 25 "-Wno-null-conversion", 26 "-Wno-shadow", 27 "-Wno-shift-sign-overflow", 28 "-Wno-sign-compare", 29 "-Wno-unused-function", [all …]
|
| /third_party/musl/libc-test/src/common/ |
| D | BUILD.gn | 21 "-pipe", 22 "-std=c99", 23 "-D_POSIX_C_SOURCE=200809L", 24 "-Wall", 25 "-Wno-unused", 26 "-Wno-unused-function", 27 "-Wno-missing-braces", 28 "-Wno-overflow", 29 "-Wno-unknown-pragmas", 30 "-Wno-unsupported-floating-point-opt", [all …]
|
| /third_party/grpc/bazel/ |
| D | copts.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 "-Wall", 23 "-Wextra", 25 "-Wimplicit-fallthrough", 27 "-Werror", 29 "-Wno-unknown-warning-option", 31 "-Wc++20-extensions", 32 "-Wctad-maybe-unsupported", 33 "-Wdeprecated-increment-bool", 34 "-Wfloat-overflow-conversion", [all …]
|
| /third_party/lame/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 20 "-O2", 21 "-Wall", 22 "-Wno-sign-compare", 23 "-Wimplicit-function-declaration", 24 "-Wno-parentheses", 25 "-Wno-string-conversion", 26 "-Wno-string-plus-int", 27 "-Wno-asm-operand-widths", 28 "-Wno-pointer-sign", [all …]
|
| /third_party/musl/libc-test/src/nativehook/ |
| D | BUILD.gn | 5 part_name = "libc-test" 19 "-pipe", 20 "-std=c11", 21 "-D_POSIX_C_SOURCE=200809L", 22 "-Wall", 23 "-Wno-unused", 24 "-Wno-unused-function", 25 "-Wno-missing-braces", 26 "-Wno-overflow", 27 "-Wno-unknown-pragmas", [all …]
|
| /third_party/iptables/libiptc/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 25 "-D_LARGEFILE_SOURCE=1", 26 "-D_LARGE_FILES", 27 "-D_FILE_OFFSET_BITS=64", 28 "-D_REENTRANT", 29 "-DENABLE_IPV4", 30 "-DENABLE_IPV6", 31 "-Wall", 32 "-Werror", 33 "-Wno-pointer-arith", [all …]
|
| /third_party/musl/libc-test/src/api/ |
| D | BUILD.gn | 5 part_name = "libc-test" 17 "//third_party/musl/libc-test/src/common", 21 "-pipe", 22 "-std=c99", 23 "-D_POSIX_C_SOURCE=200809L", 24 "-Wall", 25 "-Wno-unused-function", 26 "-Wno-missing-braces", 27 "-Wno-unused", 28 "-Wno-overflow", [all …]
|
| /third_party/abseil-cpp/ |
| D | configure_copts.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 14 ABSEIL_DIR = get_path_info("./abseil-cpp/", "abspath") 16 THIRDPARTY_ABSEIL_PART_NAME = "abseil-cpp" 18 "-Wall", 19 "-Wextra", 20 "-Weverything", 21 "-Wno-c++98-compat-pedantic", 22 "-Wno-conversion", 23 "-Wno-covered-switch-default", 24 "-Wno-deprecated", [all …]
|
| /third_party/alsa-utils/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 22 "-Wno-sign-compare", 23 "-Wno-implicit-function-declaration", 24 "-Wno-parentheses", 25 "-Wno-string-conversion", 26 "-Wno-string-plus-int", 27 "-Wno-asm-operand-widths", 28 "-Wno-pointer-sign", 29 "-Wno-deprecated-declarations", 30 "-Wno-implicit-int", [all …]
|
| /third_party/skia/m133/include/config/ |
| D | copts.bzl | 2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN. 14 …://github.com/google/skia/blob/2b07cdb07e88f2870260eabac708f31bc7977d08/gn/BUILDCONFIG.gn#L177-L181 15 …s://github.com/google/skia/blob/2b07cdb07e88f2870260eabac708f31bc7977d08/gn/skia/BUILD.gn#L593-L630 19 "-fstrict-aliasing", 25 "-fvisibility=hidden", 31 # GMs more consistent and avoid some floating-point related test failures on M1 macs. 32 "-ffp-contract=off", 33 # Windows doesn't support position-independent code. 34 "-fPIC", 38 # and Objective-C code. [all …]
|
| /third_party/musl/libc-test/ |
| D | config.mak.def | 1 CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -… 2 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math 3 CFLAGS += -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=p… 4 CFLAGS += -g 5 LDFLAGS += -g 6 LDLIBS += -lpthread -lm -lrt 9 CFLAGS += -D_FILE_OFFSET_BITS=64 10 LDLIBS += -lcrypt -ldl -lresolv -lutil -lpthread
|
| D | test_template.gni | 5 test_dir = "${musl_base_dir}/libc-test" 6 out_test_dir = "${root_out_dir}/obj/${musl_base_dir}/libc-test" 17 "${root_out_dir}/obj/${musl_base_dir}/usr/include/${musl_arch}-linux-ohos" 19 "${root_out_dir}/obj/${musl_base_dir}/usr/lib/${musl_arch}-linux-ohos" 21 test_lib_dir = "musl/libc-test-lib" 43 part_name = "libc-test" 53 cflags = [ "-std=c++17" ] 67 "-pipe", 68 "-std=c99", 69 "-D_POSIX_C_SOURCE=200809L", [all …]
|
| /third_party/skia/m133/gn/ |
| D | oh_skia.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 46 "-Wno-deprecated-declarations", 47 "-Wno-pessimizing-move", 48 "-Wno-return-type", 49 "-Wno-sign-compare", 50 "-Wno-sometimes-uninitialized", 51 "-Wno-unknown-pragmas", 52 "-Wno-unused-function", 53 "-Wno-unused-private-field", 54 "-Wno-unused-variable", [all …]
|
| /third_party/skia/gn/ |
| D | oh_skia.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 47 "-Wno-deprecated-declarations", 48 "-Wno-pessimizing-move", 49 "-Wno-return-type", 50 "-Wno-sign-compare", 51 "-Wno-sometimes-uninitialized", 52 "-Wno-unknown-pragmas", 53 "-Wno-unused-function", 54 "-Wno-unused-private-field", 55 "-Wno-unused-variable", [all …]
|
| /third_party/icu/icu4c/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 41 "-O3", 42 "-W", 43 "-Wall", 44 "-pedantic", 45 "-Wpointer-arith", 46 "-Wwrite-strings", 47 "-std=c++11", 48 "-Wno-ignored-attributes", 49 "-Wno-deprecated-declarations", [all …]
|
| /third_party/f2fs-tools/fsck/ |
| D | BUILD.gn | 9 config("f2fs-defaults") { 11 "-Wno-pointer-sign", 12 "-Wno-unused-variable", 13 "-Wno-string-plus-int", 14 "-Wno-error=format", 15 "-Wno-unused-function", 16 "-Wno-unused-parameter", 17 "-Wno-incompatible-pointer-types", 24 configs = [ ":f2fs-defaults" ] 49 "//third_party/f2fs-tools", [all …]
|
| /third_party/cups-filters/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 17 CUPS_FILTERS_CODE_DIR = "//third_party/cups-filters" 19 PART_NAME = "cups-filters" 35 "-D_PPD_DEPRECATED=", 36 "-Wextra", 37 "-Wall", 38 "-Wno-unused-parameter", 39 "-Wno-unused-function", 40 "-Wno-unused-variable", 41 "-Wno-unused-value", [all …]
|
| /third_party/vk-gl-cts/ |
| D | vk_gl_cts.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 18 "-Wextra", 19 "-Wno-long-long", 20 "-Wno-sign-conversion", 21 "-std=c++17", 22 "-Wno-delete-non-virtual-dtor", 23 "-fwrapv", 24 "-fexceptions", 25 "-frtti", 26 "-mfloat-abi=softfp", [all …]
|
| /third_party/libbpf/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 22 "-Wno-incompatible-pointer-types", 23 "-Wimplicit-function-declaration", 24 "-Wno-tautological-constant-out-of-range-compare", 25 "-Wno-constant-conversion", 26 "-Wno-unknown-attributes", 27 "-Wno-bitwise-op-parentheses", 28 "-Wno-shift-op-parentheses", 29 "-Wno-sign-compare", 30 "-Wno-unused-function", [all …]
|
| /third_party/FreeBSD/sbin/newfs_msdos/ |
| D | BUILD.gn | 25 config("vfat-defaults") { 27 "-Wall", 28 "-Werror", 29 "-Wno-unused-function", 30 "-Wno-unused-parameter", 31 "-Wno-unused-variable", 32 "-D_FILE_OFFSET_BITS=64", 33 "-D_GNU_SOURCE", 34 "-DSIGINFO=SIGUSR2", 35 "-Dnitems(x)=(sizeof((x))/sizeof((x)[0]))", [all …]
|
| /third_party/protobuf/third_party/ |
| D | zlib.BUILD | 3 licenses(["notice"]) # BSD/MIT-like license (for zlib) 55 # Include the un-prefixed headers in srcs to work 63 "-Wno-unused-variable", 64 "-Wno-implicit-function-declaration", 67 "-Wno-deprecated-non-prototype", 68 "-Wno-unused-variable", 69 "-Wno-implicit-function-declaration",
|
| /third_party/f2fs-tools/lib/ |
| D | BUILD.gn | 8 config("f2fs-defaults") { 10 "-Wall", 11 "-Werror", 12 "-Wno-incompatible-pointer-types", 13 "-Wno-unused-function", 14 "-Wno-unused-parameter", 15 "-Wno-format", 18 config("libf2fs-headers") { 21 "//third_party/f2fs-tools", 22 "//third_party/f2fs-tools/include", [all …]
|
| /third_party/skia/third_party/externals/icu/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 37 # NaCl-related builds also fail looking for dlfcn.h when it's enabled. 87 "/wd4267", # Conversion from size_t on 64-bits. 88 "/utf-8", # ICU source files are in UTF-8. 91 cflags += [ "-Wno-unused-function" ] 97 "-Wno-parentheses", 101 # unistr.cpp also has an unused function for non-component builds. 102 "-Wno-unused-function", 104 # putil.cpp contains unused variables when building for iOS simulators. 105 "-Wno-unused-variable", [all …]
|
12345678