summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-07 14:35:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-07 14:35:53 +0000
commit28e9f4521a0ad27c61a41c8677cb86ee91d55a26 (patch)
tree988603c333913cd5b0f4bbb8bcae016fd762eb10 /cpukit/score/cpu/mips/rtems/score/cpu.h
parentFix format. (diff)
downloadrtems-28e9f4521a0ad27c61a41c8677cb86ee91d55a26.tar.bz2
2005-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Remove warnings.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 279e06eb2f..b13648ef30 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -50,11 +50,9 @@ extern "C" {
#ifndef TRUE
#define TRUE 1
-#warning "TRUE was not defined, assuming default of 1"
#endif
#ifndef FALSE
#define FALSE 0
-#warning "FALSE was not defined, assuming default of 0"
#endif