summaryrefslogtreecommitdiffstats
path: root/cpukit
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
parentFix format. (diff)
downloadrtems-28e9f4521a0ad27c61a41c8677cb86ee91d55a26.tar.bz2
2005-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Remove warnings.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index d5e6752b2a..5b82907c76 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: Remove warnings.
+
2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
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