packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of 'proto_ocsp'

svn path=/trunk/; revision=35657
This commit is contained in:
Anders Broman 2011-01-26 09:07:11 +00:00
parent b067f1df01
commit ba758b40b0
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
#define PFNAME "ocsp"
/* Initialize the protocol and registered fields */
proto_ocsp = -1;
int proto_ocsp = -1;
static int hf_ocsp_responseType_id = -1;
#include "packet-ocsp-hf.c"

View File

@ -52,7 +52,7 @@
#define PFNAME "ocsp"
/* Initialize the protocol and registered fields */
proto_ocsp = -1;
int proto_ocsp = -1;
static int hf_ocsp_responseType_id = -1;
/*--- Included file: packet-ocsp-hf.c ---*/