Wireshark-commits: [Wireshark-commits] master 5e89f93: androiddump: fix printf format warning.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 1 Feb 2016 11:50:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e89f9332228015c3e5c813939bf35dbcc5a105d
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5e89f93 by Dario Lombardo (lomato@xxxxxxxxx):

    androiddump: fix printf format warning.
    
    Found by clang. Compiler warning:
    
    warning: format specifies type 'void *' but the argument has type 'char *' [-Wformat-pedantic]
    
    Change-Id: I7f370b06f98490cd6e363a9679a449420c8c8021
    Reviewed-on: https://code.wireshark.org/review/13602
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  26a24ba   [Automatic update for 2016-01-31]
    adds  5e89f93   androiddump: fix printf format warning.


Summary of changes:
 extcap/androiddump.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)