And another warning.

(So why can't GCC or Clang be taught to warn about *all* implicit
shortenings, as MSVC does, not just 64-bit-to-32-bit shortenings?)

Change-Id: I88c0b0aa2f1b306f58952589ff8bcae17bc29768
Reviewed-on: https://code.wireshark.org/review/4676
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-14 00:11:16 -07:00
parent abd657fd62
commit e70db8e7eb
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ struct pbrec_hdr {
};
typedef struct {
guint8 format_indicator;
guint16 format_indicator;
guint32 number_of_frames;
guint32 frame_count;
gint64 base_offset;