Searched +full:- +full:wno +full:- +full:unused +full:- +full:function (Results 1 – 25 of 146) sorted by relevance
123456
| /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/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/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/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/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/skia/gn/ |
| D | oh_skia.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 39 "-Wno-deprecated-declarations", 40 "-Wno-pessimizing-move", 41 "-Wno-return-type", 42 "-Wno-sign-compare", 43 "-Wno-sometimes-uninitialized", 44 "-Wno-unknown-pragmas", 45 "-Wno-unused-function", 46 "-Wno-unused-private-field", 47 "-Wno-unused-variable", [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .build-rules 10 - _build/meson-logs/*.txt 11 - _build/meson-logs/strace 12 - shader-db 15 .build-linux: 16 extends: .build-common 23 - !reference [default, before_script] 24 - export PATH="/usr/lib/ccache:$PATH" 25 - export CCACHE_BASEDIR="$PWD" [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/cups-filters/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 17 CUPS_CODE_DIR = "//third_party/cups/cups-2.4.0" 18 CUPS_FILTERS_CODE_DIR = "//third_party/cups-filters" 20 PART_NAME = "cups-filters" 42 "-D_PPD_DEPRECATED=", 43 "-Wextra", 44 "-Wall", 45 "-Wno-unused-parameter", 46 "-Wno-unused-function", 47 "-Wno-unused-variable", [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/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/toybox/ |
| D | BUILD.gn | 1 # Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. 221 configs -= [ "//build/lite/config:language_c" ] 223 "-std=gnu11", 224 "-Wall", 225 "-Wundef", 226 "-Wno-char-subscripts", 227 "-Wno-implicit-function-declaration", 228 "-Wno-unused-variable", 229 "-Wno-unused-value", 230 "-Wno-incompatible-pointer-types", [all …]
|
| /third_party/node/deps/v8/bazel/ |
| D | BUILD.icu | 2 # Use of this source code is governed by a BSD-style license that can be 20 "/wd4267", # Conversion from size_t on 64-bits. 21 "/utf-8", # ICU source files are in UTF-8. 24 "-Wno-unused-function", 25 "-Wno-parentheses", 26 "-Wno-unused-function", 27 "-Wno-unused-variable", 28 "-Wno-deprecated-declarations", 57 tags = ["requires-rtti"], 71 "/wd4267", # Conversion from size_t on 64-bits. [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/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 …]
|
| /third_party/e2fsprogs/ |
| D | BUILD.gn | 38 config("e2fsdroid-defaults") { 40 "-Wno-incompatible-pointer-types", 41 "-Wno-tautological-constant-out-of-range-compare", 52 configs = [ ":e2fsdroid-defaults" ] 92 config("e2fsck-defaults") { 94 "-Wno-pointer-sign", 95 "-Wno-unused-variable", 96 "-Wno-error=format", 101 configs = [ ":e2fsck-defaults" ] 159 config("libext2-headers") { [all …]
|
| /third_party/curl/ |
| D | BUILD.gn | 1 # Copyright (c) 2020-2023 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 22 "lib/asyn-ares.c", 23 "lib/asyn-thread.c", 27 "lib/c-hyper.c", 28 "lib/cf-h1-proxy.c", 29 "lib/cf-h2-proxy.c", 30 "lib/cf-haproxy.c", 31 "lib/cf-https-connect.c", 32 "lib/cf-socket.c", [all …]
|
| /third_party/astc-encoder/Source/ |
| D | cmake_core.cmake | 1 # SPDX-License-Identifier: Apache-2.0 2 # ---------------------------------------------------------------------------- 3 # Copyright 2020-2023 Arm Limited 9 # http://www.apache.org/licenses/LICENSE-2.0 16 # ---------------------------------------------------------------------------- 18 set(ASTCENC_TARGET astc${ASTCENC_CODEC}-${ASTCENC_ISA_SIMD}) 27 # Compiler accepts MSVC-style command line options 29 # Compiler accepts GNU-style command line options 31 # Compiler accepts AppleClang-style command line options, which is also GNU-style 33 # Compiler accepts GNU-style command line options [all …]
|
| /third_party/FreeBSD/sbin/fsck_msdosfs/ |
| D | BUILD.gn | 23 config("vfat-defaults") { 25 "-O2", 26 "-g", 27 "-Wall", 28 "-Werror", 29 "-D_BSD_SOURCE", 30 "-D_LARGEFILE_SOURCE", 31 "-D_FILE_OFFSET_BITS=64", 32 "-DELFTC_NEED_BYTEORDER_EXTENSIONS", 33 "-Wno-unused-variable", [all …]
|
123456