Wireshark-commits: [Wireshark-commits] master 129bc4c: VP8 RTP: fix Windows build	failure
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=129bc4c8de7d11ba7c77e99795cbbc66bf79e6f9
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
129bc4c by Pascal Quantin (pascal.quantin@xxxxxxxxx):
      VP8 RTP: fix Windows build failure
      
      Fix Windows build errors:
      packet-vp8.c(179) : error C2220: warning treated as error - no 'object' file generated
      packet-vp8.c(179) : warning C4101: 'vp8_payload_tree' : unreferenced local variable
      packet-vp8.c(291) : warning C4101: 'ti' : unreferenced local variable
      packet-vp8.c(599) : warning C4101: 'vp8_name_handle' : unreferenced local variable
      While we are at it, remove useless _U_ modifiers and NULL assignments.
      
      Change-Id: I3d28de7f27a8019cc5424dafc4264107742d7c86
      Reviewed-on: https://code.wireshark.org/review/158
      Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
      
Actions performed:
      from  3d9547a   Use IP types instead of plain strings where possible
      adds  129bc4c   VP8 RTP: fix Windows build failure
Summary of changes:
 epan/dissectors/packet-vp8.c |   51 ++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 27 deletions(-)