URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=280c2958f2a03bdc16b99851230c935cdd65e91b
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
280c295 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    Add --enable-extra-clang-checks for autotools and CMakeList
    With -Wunreachable-code flags (and disable for the moment -Wdocumentation)
    
    Change-Id: I126c962b32e650a63b78092e95896736ae7335c9
    Reviewed-on: https://code.wireshark.org/review/678
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  0973a32   Fix Argument with 'nonnull' attribute passed null found by Clang
    adds  280c295   Add --enable-extra-clang-checks for autotools and CMakeList With -Wunreachable-code flags (and disable for the moment -Wdocumentation)
Summary of changes:
 CMakeLists.txt   |   28 ++++++++++++++++++++++------
 CMakeOptions.txt |    1 +
 configure.ac     |   20 ++++++++++++++++++--
 3 files changed, 41 insertions(+), 8 deletions(-)