Wireshark-commits: [Wireshark-commits] master 0ce7fd4: Trivial Dead assignment fixes in configure

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Feb 2015 08:27:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ce7fd4be6892fe55c8a5635a78bdf6378363e6a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0ce7fd4 by Peter Wu (peter@xxxxxxxxxxxxx):

    Trivial Dead assignment fixes in configure
    
    Fixes a Dead assignment and unused variable warning.
    
    With this patch and http://www.cmake.org/Bug/view.php?id=15203,
    `scan-build cmake` will give zero warnings!
    
    Change-Id: Idc7a03fbf1e8196bc139a2c6663ec48b897f2897
    Reviewed-on: https://code.wireshark.org/review/7144
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a4b3be5   Complete the RSVD Dissector further by handling SCSI requests.
    adds  0ce7fd4   Trivial Dead assignment fixes in configure


Summary of changes:
 ConfigureChecks.cmake |    9 +++++----
 configure.ac          |    9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)