Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21078: /trunk/wiretap/ /trunk/wiretap/: Makefile.nmake a

Date: Wed, 21 Mar 2007 01:32:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21078

User: ulfl
Date: 2007/03/21 01:32 AM

Log:
 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

Directory: /trunk/wiretap/
  Changes    Path                Action
  +1 -1      Makefile.nmake      Modified
  +1 -1      ascend-grammar.y    Modified
  +1 -1      ascend-int.h        Modified
  +1 -1      k12.c               Modified
  +2 -2      lanalyzer.c         Modified
  +1 -1      libpcap.c           Modified
  +2 -2      visual.c            Modified