Home
last modified time | relevance | path

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/
Dbuild.yml1 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/
Dbuild.yml1 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/
DCMakeLists.txt1 # 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/curl/CMake/
DPickyWarnings.cmake21 # SPDX-License-Identifier: curl
29 set(WPICKY "${WPICKY} -pedantic-errors")
36 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
38 # WPICKY_ENABLE = Options we want to enable as-is.
41 # Prefer the -Wextra alias with clang.
43 set(WPICKY_ENABLE "-Wextra")
45 set(WPICKY_ENABLE "-W")
49 -Wall -pedantic
52 # ----------------------------------
54 # ----------------------------------
[all …]
/third_party/alsa-lib/
D.travis.yml4 - sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
5 - bash gitcompile.travis
Dgitcompile3 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/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - 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/nghttp2/cmake/
DPickyWarningsC.cmake31 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
33 # WPICKY_ENABLE = Options we want to enable as-is.
36 # Prefer the -Wextra alias with clang.
38 set(WPICKY_ENABLE "-Wextra")
40 set(WPICKY_ENABLE "-W")
44 -Wall
47 # ----------------------------------
49 # ----------------------------------
56 -Wconversion # clang 3.0 gcc 2.95
57 -Winline # clang 1.0 gcc 1.0
[all …]
/third_party/alsa-utils/
Dgitcompile3 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/node/deps/v8/include/cppgc/internal/
Dlogging.h2 // Use of this source code is governed by a BSD-style license that can be
8 #include "cppgc/source-location.h"
14 void V8_EXPORT DCheckImpl(const char*,
15 const SourceLocation& = SourceLocation::Current());
17 FatalImpl(const char*, const SourceLocation& = SourceLocation::Current());
19 // Used to ignore -Wunused-variable.
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dculling.comp1 #pragma clang diagnostic ignored "-Wunused-variable"
26 kernel void main0(const device SSBO& _22 [[buffer(0)]], device SSBO2& _38 [[buffer(1)]], device SSB…
Dbasic.comp1 #pragma clang diagnostic ignored "-Wunused-variable"
26 kernel void main0(const device SSBO& _23 [[buffer(0)]], device SSBO2& _45 [[buffer(1)]], device SSB…
Dbasic.dispatchbase.msl11.comp1 #pragma clang diagnostic ignored "-Wunused-variable"
26 kernel void main0(constant uint3& spvDispatchBase [[buffer(29)]], const device SSBO& _27 [[buffer(0…
Dbasic.dispatchbase.comp1 #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/
Dbasic.comp1 #pragma clang diagnostic ignored "-Wunused-variable"
26 kernel void main0(const device SSBO& _23 [[buffer(0)]], device SSBO2& _45 [[buffer(1)]], device SSB…
Dculling.comp1 #pragma clang diagnostic ignored "-Wunused-variable"
26 kernel void main0(const device SSBO& _22 [[buffer(0)]], device SSBO2& _38 [[buffer(1)]], device SSB…
Dbasic.dispatchbase.msl11.comp1 #pragma clang diagnostic ignored "-Wunused-variable"
26 kernel void main0(constant uint3& spvDispatchBase [[buffer(29)]], const device SSBO& _27 [[buffer(0…
Dbasic.dispatchbase.comp1 #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/selinux/libselinux/src/
DMakefile5 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-ue4/asm/frag/
Dtexture-atomics.asm.graphics-robust-access.frag1 #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 …]
Dtexture-atomics.asm.frag1 #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 …]
Dtexture-atomics.asm.argument.msl2.frag1 #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
61 const device type_StructuredBuffer_v4float* CulledObjectBoxBounds [[id(0)]];
85 … = float2(float(_83), float(((*spvDescriptorSet0._Globals).ShadowTileListGroupSize.y - 1u) - _78));
87 float2 _96 = ((_91 / _93) * float2(2.0)) - float2(1.0);
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dtexture-atomics.asm.graphics-robust-access.frag1 #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 …]
Dtexture-atomics.asm.frag1 #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/
Dtexture-atomics.asm.frag1 #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