From: johanknol Date: Fri, 23 Feb 2001 18:41:16 +0000 (+0000) Subject: fixed a warning outside the -mds390 environment X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=adaee630a7504874b65f0ef95f9c54a46b267dd2;p=fw%2Fsdcc 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 --- 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