/external/libnl/include/netlink/ |
cache-api.h | 18 #warning "You are including a deprecated header file, include <netlink/cache.h>."
|
/external/libnl/include/netlink/route/link/ |
api.h | 18 #warning "You are including a deprecated header file, include <netlink/route/link.h>."
|
info-api.h | 18 #warning "You are including a deprecated header file, include <netlink/route/link.h>."
|
/external/swiftshader/src/OpenGL/compiler/ |
ValidateGlobalInitializer.h | 22 bool ValidateGlobalInitializer(TIntermTyped *initializer, const TParseContext *context, bool *warning);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
unresolved-1-dyn.d | 3 #warning: \(\.text\+0x8\): warning: undefined reference to `foo'
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/ |
start.d | 3 #warning: .*: warning: cannot find entry symbol .*
|
/bionic/libc/arch-arm/bionic/ |
atexit_legacy.c | 54 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n"; local 56 __libc_format_log(ANDROID_LOG_WARN, "libc", warning); 57 fprintf(stderr, warning);
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ia32/ |
ProcessorBind.h | 32 // Disable ICC's remark #869: "Parameter" was never referenced warning.
35 #pragma warning ( disable : 869 )
41 #pragma warning ( disable : 1418 )
47 #pragma warning ( disable : 1419 )
53 #pragma warning ( disable : 593 )
61 // Disable warning that make it impossible to compile at /W4
68 #pragma warning ( disable : 4214 )
73 #pragma warning ( disable : 4100 )
76 // Disable slightly different base types warning as CHAR8 * can not be set
79 #pragma warning ( disable : 4057 ) [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Ipf/ |
ProcessorBind.h | 33 // Disable ICC's remark #869: "Parameter" was never referenced warning.
36 #pragma warning ( disable : 869 )
42 #pragma warning ( disable : 1418 )
48 #pragma warning ( disable : 1419 )
54 #pragma warning ( disable : 593 )
61 // Disable warning that make it impossible to compile at /W4
68 #pragma warning ( disable : 4214 )
73 #pragma warning ( disable : 4100 )
76 // Disable slightly different base types warning as CHAR8 * can not be set
79 #pragma warning ( disable : 4057 ) [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/X64/ |
ProcessorBind.h | 33 // Disable ICC's remark #869: "Parameter" was never referenced warning.
36 #pragma warning ( disable : 869 )
42 #pragma warning ( disable : 1418 )
48 #pragma warning ( disable : 1419 )
54 #pragma warning ( disable : 593 )
62 // Disable warning that make it impossible to compile at /W4
69 #pragma warning ( disable : 4214 )
74 #pragma warning ( disable : 4100 )
77 // Disable slightly different base types warning as CHAR8 * can not be set
80 #pragma warning ( disable : 4057 ) [all...] |
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
abstract_class.cc | 42 #pragma warning(push) 43 #pragma warning(disable:4355) 44 // Disable warning C4355: 'this' : used in base member initializer list. 48 #pragma warning(pop)
|
/external/skia/include/private/ |
GrTextureRenderTargetProxy.h | 16 #pragma warning(push) 17 #pragma warning(disable: 4250) 39 #pragma warning(pop)
|
/external/llvm/test/MC/ARM/ |
deprecated-v8.s | 7 @ CHECK-ARMV8: warning: deprecated 8 @ CHECK-THUMBV8: warning: deprecated 9 @ CHECK-ARMV7-NOT: warning: deprecated 10 @ CHECK-THUMBV7-NOT: warning: deprecated 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb' 13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb' 14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb' 15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb' 16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb' 18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Common/ |
WinNTInclude.h | 24 // Win32 include files do not compile clean with /W4, so we use the warning
26 // compile at /W4 (highest warning level) with /WX (warnings cause build
29 #pragma warning(disable : 4115)
30 #pragma warning(disable : 4201)
31 #pragma warning(disable : 4028)
32 #pragma warning(disable : 4133)
76 #pragma warning(default : 4115)
77 #pragma warning(default : 4201)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
warn3.d | 3 #warning: .*: warning: badsym warning$ 7 # generic linker targets don't support .gnu.warning sections. 9 # Check that warnings are generated for the symbols in .gnu.warning
|
/external/clang/test/Preprocessor/ |
warning_tests.c | 6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}} 9 // expected-warning@+2 {{Should have -Wparentheses}} 11 #warning Should have -Wparentheses 19 // expected-warning@+3 {{Not a valid warning flag}} 20 #if __has_warning("-Wnot-a-valid-warning-flag-at-all") 22 #warning Not a valid warning flag
|
cxx_oper_keyword.cpp | 28 //expected-warning@+2 {{and is defined}} 30 #warning and is defined
|
/development/host/windows/usb/api/ |
stdafx.h | 58 // turns off ATL's hiding of some common and often safely ignored warning messages
64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
72 #pragma warning(default: 4201)
73 #pragma warning(disable: 4200)
|
/development/host/windows/usb/winusb/ |
stdafx.h | 58 // turns off ATL's hiding of some common and often safely ignored warning messages
64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
72 #pragma warning(default: 4201)
73 #pragma warning(disable: 4200)
|
/external/clang/test/Frontend/ |
rewrite-macros.c | 15 // CHECK: /*#warning eek*/{{$}} 16 /* expected-warning {{eek}} */ #warning eek
|
/external/eigen/Eigen/src/Core/util/ |
DisableStupidWarnings.h | 19 // 4800 - 'type' : forcing value to bool 'true' or 'false' (performance warning) 21 #pragma warning( push ) 23 #pragma warning( disable : 4100 4101 4127 4181 4211 4244 4273 4324 4503 4512 4522 4700 4714 4717 4800) 27 // ICC 12 generates this warning even without any inline keyword, when defining class methods 'inline' i.e. inside of class body 30 // ICC 12 generates this warning on assert(constant_expression_depending_on_template_params) and frankly this is a legitimate use case. 34 #pragma warning push 36 #pragma warning disable 2196 279 1684 2259 39 // -Wconstant-logical-operand - warning: use of logical && with constant operand; switch to bitwise & or remove constant 40 // this is really a stupid warning as it warns on compile-time expressions involving enums
|
/external/libnl/include/netlink/route/ |
tc-api.h | 19 #warning "You are including a deprecated header file, include <netlink/route/tc.h>."
|
/external/parameter-framework/upstream/parameter/log/include/log/ |
ILogger.h | 44 virtual void warning(const std::string &strLog) = 0;
|
/external/strace/linux/ |
arch_sigreturn.c | 0 #warning sigreturn/rt_sigreturn signal mask decoding is not implemented for this architecture
|
/external/syslinux/gpxe/src/arch/i386/include/ |
bochs.h | 32 #warning "bochs.h should not be included into production code"
|