Searched +full:- +full:wno +full:- +full:sign +full:- +full:conversion (Results 1 – 25 of 47) sorted by relevance
12
/external/lz4/ |
D | Makefile | 2 # LZ4 - Makefile 3 # Copyright (C) Yann Collet 2011-present 29 # - LZ4 source repository : https://github.com/lz4/lz4 30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c 50 default: lib-release lz4-release 58 .PHONY: lib lib-release liblz4.a 60 lib lib-release liblz4.a: 61 @$(MAKE) -C $(LZ4DIR) $@ 63 .PHONY: lz4 lz4-release 65 lz4-release : lib-release [all …]
|
D | appveyor.yml | 4 - COMPILER: "visual" 7 - COMPILER: "visual" 10 - COMPILER: "visual" 13 - COMPILER: "visual" 16 - COMPILER: "gcc" 18 - COMPILER: "gcc" 20 - COMPILER: "gcc" 24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION% 25 - MKDIR bin 26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH% [all …]
|
D | .travis.yml | 6 - os: osx 8 - export CC=clang 9 …vericks Cmd='make -C tests test-lz4 MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion" && CFLAG… 11 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes) 12 - os: linux 14 env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fullbench' COMPILER=cc 16 - os: linux 18 …env: Ubu=12.04cont Cmd='sudo sysctl -w vm.mmap_min_addr="4096" && make -C tests test-frametest tes… 20 - os: linux 22 …test && make clean && make examples && make clean cmake && make clean travis-install && make clean… [all …]
|
/external/deqp/ |
D | Android.bp | 8 // The clang-tidy google-explicit-constructor warning is issued to nearly 9 // 1000 conversion constructors in this project. They are from more than 12 // or NOLINT(implicit), we suppress the google-explicit-constructor check. 13 "-google-explicit-constructor", 15 "-google-build-explicit-make-pair", 16 "-google-global-names-in-headers", 17 "-google-runtime-member-string-references", 18 "-google-runtime-operator", 22 "external/deqp-deps/SPIRV-Headers/include", 43 "deqp_spirv-tools", [all …]
|
/external/ltp/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 33 "-include bionic-compat.h", 35 "-Wall", 36 "-Werror", 38 "-Wno-error=absolute-value", 39 "-Wno-error=undefined-internal", 40 "-Wno-error=uninitialized", 41 "-Wno-error=user-defined-warnings", 43 "-Wno-constant-conversion", 44 "-Wno-deprecated", [all …]
|
/external/grpc-grpc/ |
D | Makefile | 14 # http://www.apache.org/licenses/LICENSE-2.0 28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384 83 VALID_CONFIG_asan-trace-cmp = 1 84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1 85 CC_asan-trace-cmp = clang 86 CXX_asan-trace-cmp = clang++ 87 LD_asan-trace-cmp = clang++ 88 LDXX_asan-trace-cmp = clang++ 89 …-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=… [all …]
|
D | Rakefile | 1 # -*- ruby -*- 14 task.options = ['-c', 'src/ruby/.rubocop.yml'] 29 # cross-compilation is contained in the "ext.cross_platform" array. 37 'x86-mingw32', 'x64-mingw32', 38 'x86_64-linux', 'x86-linux', 39 'universal-darwin' 76 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag] 78 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ') 89 …-D_WIN32_WINNT=0x600 -DNTDDI_VERSION=0x06000000 -DUNICODE -D_UNICODE -Wno-unused-variable -Wno-unu… 90 env += 'CFLAGS="-Wno-incompatible-pointer-types" ' [all …]
|
/external/deqp/framework/delibs/cmake/ |
D | CFlags.cmake | 1 #------------------------------------------------------------------------- 3 # ---------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 #------------------------------------------------------------------------- 37 add_definitions("-DDE_COVERAGE_BUILD") 38 set(TARGET_FLAGS "-fprofile-arcs -ftest-coverage") 39 set(LINK_FLAGS "${LINK_FLAGS} -lgcov") 43 set(DE_3RD_PARTY_C_FLAGS "${CMAKE_C_FLAGS} ${TARGET_FLAGS} -w") 44 set(DE_3RD_PARTY_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TARGET_FLAGS} -w") 46 # \note Remove -Wno-sign-conversion for more warnings [all …]
|
/external/swiftshader/src/Reactor/ |
D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 64 "../../third_party/subzero/pnacl-llvm/include/", 65 "../../third_party/llvm-subzero/include/", 69 include_dirs += [ "../../third_party/llvm-subzero/build/Windows/include/" ] 71 include_dirs += [ "../../third_party/llvm-subzero/build/Linux/include/" ] 73 include_dirs += [ "../../third_party/llvm-subzero/build/Fuchsia/include/" ] 75 include_dirs += [ "../../third_party/llvm-subzero/build/MacOS/include/" ] 88 "/wd4245", # conversion from int to unsigned int (llvm) 107 cflags += [ "-Wno-sign-compare" ] 111 cflags += [ "-Wno-macro-redefined" ] [all …]
|
/external/seccomp-tests/ |
D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 34 "-Wall", 35 "-Werror", 36 "-Wno-gnu-designator", 37 "-Wno-unused-parameter", 38 "-Wno-literal-conversion", 39 "-Wno-incompatible-pointer-types-discards-qualifiers", 40 "-Wno-sign-compare", 41 "-Wno-empty-body", 42 "-Wno-unused-function", [all …]
|
/external/iputils/ |
D | Android.bp | 4 "-D_GNU_SOURCE", 5 "-Wall", 6 "-Werror", 7 "-Wno-constant-conversion", 8 "-Wno-missing-field-initializers", 9 "-Wno-sign-compare", 10 "-Wno-unused-parameter",
|
/external/libdrm/ |
D | Android.bp | 2 // Copyright © 2011-2012 Intel Corporation 31 "-DMAJOR_IN_SYSMACROS=1", 32 "-DHAVE_VISIBILITY=1", 33 "-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1", 35 "-Wall", 36 "-Werror", 37 "-Wno-deprecated-declarations", 38 "-Wno-format", 39 "-Wno-gnu-variable-sized-type-not-at-end", 40 "-Wno-pointer-arith", [all …]
|
/external/iw/ |
D | Android.bp | 48 "-D_GNU_SOURCE", 49 "-DCONFIG_LIBNL20", 52 "-Wno-unused-parameter", 53 "-Wno-sign-compare", 54 "-Wno-format", 55 "-Wno-absolute-value", 56 "-Wno-enum-conversion", 57 "-Werror", 60 ldflags: ["-Wl,--no-gc-sections"],
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
/external/skqp/gn/ |
D | BUILD.gn | 3 # Use of this source code is governed by a BSD-style license that can be 44 "/utf-8", # Set Source and Executable character sets to UTF-8. 47 cflags += [ "-fms-compatibility-version=19" ] # 2015 71 "-imsvc", 95 "-fstrict-aliasing", 96 "-fPIC", 98 cflags_cc += [ "-std=c++14" ] 101 # These would make stack traces worse on Linux, so we don't just set them willy-nilly. 103 cflags += [ "-fvisibility=hidden" ] 104 cflags_cc += [ "-fvisibility-inlines-hidden" ] [all …]
|
/external/skia/gn/ |
D | BUILD.gn | 3 # Use of this source code is governed by a BSD-style license that can be 44 "/utf-8", # Set Source and Executable character sets to UTF-8. 47 cflags += [ "-fms-compatibility-version=19" ] # 2015 71 "-imsvc", 95 "-fstrict-aliasing", 96 "-fPIC", 98 cflags_cc += [ "-std=c++14" ] 101 # These would make stack traces worse on Linux, so we don't just set them willy-nilly. 103 cflags += [ "-fvisibility=hidden" ] 104 cflags_cc += [ "-fvisibility-inlines-hidden" ] [all …]
|
/external/swiftshader/src/Main/ |
D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 "-Wno-string-conversion", 29 "-Wno-sign-compare", 33 cflags = [ "-msse2" ]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 "/wd4267", # conversion from size_t to int/unsigned int 33 cflags = [ "-Wno-sign-compare" ] 36 …cflags += [ "-Wno-unused-variable" ] # local variable is initialized but not referenced (variable…
|
/external/tensorflow/tensorflow/lite/ |
D | build_def.bzl | 13 "-DFARMHASH_NO_CXX_STRING", 16 "-std=c++11", 17 "-O3", 20 "-mfpu=neon", 21 "-mfloat-abi=softfp", 22 "-std=c++11", 23 "-O3", 26 "-DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK", 29 "-msse4.1", 33 "/wd4018", # -Wno-sign-compare [all …]
|
/external/linux-kselftest/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 21 "-include bionic-compat.h", 23 "-Wall", 26 "-Wno-deprecated", 27 "-Wno-format", 28 "-Wno-gnu-designator", 29 "-Wno-macro-redefined", 30 "-Wno-missing-field-initializers", 31 "-Wno-parentheses-equality", 32 "-Wno-pointer-arith", [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CMakeLists.txt | 1 # Copyright (c) 2015-2016 The Khronos Group Inc. 7 # http://www.apache.org/licenses/LICENSE-2.0 27 project(spirv-tools) 29 set(SPIRV_TOOLS "SPIRV-Tools") 40 add_definitions(-DSPIRV_LINUX) 43 add_definitions(-DSPIRV_WINDOWS) 45 add_definitions(-DSPIRV_WINDOWS) 47 add_definitions(-DSPIRV_MAC) 49 add_definitions(-DSPIRV_ANDROID) 52 add_definitions(-DSPIRV_FREEBSD) [all …]
|
/external/deqp-deps/SPIRV-Tools/ |
D | CMakeLists.txt | 1 # Copyright (c) 2015-2016 The Khronos Group Inc. 7 # http://www.apache.org/licenses/LICENSE-2.0 27 project(spirv-tools) 29 set(SPIRV_TOOLS "SPIRV-Tools") 40 add_definitions(-DSPIRV_LINUX) 43 add_definitions(-DSPIRV_WINDOWS) 45 add_definitions(-DSPIRV_WINDOWS) 47 add_definitions(-DSPIRV_MAC) 49 add_definitions(-DSPIRV_ANDROID) 52 add_definitions(-DSPIRV_FREEBSD) [all …]
|
/external/parameter-framework/upstream/ |
D | CMakeLists.txt | 1 # Copyright (c) 2014-2016, Intel Corporation 38 project(parameter-framework) 51 option(FATAL_WARNINGS "Turn warnings into errors (-Werror flag)" ON) 70 string(REGEX REPLACE "/W[0-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 84 add_compile_options(/W4 /FIiso646.h -wd4127 -wd4251) 89 add_compile_options(-Wall -Wextra -Wconversion -Wno-sign-conversion 90 $<$<BOOL:FATAL_WARNINGS>:-Werror>) 107 # Since there is no directory-wide property for linker flags, we can't use 108 # set_property for the link-time coverage flags. 110 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage") [all …]
|
/external/googletest/googletest/cmake/ |
D | internal_utils.cmake | 6 # - This file will be run twice when building Google Mock (once via 11 # - The functions/macros defined in this file may depend on Google 23 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#dynamic-replace. 33 # hard-to-find crashes. When it is built as a static library, it is 37 string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}") 45 # turned off (/EHs-c- flag). Where required, exceptions are explicitly 46 # re-enabled using the cxx_exception_flags variable. 70 # TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds. 71 set(cxx_base_flags "-GS -W4 -WX -wd4251 -wd4275 -nologo -J -Zi") 72 set(cxx_base_flags "${cxx_base_flags} -D_UNICODE -DUNICODE -DWIN32 -D_WIN32") [all …]
|
/external/python/cpython2/ |
D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 name: "py2-interp-defaults", 22 "-fwrapv", 23 "-O3", 24 "-Wall", 25 "-Wstrict-prototypes", 26 "-DPy_BUILD_CORE", 27 "-Werror", 28 "-Wno-invalid-source-encoding", 29 "-Wno-int-conversion", [all …]
|
12