From c4f39fcdde7c44ca0423615497bb9f92d6ac4cdc Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 30 May 2013 16:58:33 +0200 Subject: added obsolete #warning to gdispInit() --- include/gfx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/gfx.h b/include/gfx.h index ac9a5382..b2c84daf 100644 --- a/include/gfx.h +++ b/include/gfx.h @@ -199,8 +199,8 @@ extern "C" { */ void gfxInit(void); - /* Compatibility for old programs */ - #define gdispInit() gfxInit() + /* compatibility for old programs - throws a #warning */ + void gdispInit(void); #ifdef __cplusplus } -- cgit v1.2.3