Wireshark-commits: [Wireshark-commits] master 1192798: Fix compile error:
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Jun 2016 07:02:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1192798089a952325d24541fe8506fe2c2cd3fb7
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1192798 by Joerg Mayer (jmayer@xxxxxxxxx):

    Fix compile error:
    
    [  0%] Building C object wsutil/CMakeFiles/wsutil.dir/tempfile.c.o
    /Users/jmayer/worktmp/wireshark/git/wsutil/tempfile.c:228:37: error: implicit conversion loses integer precision: 'unsigned long' to 'int'
          [-Werror,-Wshorten-64-to-32]
      fd = mkstemps(tf[idx].path, sfx ? strlen(sfx) : 0);
           ~~~~~~~~                     ^~~~~~~~~~~
    1 error generated.
    
    No idea whether this is the correct fix.
    
    Change-Id: I80202d7eaad11fc3dcb5f9847f6e162caccb7e6e
    Reviewed-on: https://code.wireshark.org/review/15672
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  69a2585   Apache Cassandra CQL protocol v3.0
    adds  1192798   Fix compile error:


Summary of changes:
 wsutil/tempfile.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)