From d71a27403cd17f2150e015c9076a8834bf6af05b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 11 Dec 2008 10:27:13 +0000 Subject: Turn warning into error. --- c/src/lib/libbsp/shared/clockdrv_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') 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" -- cgit v1.2.3