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

1234

/barrelfish-master/lib/acpica/source/include/platform/
H A Dacintel.h139 #pragma warning(disable:981)
142 #pragma warning(disable:4100)
145 #pragma warning(disable:4127)
148 #pragma warning(disable:4706)
151 #pragma warning(disable:4214)
H A Dacmsvc.h213 #pragma warning(disable:4100)
216 #pragma warning(disable:4127)
219 #pragma warning(disable:4706)
222 #pragma warning(disable:4131)
225 #pragma warning( disable : 4295 ) /* needed for acpredef.h array */
H A Dacefi.h164 #pragma warning ( disable : 4731 ) /* Suppress warnings about modification of EBP */
296 #pragma warning(disable:4142)
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfixunsxfdi.c29 // MSVC throws a warning about 'unitialized variable use' here,
31 #pragma warning(push)
32 #pragma warning(disable : 4700)
47 #pragma warning(pop)
H A Dfixunsxfsi.c29 // MSVC throws a warning about 'unitialized variable use' here,
31 #pragma warning(push)
32 #pragma warning(disable : 4700)
47 #pragma warning(pop)
H A Dfixxfdi.c28 // MSVC throws a warning about 'unitialized variable use' here,
30 #pragma warning(push)
31 #pragma warning(disable : 4700)
51 #pragma warning(pop)
H A Demutls.c30 // MSVC raises a warning about a nonstandard extension being used for the 0
32 #pragma warning(push)
33 #pragma warning(disable : 4206)
43 #pragma warning(pop)
185 #pragma warning(push)
186 #pragma warning(disable : 4100)
254 #pragma warning(pop)
H A Dudivmoddi4.c21 // MSVC throws a warning about mod 0 here, disable it for builds that
23 #pragma warning(push)
24 #pragma warning(disable : 4724)
199 #pragma warning(pop)
/barrelfish-master/include/sys/
H A Dsyslimits.h41 #warning "No user-serviceable parts inside."
/barrelfish-master/lib/cxx/cxx/include/
H A Dconfig_elast.h38 #warning ELAST for this platform not yet implemented
H A Datomic_support.h35 # warning Building libc++ without __atomic builtins is unsupported
/barrelfish-master/tools/harness/siteconfig/
H A D__init__.py34 debug.warning("unable to guess site, using ETH... expect breakage!")
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dbntest.com5 $! 0 (warning) if any test failed.
H A Dbctest.com12 $ on warning then goto bc_fail
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Ddeltree.com8 $ on warning then goto dt_exit
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daecommon.h120 #pragma warning(disable:4100) /* warning C4100: unreferenced formal parameter */
/barrelfish-master/lib/devif/backends/net/mlx4/include/infiniband/
H A Darch.h120 #warning No architecture specific defines found. Using generic implementation.
/barrelfish-master/tools/harness/
H A Ddebug.py24 def warning(s): function
/barrelfish-master/lib/acpica/source/include/
H A Dacapps.h122 #pragma warning(disable:4100) /* warning C4100: unreferenced formal parameter */
/barrelfish-master/tools/harness/tests/
H A Dechoserver.py71 debug.warning('failed to killall python on %s!' % host)
91 debug.warning('ipbench run timed out')
H A Dwebserver.py475 debug.warning('httperf: SSH to %s exited with error %d'
478 debug.warning('httperf: killing SSH child for %s' % self.host)
487 debug.warning('failed to killall httperf on %s!' % self.host)
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Ddefine.pl80 * A warning is raised when redefining a macro.
82 * the warning, or to abort/0 to abort the compilation when
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Doswintbl.c122 #pragma warning(disable:4115) /* warning C4115: (caused by rpcasync.h) */
/barrelfish-master/lib/cxx/cxx/
H A Dthread.cpp108 # warning hardware_concurrency not yet implemented
/barrelfish-master/lib/cxx/cxxabi/include/
H A Datomic_support.h39 # warning Building libc++ without __atomic builtins is unsupported

Completed in 466 milliseconds

1234