HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 1 - 25 of 3343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
enable_warnings.hpp 16 # pragma warning(default: 4511) // copy constructor can't not be generated
17 # pragma warning(default: 4512) // assignment operator can't not be generated
18 # pragma warning(default: 4100) // unreferenced formal parameter
19 # pragma warning(default: 4996) // <symbol> was declared deprecated
20 # pragma warning(default: 4355) // 'this' : used in base member initializer list
21 # pragma warning(default: 4706) // assignment within conditional expression
22 # pragma warning(default: 4251) // class 'A<T>' needs to have dll-interface to be used by clients of class 'B'
23 # pragma warning(default: 4127) // conditional expression is constant
24 # pragma warning(default: 4290) // C++ exception specification ignored except to ...
25 # pragma warning(default: 4180) // qualifier applied to function type has no meaning; ignore
    [all...]
suppress_warnings.hpp 16 # pragma warning(push)
17 # pragma warning(disable: 4511) // copy constructor can't not be generated
18 # pragma warning(disable: 4512) // assignment operator can't not be generated
19 # pragma warning(disable: 4100) // unreferenced formal parameter
20 # pragma warning(disable: 4996) // <symbol> was declared deprecated
21 # pragma warning(disable: 4355) // 'this' : used in base member initializer list
22 # pragma warning(disable: 4706) // assignment within conditional expression
23 # pragma warning(disable: 4251) // class 'A<T>' needs to have dll-interface to be used by clients of class 'B'
24 # pragma warning(disable: 4127) // conditional expression is constant
25 # pragma warning(disable: 4290) // C++ exception specification ignored except to ..
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pytuplehlp.swg 7 #warning "Deprecated file: Don't use t_output_helper anymore,"
8 #warning "use SWIG_Python_AppendOutput or %append_output instead."
implicit.i 4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
6 #warning "Try using the more robust '%implicitconv Type;' directive instead."
  /external/clang/test/Misc/
diag-mapping2.c 2 // RUN: %clang_cc1 %s 2>&1 | grep "warning: foo"
11 // -Werror can map this one warning to error.
15 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning: foo"
18 // RUN: %clang_cc1 %s -Werror -Wno-error 2>&1 | grep "warning: foo"
20 #warning foo
  /prebuilts/misc/common/swig/include/2.0.11/
stl.i 5 #warning "stl.i not implemented for this target"
  /external/libvorbis/symbian/
config.h 40 #pragma warning(disable: 4100) /* unreferenced formal parameter */
41 #pragma warning(disable: 4127) /* conditional expression is constant */
42 #pragma warning(disable: 4189) /* local variable is initialized but not referenced */
43 #pragma warning(disable: 4244) /* conversion from '...' to '...', possible loss of data */
44 #pragma warning(disable: 4305) /* truncation from '...' to '...' */
45 #pragma warning(disable: 4505) /* unreferenced local function has been removed */
46 #pragma warning(disable: 4514) /* unreferenced inline function has been removed */
47 #pragma warning(disable: 4702) /* unreachable code */
48 #pragma warning(disable: 4701) /* local variable may be be used without having been initialized */
49 #pragma warning(disable: 4706) /* assignment within conditional expression */
    [all...]
  /external/stlport/src/
warning_disable.h 8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiated */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disable : 4511 ) /* copy constructor cannot be generated *
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiated */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disable : 4511 ) /* copy constructor cannot be generated *
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
implicit.i 4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
6 #warning "Try using the more robust '%implicitconv Type;' directive instead."
  /external/chromium_org/third_party/skia/include/utils/
SkJSONCPP.h 14 // json includes xlocale which generates warning 4530 because we're
17 #pragma warning(push)
18 #pragma warning(disable : 4530)
24 #pragma warning(pop)
  /external/skia/include/utils/
SkJSONCPP.h 14 // json includes xlocale which generates warning 4530 because we're
17 #pragma warning(push)
18 #pragma warning(disable : 4530)
24 #pragma warning(pop)
  /development/ndk/platforms/android-3/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"

Completed in 3644 milliseconds

1 2 3 4 5 6 7 8 91011>>