From adaee630a7504874b65f0ef95f9c54a46b267dd2 Mon Sep 17 00:00:00 2001 From: johanknol Date: Fri, 23 Feb 2001 18:41:16 +0000 Subject: [PATCH] fixed a warning outside the -mds390 environment git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@648 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/device/lib/time.c b/device/lib/time.c index dcdb09f6..88ce4c66 100755 --- a/device/lib/time.c +++ b/device/lib/time.c @@ -39,6 +39,7 @@ #ifndef HAVE_RTC unsigned char RtcRead(struct tm *timeptr) { // no real time hardware + timeptr; // hush the compiler return 0; } #endif -- 2.47.2