Wireshark-commits: [Wireshark-commits] master 6bb5a7a: lemon: Make it build with __clang_analyzer__

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 Jun 2018 03:58:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6bb5a7af6621e8c020a8856466079c3a10d21602
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6bb5a7a by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    lemon: Make it build with __clang_analyzer__ defined
    
    The static function handleswitch() is not compiled with __clang_analyzer__
    defined, but it's used in OptInit() without any checks. Change to have
    an empty implementation for __clang_analyzer__.
    
    Change-Id: I73da2042ec64fdfa6910c02c059d36db491dc538
    Reviewed-on: https://code.wireshark.org/review/28059
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  79da59e   FP: Only show 1 digit after the dot for UL SIR
    adds  6bb5a7a   lemon: Make it build with __clang_analyzer__ defined


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