summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:27:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:27:13 +0000
commitd71a27403cd17f2150e015c9076a8834bf6af05b (patch)
tree06fbb00013f330e780097f3e7b27a417d179d282 /c
parent2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d71a27403cd17f2150e015c9076a8834bf6af05b.tar.bz2
Turn warning into error.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/clockdrv_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/clockdrv_shell.c b/c/src/lib/libbsp/shared/clockdrv_shell.c
index 88f56d2451..7d37408f5c 100644
--- a/c/src/lib/libbsp/shared/clockdrv_shell.c
+++ b/c/src/lib/libbsp/shared/clockdrv_shell.c
@@ -11,6 +11,6 @@
* $Id$
*/
-#warning "Including obsolete file clockdrv_shell.c; include clockdrv_shell.h, instead"
+#error "Including obsolete file clockdrv_shell.c; include clockdrv_shell.h, instead"
#include "clockdrv_shell.h"