Wireshark-commits: [Wireshark-commits] master 8fdd49a: Duplicate CheckCCompilerFlag for CXX. Correc
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2015 07:16:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fdd49aaa1ed50ee0d6b0cee00f85e891c144fa9
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8fdd49a by Joerg Mayer (jmayer@xxxxxxxxx):

    Duplicate CheckCCompilerFlag for CXX.
    Correctly detect that XCode7Beta1 does not support -fno-delete-null-pointer-checks
      by adding a new regex.
    
    Change-Id: I76e0b6bb72094e6e75dae9be97bc7ee8e7051792
    Reviewed-on: https://code.wireshark.org/review/9552
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  d7f0118   Put back closing } accidentally removed in previous commit.
    adds  8fdd49a   Duplicate CheckCCompilerFlag for CXX. Correctly detect that XCode7Beta1 does not support -fno-delete-null-pointer-checks   by adding a new regex.


Summary of changes:
 cmake/modules/CheckCCompilerFlag.cmake             |    1 +
 ...mpilerFlag.cmake => CheckCXXCompilerFlag.cmake} |   31 ++++++++++----------
 2 files changed, 17 insertions(+), 15 deletions(-)
 copy cmake/modules/{CheckCCompilerFlag.cmake => CheckCXXCompilerFlag.cmake} (71%)