URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ab92bb579fc18130131920cb35ea169aa5d24da0
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

ab92bb5 by Alexis La Goutte (alexis.lagou...@gmail.com):

    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.lagou...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to