Wireshark-commits: [Wireshark-commits] master d12011a: Fix build on Windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Feb 2014 12:37:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d12011a5f9dce995b5c2c13c7622e214ed9b21e3
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Fix build on Windows
    
    wslua_struct.c(431) : error C2220: warning treated as error - no 'object' file generated
    wslua_struct.c(431) : warning C4244: '=' : conversion from 'lua_Number' to 'size_t', possible loss of data
    
    Change-Id: Id8b7a77eb123232116223077175d243195c8d4fa
    Reviewed-on: https://code.wireshark.org/review/213
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c4f1777   Adds support for Lua struct library so one can pack/unpack binary structures
    adds  d12011a   Fix build on Windows


Summary of changes:
 epan/wslua/wslua_struct.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)