From 77ec324774760390a7ba9fc4e864ad0440a0ad2f Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 21 Mar 2007 01:32:50 +0000 Subject: set compiler option "treat warnings as errors" - to prevent new warnings for wiretap remove all compiler warnings: a) prevent wrong malloc/free definitions by lex/yacc generated files b) add int/time_t casts - MSVC2005 is more "sensitive" about this than MSVC6 svn path=/trunk/; revision=21078 --- wiretap/ascend-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/ascend-int.h') diff --git a/wiretap/ascend-int.h b/wiretap/ascend-int.h index ac4de11cb7..812b84d774 100644 --- a/wiretap/ascend-int.h +++ b/wiretap/ascend-int.h @@ -29,7 +29,7 @@ typedef struct { time_t start_time; time_t secs; - time_t usecs; + int usecs; guint32 caplen; guint32 len; } ascend_pkthdr; -- cgit v1.2.3