ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 5b7ad82: Try to fix Buildbot (Mac OS X and Windows) a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Mar 2014 18:34:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b7ad8278ac70ffb26ca12960dfe45ba4cab8368
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5b7ad82 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Try to fix Buildbot (Mac OS X and Windows) about conversion
    
    logcat.c: In function 'detect_version':
    logcat.c:142: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:143: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:150: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:151: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c: In function 'logcat_dump_text':
    logcat.c:427: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:451: warning: implicit conversion shortens 64-bit value into a 32-bit value
    
    Change-Id: I4361567e599b7d04f422fccd7f8b1bccc897f114
    Reviewed-on: https://code.wireshark.org/review/744
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  16e7096   Remove duplicate call to fix-encoding-args
    adds  5b7ad82   Try to fix Buildbot (Mac OS X and Windows) about conversion


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