Searched +full:- +full:wunused +full:- +full:const +full:- +full:variable (Results 1 – 25 of 106) sorted by relevance
12345
| /third_party/alsa-utils/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-utils 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel 16 - name: Checkout alsa-lib 19 repository: alsa-project/alsa-lib 21 path: alsa-lib 22 - name: Configure alsa-lib 24 cd alsa-lib [all …]
|
| /third_party/alsa-lib/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-lib 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 15 - name: Checkout 18 fetch-depth: 0 19 - name: Safe git directory 21 git config --global --add safe.directory "$GITHUB_WORKSPACE" 22 - name: Modify version [all …]
|
| /third_party/glslang/ |
| D | CMakeLists.txt | 1 # Copyright (C) 2020-2023 The Khronos Group Inc. 37 # https://cmake.org/cmake/help/latest/variable/PROJECT_IS_TOP_LEVEL.html 61 # This logic inside SPIRV-Tools, which can upset build target dependencies 83 option(ENABLE_GLSLANG_BINARIES "Builds glslang and spirv-remap" ON) 85 …sing Emscripten, build glslang.js. Otherwise, builds a sample executable for binary-size testing.") 98 option(ENABLE_OPT "Enables spirv-opt capability if present" ON) 101 # Workaround for CMake behavior on Mac OS with gcc, cmake generates -Xarch_* arguments 115 add_definitions(-DGLSLANG_OSINCLUDE_WIN32) 117 add_definitions(-DGLSLANG_OSINCLUDE_UNIX) 123 add_compile_options(-Wall -Wmaybe-uninitialized -Wuninitialized -Wunused -Wunused-local-typedefs [all …]
|
| /third_party/backends/ChangeLogs/ |
| D | ChangeLog-1.0.27 | 3 Date: 2017-05-22 11:16:40 -0400 5 SANE-backends release 1.0.27 19 Author: Rolf Bensch <roben-guest@alioth.debian.org> 20 Date: 2017-05-20 14:13:19 +0200 22 pixma: i-SENSYS MF240 Series is working 26 Date: 2017-05-19 20:24:14 -0400 31 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 32 Date: 2017-05-15 21:37:34 +0900 38 Date: 2017-05-14 21:34:36 -0400 45 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> [all …]
|
| D | ChangeLog-1.0.28 | 2 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 3 Date: 2019-07-31 20:39:43 +0900 8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 9 Date: 2019-07-30 22:40:11 +0900 14 Author: Rolf Bensch <rolf@bensch-online.de> 15 Date: 2019-07-29 22:34:13 +0200 19 https://alioth-lists.debian.net/pipermail/sane-devel/2019-July/036877.html 23 Author: Rolf Bensch <rolf@bensch-online.de> 24 Date: 2019-07-29 17:27:07 +0200 29 Author: Rolf Bensch <rolf@bensch-online.de> [all …]
|
| /third_party/curl/CMake/ |
| D | PickyWarnings.cmake | 21 # SPDX-License-Identifier: curl 31 …VERSION_LESS 3.23.0) OR # check_symbol_exists() incompatible with GCC -pedantic-errors in earlier… 33 set(WPICKY "${WPICKY} -pedantic-errors") 40 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html 42 # WPICKY_ENABLE = Options we want to enable as-is. 45 # Prefer the -Wextra alias with clang. 47 set(WPICKY_ENABLE "-Wextra") 49 set(WPICKY_ENABLE "-W") 53 -Wall -pedantic 56 # ---------------------------------- [all …]
|
| /third_party/alsa-lib/ |
| D | .travis.yml | 4 - sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis 5 - bash gitcompile.travis
|
| D | gitcompile | 3 set -e 10 if [ $# -ne 0 ]; then 12 while [ -z "$endloop" ]; do 16 cbits32="-m32" 17 echo "Forced 32-bit library build..." 32 lto="-flto -flto-partition=none" 45 if [ $# -ne 0 -a -z "$bit32" ]; then 47 elif [ -r /etc/asound/library_args ]; then 49 if [ -z "$bits32" ]; then 50 test -r /etc/asound/library64_args && \ [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/alsa-utils/ |
| D | gitcompile | 3 if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then 4 alsa_m4_flags="-I ../alsa-lib/utils" 10 gettextize -c -f --no-changelog 15 libtoolize --force --copy --automake 18 automake --foreign --copy --add-missing 21 export CFLAGS='-O2 -Wall -W -Wunused-const-variable=0 -pipe -g' 26 if [ -z "$GITCOMPILE_NO_MAKE" ]; then
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
| D | culling.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 26 kernel void main0(const device SSBO& _22 [[buffer(0)]], device SSBO2& _38 [[buffer(1)]], device SSB…
|
| D | basic.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 26 kernel void main0(const device SSBO& _23 [[buffer(0)]], device SSBO2& _45 [[buffer(1)]], device SSB…
|
| D | basic.dispatchbase.msl11.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 26 kernel void main0(constant uint3& spvDispatchBase [[buffer(29)]], const device SSBO& _27 [[buffer(0…
|
| D | basic.dispatchbase.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 28 kernel void main0(const device SSBO& _27 [[buffer(0)]], device SSBO2& _49 [[buffer(1)]], device SSB…
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
| D | basic.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 26 kernel void main0(const device SSBO& _23 [[buffer(0)]], device SSBO2& _45 [[buffer(1)]], device SSB…
|
| D | culling.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 26 kernel void main0(const device SSBO& _22 [[buffer(0)]], device SSBO2& _38 [[buffer(1)]], device SSB…
|
| D | basic.dispatchbase.msl11.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 26 kernel void main0(constant uint3& spvDispatchBase [[buffer(29)]], const device SSBO& _27 [[buffer(0…
|
| D | basic.dispatchbase.comp | 1 #pragma clang diagnostic ignored "-Wunused-variable" 28 kernel void main0(const device SSBO& _27 [[buffer(0)]], device SSBO2& _49 [[buffer(1)]], device SSB…
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb.hh | 40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC 41 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯ 43 * - Within each category, keep sorted. 45 * - Warnings whose scope can be expanded in future compiler versions shall 51 #pragma GCC diagnostic warning "-Wall" 52 #pragma GCC diagnostic warning "-Wextra" 55 #pragma GCC diagnostic ignored "-Wpragmas" 56 #pragma GCC diagnostic ignored "-Wunknown-pragmas" 57 #pragma GCC diagnostic ignored "-Wunknown-warning-option" 60 //#pragma GCC diagnostic warning "-Weverything" [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb.hh | 39 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC 40 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯ 42 * - Within each category, keep sorted. 44 * - Warnings whose scope can be expanded in future compiler versions shall 50 #pragma GCC diagnostic warning "-Wall" 51 #pragma GCC diagnostic warning "-Wextra" 54 #pragma GCC diagnostic ignored "-Wpragmas" 55 #pragma GCC diagnostic ignored "-Wunknown-pragmas" 56 #pragma GCC diagnostic ignored "-Wunknown-warning-option" 59 //#pragma GCC diagnostic warning "-Weverything" [all …]
|
| /third_party/selinux/libselinux/src/ |
| D | Makefile | 5 PYPREFIX ?= $(shell $(PYTHON) -c 'import sys;print("python-%d.%d" % sys.version_info[:2])') 8 PKG_CONFIG ?= pkg-config 15 PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX)) 16 PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX)) 17 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "import sysconfig; print(sysconfig.get_path('platlib', vars={'… 18 PYCEXT ?= $(shell $(PYTHON) -c 'import importlib.machinery;print(importlib.machinery.EXTENSION_SUFF… 19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::C… 20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -L" + RbConfig::CONFIG["… 21 RUBYINSTALL ?= $(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]') 28 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),) [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/ |
| D | texture-atomics.asm.frag | 1 #pragma clang diagnostic ignored "-Wmissing-prototypes" 2 #pragma clang diagnostic ignored "-Wmissing-braces" 3 #pragma clang diagnostic ignored "-Wunused-variable" 20 constexpr const thread T& operator [] (size_t pos) const thread 29 constexpr const device T& operator [] (size_t pos) const device 34 constexpr const constant T& operator [] (size_t pos) const constant 43 constexpr const threadgroup T& operator [] (size_t pos) const threadgroup 71 fragment main0_out main0(main0_in in [[stage_in]], const device type_StructuredBuffer_v4float& Cull… 77 float2 _91 = float2(float(_83), float((_Globals.ShadowTileListGroupSize.y - 1u) - _78)); 79 float2 _96 = ((_91 / _93) * float2(2.0)) - float2(1.0); [all …]
|
| D | texture-atomics.asm.graphics-robust-access.frag | 1 #pragma clang diagnostic ignored "-Wmissing-prototypes" 2 #pragma clang diagnostic ignored "-Wmissing-braces" 3 #pragma clang diagnostic ignored "-Wunused-variable" 20 constexpr const thread T& operator [] (size_t pos) const thread 29 constexpr const device T& operator [] (size_t pos) const device 34 constexpr const constant T& operator [] (size_t pos) const constant 43 constexpr const threadgroup T& operator [] (size_t pos) const threadgroup 71 fragment main0_out main0(main0_in in [[stage_in]], const device type_StructuredBuffer_v4float& Cull… 77 float2 _91 = float2(float(_83), float((_Globals.ShadowTileListGroupSize.y - 1u) - _78)); 79 float2 _96 = ((_91 / _93) * float2(2.0)) - float2(1.0); [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-ue4/asm/frag/ |
| D | texture-atomics.asm.frag | 1 #pragma clang diagnostic ignored "-Wmissing-prototypes" 2 #pragma clang diagnostic ignored "-Wmissing-braces" 3 #pragma clang diagnostic ignored "-Wunused-variable" 20 constexpr const thread T& operator [] (size_t pos) const thread 29 constexpr const device T& operator [] (size_t pos) const device 34 constexpr const constant T& operator [] (size_t pos) const constant 43 constexpr const threadgroup T& operator [] (size_t pos) const threadgroup 71 fragment main0_out main0(main0_in in [[stage_in]], const device type_StructuredBuffer_v4float& Cull… 77 float2 _91 = float2(float(_83), float((_Globals.ShadowTileListGroupSize.y - 1u) - _78)); 79 float2 _96 = ((_91 / _93) * float2(2.0)) - float2(1.0); [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/ |
| D | texture-atomics.asm.frag | 1 #pragma clang diagnostic ignored "-Wmissing-prototypes" 2 #pragma clang diagnostic ignored "-Wmissing-braces" 3 #pragma clang diagnostic ignored "-Wunused-variable" 20 constexpr const thread T& operator [] (size_t pos) const thread 29 constexpr const device T& operator [] (size_t pos) const device 34 constexpr const constant T& operator [] (size_t pos) const constant 43 constexpr const threadgroup T& operator [] (size_t pos) const threadgroup 71 fragment main0_out main0(main0_in in [[stage_in]], const device type_StructuredBuffer_v4float& Cull… 77 float2 _91 = float2(float(_83), float((_Globals.ShadowTileListGroupSize.y - 1u) - _78)); 79 float2 _96 = ((_91 / _93) * float2(2.0)) - float2(1.0); [all …]
|
12345