[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Macro TIME_WITH_SYS_TIME used before defined
From: |
Byrial Jensen |
Subject: |
Macro TIME_WITH_SYS_TIME used before defined |
Date: |
Thu, 13 May 2004 11:06:14 +0200 |
The macro TIME_WITH_SYS_TIME is used in config.h from CommonC++ 2 1.0.7
before it is defined. That gives a lot of compiler warnings when I compile.
$ grep --line-number --context=2 TIME_WITH_SYS_TIME \
> /usr/local/commoncpp2-1.1.7/include/cc++2/cc++/config.h
105-
106-#define HAVE_SYS_TIME_H 1
107:#if TIME_WITH_SYS_TIME
108-#include <sys/time.h>
109-#include <ctime>
--
556-
557-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>.
*/
558:#define TIME_WITH_SYS_TIME 1
559-
560-/* Version number of package */
$
Best regards,
Byrial Jensen
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Macro TIME_WITH_SYS_TIME used before defined,
Byrial Jensen <=