Home
last modified time | relevance | path

Searched +full:- +full:wno +full:- +full:sign +full:- +full:conversion (Results 1 – 24 of 24) sorted by relevance

/external/lz4/
DMakefile2 # LZ4 - Makefile
3 # Copyright (C) Yann Collet 2011-2016
29 # - LZ4 source repository : https://github.com/Cyan4973/lz4
30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
56 @$(MAKE) -C $(LZ4DIR)
57 @$(MAKE) -C $(PRGDIR)
61 @$(MAKE) -C $(LZ4DIR) $@
62 @$(MAKE) -C $(PRGDIR) $@
63 @$(MAKE) -C $(TESTDIR) $@
64 @$(MAKE) -C $(EXDIR) $@
[all …]
Dappveyor.yml4 - 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.yml6 - 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-fasttest test-fullbench' COMPILER=cc
16 - os: linux
18 env: Ubu=12.04cont Cmd='make -C tests test-frametest test-fuzzer' COMPILER=cc
20 - os: linux
22 …make gpptest && make clean examples && make clean cmake && make clean travis-install && make clean…
[all …]
/external/deqp/framework/delibs/cmake/
DCFlags.cmake1 #-------------------------------------------------------------------------
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/iptables/extensions/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
2 #----------------------------------------------------------------
12 MY_pfx_build_mod := $(filter-out ${MY_excluded_modules} dccp ipvs,${MY_pfx_build_mod})
13 MY_pf4_build_mod := $(filter-out ${MY_excluded_modules} dccp ipvs,${MY_pf4_build_mod})
14 MY_pf6_build_mod := $(filter-out ${MY_excluded_modules} dccp ipvs,${MY_pf6_build_mod})
18 ….c:202:11: error: address of array 'info->name' will always evaluate to 'true' [-Werror,-Wpointer-
20 -Wno-unused-parameter -Wno-missing-field-initializers \
21 -Wno-sign-compare -Wno-pointer-arith \
22 -Wno-pointer-bool-conversion \
23 -Wno-tautological-pointer-compare
[all …]
/external/seccomp-tests/
DAndroid.mk7 # http://www.apache.org/licenses/LICENSE-2.0
15 LOCAL_PATH := $(call my-dir)
28 LOCAL_CFLAGS := -Wno-gnu-designator \
29 -Wno-unused-parameter \
30 -Wno-literal-conversion \
31 -Wno-incompatible-pointer-types-discards-qualifiers \
32 -Wno-sign-compare \
33 -Wno-empty-body \
34 -D__ARCH_WANT_SYSCALL_DEPRECATED # TODO(rsesek): Remove after syncing in upstream.
/external/iw/
DAndroid.mk1 LOCAL_PATH := $(call my-dir)
13 LOCAL_CFLAGS += -D_GNU_SOURCE -DCONFIG_LIBNL20
16 LOCAL_CFLAGS += -Wno-unused-parameter \
17 -Wno-sign-compare \
18 -Wno-format \
19 -Wno-absolute-value \
20 -Werror
21 LOCAL_CLANG_CFLAGS += -Wno-enum-conversion
23 LOCAL_LDFLAGS := -Wl,--no-gc-sections
29 LOCAL_GENERATED_SOURCES := $(local-generated-sources-dir)/version.c
[all …]
/external/skia/gn/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
13 ar = "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin/ar.exe"
17 ar = "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin/ar"
88 "/utf-8", # Set Source and Executable character sets to UTF-8.
148 "-fstrict-aliasing",
149 "-fPIC",
150 "-Werror",
153 "-std=c++11",
154 "-fno-threadsafe-statics",
158 # These would make stack traces worse on Linux, so we don't just set them willy-nilly.
[all …]
/external/libdrm/
DAndroid.mk2 # Copyright © 2011-2012 Intel Corporation
25 LOCAL_PATH := $(call my-dir)
31 -DHAVE_VISIBILITY=1 \
32 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 \
33 -Wno-enum-conversion \
34 -Wno-missing-field-initializers \
35 -Wno-pointer-arith \
36 -Wno-sign-compare \
37 -Wno-tautological-compare \
38 -Wno-unused-parameter
[all …]
/external/linux-kselftest/
DAndroid.bp8 // 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/parameter-framework/upstream/
DCMakeLists.txt1 # Copyright (c) 2014-2016, Intel Corporation
38 project(parameter-framework)
51 option(FATAL_WARNINGS "Turn warnings into errors (-Werror flag)" ON)
65 string(REGEX REPLACE "/W[0-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
79 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /FIiso646.h -wd4127 -wd4251")
84 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -Wconversion -Wno-sign-conversion
86 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
101 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
102 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage")
109 add_subdirectory(remote-processor)
[all …]
/external/clang/test/FixIt/
Dfixit.cpp1 // RUN: %clang_cc1 -pedantic -Wall -Wno-comment -verify -fcxx-exceptions -x c++ %s
2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | Fil…
4 // RUN: not %clang_cc1 -pedantic -Wall -Wno-comment -fcxx-exceptions -fixit -x c++ %t
5 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -Wno-comment -fcxx-exceptions -x c++ %t
9 warnings will be fixed by -fixit, and the resulting file should
10 compile cleanly with -Werror -pedantic. */
16 struct C2 : virtual public virtual C1 { }; // expected-error{{duplicate}}
18 virtual void C1::f() { } // expected-error{{'virtual' can only be specified inside the class defini… in f()
20 static void C1::g() { } // expected-error{{'static' can only be specified inside the class definiti… in g()
22 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use …
[all …]
/external/curl/m4/
Dcurl-compilers.m48 # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
28 dnl -------------------------------------------------
69 *** mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
77 dnl -------------------------------------------------
87 clangver=`$CC -dumpversion`
88 clangvhi=`echo $clangver | cut -d . -f1`
89 clangvlo=`echo $clangver | cut -d . -f2`
91 flags_dbg_all="-g -g0 -g1 -g2 -g3"
92 flags_dbg_all="$flags_dbg_all -ggdb"
93 flags_dbg_all="$flags_dbg_all -gstabs"
[all …]
/external/lz4/tests/
Dtest-lz4-speed.py4 # Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
7 # This source code is licensed under the BSD-style license found in the
13 # - doesn't support filenames with spaces
14 # - dir1/lz4 and dir2/lz4 will be merged in a single results file
24 script_version = 'v1.7.2 (2016-11-08)'
45 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text)
53 stderr_lines = stderr_lines.decode("utf-8")
54 stdout_lines = stdout_lines.decode("utf-8")
82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
84 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
[all …]
/external/deqp/
DAndroid.mk1 LOCAL_PATH := $(call my-dir)
4 # The clang-tidy google-explicit-constructor warning is issued to nearly
5 # 1000 conversion constructors in this project. They are from more than
8 # or NOLINT(implicit), we suppress the google-explicit-constructor check.
9 LOCAL_TIDY_CHECKS := -google-explicit-constructor
984 -DDEQP_SUPPORT_GLES1=1 \
985 -DDE_ANDROID_API=9 \
986 -D_XOPEN_SOURCE=600 \
987 -DDEQP_TARGET_NAME=\"android\" \
988 -DDEQP_GLES3_RUNTIME_LOAD=1 \
[all …]
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ----------------------===//
8 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;
73 "conversion from %0 to %1 is not allowed in a converted constant expression">;
75 "conversion from %0 to %1 in converted constant expression would "
78 "%select{case value|enumerator value|non-type template argument|"
82 "%select{case value|enumerator value|non-type template argument|"
93 "integral constant expression requires explicit conversion from %0 to %1">;
[all …]
/external/libxml2/doc/
Dxml.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
14 <h1 style="text-align: center">libxml, a.k.a. gnome-xml</h1>
19 style="text-align: right; font-style: italic; font-size: 10pt">"Programming
26 under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
30 well-known markup language. Though the library is written in C <a
42 href="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</a></li>
44 href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a></li>
47 <li><a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> :
58 <li>ISO-8859-x encodings, as well as <a
[all …]
/external/clang/lib/AST/
DExprConstant.cpp1 //===--- ExprConstant.cpp - Expression Constant Evaluator -----------------===//
8 //===----------------------------------------------------------------------===//
21 // * A flag indicating if evaluation encountered (unevaluated) side-effects.
30 // fold a potential constant sub-expression will be indicated by a 'false'
32 // expression is not necessarily non-constant).
34 //===----------------------------------------------------------------------===//
66 return D->getType(); in getType()
76 const Expr *Temp = MTE->GetTemporaryExpr(); in getType()
77 const Expr *Inner = Temp->skipRValueSubobjectAdjustments(CommaLHSs, in getType()
79 // Keep any cv-qualifiers from the reference if we generated a temporary in getType()
[all …]
/external/valgrind/
DNEWS16 n-i-bz Improved thread startup time significantly on non-Linux platforms.
22 The following bugs have been fixed or resolved. Note that "n-i-bz"
23 stands for "not in bugzilla" -- that is, a bug that was reported to us
26 than mailing the developers (or mailing lists) directly -- bugs that
36 353370 don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine
37 353398 WARNING: unhandled amd64-solaris syscall: 207
38 353680 s390x: Crash with certain glibc versions due to non-implemented TBEGIN
40 353917 unhandled amd64-solaris syscall fchdir(120)
41 353920 unhandled amd64-solaris syscall: 170
73 as a whole somewhat faster, so JIT-intensive activities, for example
[all …]
/external/c-ares/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for c-ares 1.7.5.
5 # Report bugs to <c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares>.
15 ## -------------------- ##
17 ## -------------------- ##
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
[all …]
/external/bison/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <bug-bison@gnu.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
DChangeLog-20121 2012-01-15 Jim Meyering <meyering@redhat.com>
8 2012-01-15 Jim Meyering <meyering@redhat.com>
12 "make syntax-check" failure.
14 2012-01-15 Jim Meyering <meyering@redhat.com>
18 * src/parse-gram.c (lloc_default): Likewise.
19 * src/parse-gram.y (lloc_default): Likewise, and remove a
22 2012-01-13 Jim Meyering <meyering@redhat.com>
26 at a point where we know it is non-NULL, due to prior dereference.
28 2012-01-13 Akim Demaille <akim@lrde.epita.fr>
33 2012-01-13 Akim Demaille <akim@lrde.epita.fr>
[all …]
/external/libpng/
DCHANGES2 CHANGES - changes for libpng
5 initial work-in-progress release
69 added png_read_update_info() - updates info structure with transformations
80 fixed some bugs (16-bit, 4-bit interlaced, etc.)
104 Changed warning/error callback functions to fix bug - this means you
116 in pngconf.h) - if nobody uses this, it may disappear in the future.
130 libpng will use the zlib CRC routines by (compile-time) default
131 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner)
140 of nearly identical error messages (will simplify multi-lingual
142 Try to get ready for unknown-chunk callback functions:
[all …]
/external/strace/
DChangeLog-CVS1 2009-07-08 Dmitry V. Levin <ldv@altlinux.org>
3 Clean up spacing to fix warnings reported by git diff --check.
7 * strace-graph: Likewise.
10 * README-linux: Likewise.
11 * README-svr4: Likewise.
24 2009-07-07 Dmitry V. Levin <ldv@altlinux.org>
27 * README-CVS: Rename to README-hacking.
28 * Makefile.am (EXTRA_DIST): Remove README-CVS.
30 2009-06-01 Dmitry V. Levin <ldv@altlinux.org>
33 gcc -Wformat-security.
[all …]