Ethereal-cvs: [Ethereal-cvs] rev 12751: /trunk/epan/dissectors/: packet-ocsp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Tue, 14 Dec 2004 13:42:00 -0000
User: jmayer
Date: 2004/12/14 07:41 AM

Log:
 Fix the following gcc-4 error:
 
 ==============
 packet-ocsp.c:191: error: static declaration of 'Version_vals' follows non-static declaration
 packet-x509af.h:39: error: previous declaration of 'Version_vals' was here
 packet-ocsp.c: In function 'dissect_ocsp_T_response':
 packet-ocsp.c:398: warning: pointer targets in passing argument 5 of 'dissect_ber_identifier' differ in signedness
 packet-ocsp.c:398: warning: pointer targets in passing argument 7 of 'dissect_ber_identifier' differ in signedness
 make[4]: *** [packet-ocsp.lo] Error 1
 ==============
 
 This fix is in the generated file only - please fix in the right
 source file too.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +2 -2      packet-ocsp.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12751&view=rev