Wireshark-commits: [Wireshark-commits] master 6c7ab45: MAC LTE: fix compilation error

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 4 May 2014 21:08:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c7ab457ea526fac427b6a8fbfd6f98f9bd1b537
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6c7ab45 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    MAC LTE: fix compilation error
    
    error: assignment discards 'const' qualifier from pointer target type [-Werror]
    
    also add the missing definition of hf_mac_lte_bsr_size_median
    
    Change-Id: I31e172a16b4afd59ba8cf5a9b281bbeaf15b6c56
    Reviewed-on: https://code.wireshark.org/review/1492
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  1d1730f   Update some soft-deprecated APIs.
    adds  6c7ab45   MAC LTE: fix compilation error


Summary of changes:
 epan/dissectors/packet-mac-lte.c |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)