From 6d456096351f0a0162b91a73f17762ddd05d7f23 Mon Sep 17 00:00:00 2001 From: naim Date: Mon, 2 Jun 1997 16:39:40 +0000 Subject: [PATCH] Small change to comment out a warning message - naim --- rtinst/src/RTaix.c | 7 ++++++- rtinst/src/RTetc-aix.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rtinst/src/RTaix.c b/rtinst/src/RTaix.c index 2b6056a..124b69b 100644 --- a/rtinst/src/RTaix.c +++ b/rtinst/src/RTaix.c @@ -43,6 +43,9 @@ * RTaix.c: clock access functions for aix. * * $Log: RTaix.c,v $ + * Revision 1.11 1997/06/02 16:39:40 naim + * Small change to comment out a warning message - naim + * * Revision 1.10 1997/05/07 18:59:15 naim * Getting rid of old support for threads and turning it off until the new * version is finished - naim @@ -172,8 +175,10 @@ time64 DYNINSTgetWalltime(void) now += (time64) timeNano/ (time64) 1000; if(prevTime > now) { - fprintf(stderr, "ERROR: prevTime (%f) > now (%f)\n", +/* + fprintf(stderr, "WARNING: prevTime (%f) > now (%f)\n", (double) prevTime, (double) now); +*/ return(prevTime); } else { prevTime = now; diff --git a/rtinst/src/RTetc-aix.c b/rtinst/src/RTetc-aix.c index 39086ae..bc77b01 100644 --- a/rtinst/src/RTetc-aix.c +++ b/rtinst/src/RTetc-aix.c @@ -43,6 +43,9 @@ * RTaix.c: clock access functions for aix. * * $Log: RTetc-aix.c,v $ + * Revision 1.11 1997/06/02 16:39:40 naim + * Small change to comment out a warning message - naim + * * Revision 1.10 1997/05/07 18:59:15 naim * Getting rid of old support for threads and turning it off until the new * version is finished - naim @@ -172,8 +175,10 @@ time64 DYNINSTgetWalltime(void) now += (time64) timeNano/ (time64) 1000; if(prevTime > now) { - fprintf(stderr, "ERROR: prevTime (%f) > now (%f)\n", +/* + fprintf(stderr, "WARNING: prevTime (%f) > now (%f)\n", (double) prevTime, (double) now); +*/ return(prevTime); } else { prevTime = now; -- 1.8.3.1