Searched +full:- +full:wunused +full:- +full:const +full:- +full:variable (Results 1 – 25 of 115) 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 17 - name: Checkout all tags 19 git fetch --prune --unshallow 20 - name: Modify version 23 version=$(git describe | sed -e 's/v//') [all …]
|
| /third_party/glslang/ |
| D | CMakeLists.txt | 64 # This logic inside SPIRV-Tools, which can upset build target dependencies 77 option(ENABLE_GLSLANG_BINARIES "Builds glslangValidator and spirv-remap" ON) 80 …"If using Emscripten, build glslang.js. Otherwise, builds a sample executable for binary-size test… 105 option(ENABLE_OPT "Enables spirv-opt capability if present" ON) 126 add_definitions(-DENABLE_HLSL) 130 add_definitions(-DGLSLANG_WEB) 132 add_definitions(-DGLSLANG_WEB_DEVEL) 141 add_definitions(-DGLSLANG_OSINCLUDE_WIN32) 143 add_definitions(-DGLSLANG_OSINCLUDE_UNIX) 149 add_compile_options(-Wall -Wmaybe-uninitialized -Wuninitialized -Wunused -Wunused-local-typedefs [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 9 if [ $# -ne 0 ]; then 11 while [ -z "$endloop" ]; do 15 echo "Forced 32-bit library build..." 30 lto="-flto -flto-partition=none" 39 if [ $# -ne 0 -a -z "$bit32" ]; then 41 elif [ -r /etc/asound/library_args ]; then 43 if [ -z "$bit32" ]; then 44 test -r /etc/asound/library64_args && \ 51 if [ -z "$bit32" ]; then [all …]
|
| /third_party/boost/libs/geometry/test/ |
| D | geometry_test_common.hpp | 3 // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2015 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK. 8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 57 // Include some always-included-for-testing files 63 // warning: unused variable 'check_is_close' [-Wunused-variable] 64 # pragma clang diagnostic ignored "-Wunused-variable" 65 // warnings when -Wconversion is set 66 # pragma clang diagnostic ignored "-Wsign-conversion" 67 # pragma clang diagnostic ignored "-Wshorten-64-to-32" [all …]
|
| /third_party/alsa-utils/ |
| D | .travis.yml | 4 - sudo apt-get --yes install xmlto python-docutils 5 - wget -O /tmp/alsa-lib.tar.gz https://github.com/alsa-project/alsa-lib/archive/master.tar.gz 6 - ls -la /tmp/alsa-lib.tar.gz 7 - tar -xvf /tmp/alsa-lib.tar.gz 8 - cd alsa-lib-master 9 - sed -e 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis 10 - bash gitcompile.travis 11 - sudo make install 12 - cd .. 13 - cp $(whereis gettextize | cut -d ' ' -f 2) gettextize1 [all …]
|
| /third_party/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/third_party/externals/spirv-cross/reference/opt/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/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/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/json/ |
| D | Makefile | 10 # find GNU sed to use `-i` parameter 11 SED:=$(shell command -v gsed || which sed) 19 SRCS=$(shell find include -type f | sort) 31 …@echo "amalgamate - amalgamate file single_include/nlohmann/json.hpp from the include/nlohmann sou… 32 @echo "ChangeLog.md - generate ChangeLog file" 33 @echo "check-amalgamation - check whether sources have been amalgamated" 34 @echo "clean - remove built files" 35 @echo "coverage - create coverage information with lcov" 36 @echo "cppcheck - analyze code with cppcheck" 37 @echo "cpplint - analyze code with cpplint" [all …]
|
| /third_party/boost/libs/math/example/ |
| D | policy_ref_snip13.cpp | 7 // Note that this file contains quickbook mark-up as well as code 8 // and comments, don't change any of the special comment mark-ups! 12 # pragma warning (disable : 4189) // 'd' : local variable is initialized but not referenced 15 # pragma GCC diagnostic ignored "-Wunused-variable" 60 catch(const std::domain_error& e) in test_cauchy() 77 policy_snip_13.vcxproj -> J:\Cpp\MathToolkit\test\Math_test\Release\policy_snip_13.exe
|
| /third_party/gstreamer/gstplugins_good/ext/soup/stub/ |
| D | soup.h | 19 #include <glib-object.h> 147 const char *method; 162 const char *data, 176 typedef void (*SoupMessageHeadersForeachFunc)(const char *name, 177 const char *value, 186 #pragma GCC diagnostic ignored "-Wunused-variable" 196 #define _SOUP_ATOMIC_INTERN_STRING(variable, value) \ argument 197 ((const char *)(g_atomic_pointer_get(&(variable)) \ 198 ? (variable) \ 200 &(variable), \ [all …]
|
| /third_party/flutter/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/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 "from distutils.sysconfig import *; print(get_python_lib(plat_… 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/boost/boost/gil/concepts/ |
| D | pixel_locator.hpp | 2 // Copyright 2005-2007 Adobe Systems Incorporated 26 #pragma clang diagnostic ignored "-Wunknown-pragmas" 27 #pragma clang diagnostic ignored "-Wunused-local-typedefs" 32 #pragma GCC diagnostic ignored "-Wunused-local-typedefs" 33 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 40 /// \brief N-dimensional locator 44 /// \brief 2-dimensional locator 48 /// \brief 2-dimensional locator over pixel data 51 /// \brief N-dimensional locator over immutable values 58 … typename difference_type; where PointNDConcept<difference_type>; // return value of operator-. [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 …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/ |
| 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 …]
|
12345