Wireshark-commits: [Wireshark-commits] master 441c6d4: CMake: Fix an endif.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Jan 2016 00:09:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=441c6d4e9ccaaf3a9e8a6595d4abb53ec508a0e4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

441c6d4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Fix an endif.
    
    Fix
    
    CMake Warning (dev) in CMakeLists.txt:
      A logical block opening on the line
    
        C:/Development/wireshark-w64/CMakeLists.txt:1649 (if)
    
      closes on the line
    
        C:/Development/wireshark-w64/CMakeLists.txt:1668 (endif)
    
      with mis-matching arguments.
    This warning is for project developers.  Use -Wno-dev to suppress it.
    
    Change-Id: I6b6060e4d88b385deb81111234e3229d104772f1
    Reviewed-on: https://code.wireshark.org/review/13407
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e42a262   SSL : Fix Branch condition evaluates to a garbage value found by Clang
    adds  441c6d4   CMake: Fix an endif.


Summary of changes:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)