Wireshark-commits: [Wireshark-commits] master 4f01f3d: Move -fno-delete-null-pointer-checks to opti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Nov 2015 04:40:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f01f3d8062fff370a3fcf35ebf7c19d3642417b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4f01f3d by Evan Huus (eapache@xxxxxxxxx):

    Move -fno-delete-null-pointer-checks to optional
    
    It is no longer supported on El Capitan's clang, which was causing my
    cmake/osx/qt build to fail with:
    
        clang: error: optimization flag '-fno-delete-null-pointer-checks' is not
        supported
    
    Change-Id: Idfac336758cdea9a34446d8281cd237ad3ee6823
    Reviewed-on: https://code.wireshark.org/review/11571
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  8fb1f8e   reassemble: Add key destroy function to g_hash_table
    adds  4f01f3d   Move -fno-delete-null-pointer-checks to optional


Summary of changes:
 CMakeLists.txt |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)