Searched refs:warning (Results 1 - 25 of 859) sorted by relevance

1234567891011>>

/macosx-10.9.5/swig-10/Lib/python/
H A Dpytuplehlp.swg7 #warning "Deprecated file: Don't use t_output_helper anymore,"
8 #warning "use SWIG_Python_AppendOutput or %append_output instead."
H A Dimplicit.i4 #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."
/macosx-10.9.5/swig-10/Lib/
H A Dstl.i8 #warning "stl.i not implemented for this target"
/macosx-10.9.5/swig-10/Lib/octave/
H A Dimplicit.i4 #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."
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCodeAnalysisConfig.h29 // warning C6011: dereferencing NULL pointer <name>
30 // warning C6031: return value ignored: <function> could return unexpected value
31 // warning C6211: Leaking memory due to an exception. Consider using a local catch block to clean up memory.
32 // warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _alloca_s instead
33 // warning C6387: <argument> may be <value>: this does not adhere to the specification for the function <function name>: Lines: x, y
34 #pragma warning(disable: 6011 6031 6211 6255 6387)
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dmsvc.h11 // get rid of several common warning messages
13 //#pragma warning(disable: 4244) // conversion ..., possible loss of data
14 //#pragma warning(disable: 4135) // conversion between diff. integral types
15 //#pragma warning(disable: 4511) // copy constructor could not be generated
16 //#pragma warning(disable: 4512) // assignment op could not be generated
17 //#pragma warning(disable: 4514) // unreferenced inline removed
18 #pragma warning(disable: 4710) // function ... not inlined
19 #pragma warning(disable: 4711) // ... selected for automatic inline expansion
20 #pragma warning(disable: 4100) // unreferenced formal parameter
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstandards.h32 #warning "The use of <standards.h> is deprecated, and it will be removed in a future release."
/macosx-10.9.5/xnu-2422.115.4/bsd/bsm/
H A Daudit_kernel.h42 #warning "<bsm/audit_kernel.h> is deprecated. Please use <security/audit/audit.h> instead."
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmd5.h36 #warning \
H A Dmach_swapon.h38 #warning obsolete header file! Please delete the include from your sources.
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dwarnless.c127 # pragma warning(push)
128 # pragma warning(disable:810) /* conversion may lose significant bits */
135 # pragma warning(pop)
146 # pragma warning(push)
147 # pragma warning(disable:810) /* conversion may lose significant bits */
154 # pragma warning(pop)
165 # pragma warning(push)
166 # pragma warning(disable:810) /* conversion may lose significant bits */
173 # pragma warning(pop)
184 # pragma warning(pus
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/backward/
H A Drubyio.h2 #warning use "ruby/io.h" instead of "rubyio.h"
4 #pragma message("warning: use \"ruby/io.h\" instead of \"rubyio.h\"")
H A Dst.h2 #warning use "ruby/st.h" instead of bare "st.h"
4 #pragma message("warning: use \"ruby/st.h\" instead of bare \"st.h\"")
H A Dutil.h2 #warning use "ruby/util.h" instead of bare "util.h"
4 #pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"")
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Dcarp.t25 my $warning = '';
27 $warning .= join '', @_;
31 is $warning, sprintf "bar at %s line %s.\n", $0, __LINE__ - 1;
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dno_plan.t26 my $warning = '';
27 local $SIG{__WARN__} = sub { $warning .= join '', @_ };
31 is( $warning, "no_plan takes no arguments at $0 line 31.\n" );
H A Dskip.t56 my $warning;
57 local $SIG{__WARN__} = sub { $warning = join "", @_ };
66 is( $warning, "skip() needs to know \$how_many tests are in the ".
68 'skip without $how_many warning' );
88 my $warning = '';
89 local $SIG{__WARN__} = sub { $warning .= join "", @_ };
97 like $warning, qr/^skip\(\) was passed a non-numeric number of tests/;
/macosx-10.9.5/sudo-72/src/
H A Derror.h24 void warning(const char *, ...);
30 void warning();
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWIsoch.h34 #warning This file is no longer needed. Please use <IOKit/firewire/IOFireWireFamilyCommon.h> instead.
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.9.5/xnu-2422.115.4/bsd/i386/
H A Dprofile.h47 #warning MCOUNT_* not implemented yet.
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/t/
H A Drequire.t27 my $warning = '';
28 local $SIG{__WARN__} = sub { $warning = join '', @_ };
30 is( $warning, '', 'use UNIVERSAL doesnt interfere' );

Completed in 306 milliseconds

1234567891011>>