fixed a warning outside the -mds390 environment
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 23 Feb 2001 18:41:16 +0000 (18:41 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 23 Feb 2001 18:41:16 +0000 (18:41 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@648 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/time.c

index dcdb09f6630a08bb6530bca3d01fed14c4e0aba8..88ce4c66b5260a03594c57bb72958cc74642fcec 100755 (executable)
@@ -39,6 +39,7 @@
 #ifndef HAVE_RTC
 unsigned char RtcRead(struct tm *timeptr) {
   // no real time hardware 
+  timeptr; // hush the compiler
   return 0;
 }
 #endif