Wireshark-commits: [Wireshark-commits] master ab92bb5: usb-audio: fix -Wpointer-sign
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ab92bb579fc18130131920cb35ea169aa5d24da0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
ab92bb5 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    usb-audio: fix -Wpointer-sign
    
    packet-usb-audio.c:790:26: warning: initializing 'const gchar *' (aka 'const char *') with an expression of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    packet-usb-audio.c:791:82: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    packet-usb-audio.c:795:26: warning: initializing 'const gchar *' (aka 'const char *') with an expression of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    packet-usb-audio.c:796:97: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
    
    Change-Id: I1024612833ee25a10f49dbda90e9cbd6a14e055d
    Reviewed-on: https://code.wireshark.org/review/38012
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  5bd304f   QUIC: fix conflict
     add  ab92bb5   usb-audio: fix -Wpointer-sign
Summary of changes:
 epan/dissectors/packet-usb-audio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)