aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-08-06 18:04:43 -0700
committerGuy Harris <guy@alum.mit.edu>2017-08-07 01:05:22 +0000
commit98ff0410c83ae9868803bb81319a3476dfb2c8f1 (patch)
treed0dbbee75fd86eca02963c1357960dff05912015 /CMakeLists.txt
parentfde17d9ba0c2d12434b26f5f0cb158093acfbfcf (diff)
Minor comment style tweak.
Change-Id: I58359c5a7c38e61cc7c024f1c74951679522101f Reviewed-on: https://code.wireshark.org/review/22982 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1590c886f3..40877aa581 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -569,7 +569,9 @@ else()
# (about glib library not using Doxygen)
#
-Wdocumentation
+ #
# Works only with GCC 7
+ #
-Wduplicated-branches
#
# No longer supported by El Capitan clang on C++