Wireshark-commits: [Wireshark-commits] master fdb3ea5: Squelch some used-but-not-set warnings (one
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2014 08:58:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fdb3ea591bc2d7bb90859eea7cc88a4350de6b6f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fdb3ea5 by Guy Harris (guy@xxxxxxxxxxxx):

    Squelch some used-but-not-set warnings (one legitimate, others not).
    
    Also, we don't care how much tagged value data we've read, we just care
    whether we've read any or not (EOF reading the first one means "end of
    file", EOF reading any of the subsequent ones means "short read").
    
    Change-Id: I2edc54494967b3a88bcc2c79d97eedfded00150d
    Reviewed-on: https://code.wireshark.org/review/4993
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  aac8daa   Use correct variable.
    adds  fdb3ea5   Squelch some used-but-not-set warnings (one legitimate, others not).


Summary of changes:
 wiretap/peektagged.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)