URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fde8ef07135c1b057fcf83fab40ebd0a3572a6b6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fde8ef0 by Guy Harris (guy@xxxxxxxxxxxx):
Rename ENABLE_EXTRA_COMPILER_CHECKS to ENABLE_EXTRA_COMPILER_WARNINGS.
This matches the current name of the --enable-extra-compiler-warnings
option in autotools.
Fix the documentation of the option to match.
(Note that "compiler" won't necessarily always be GCC or Clang, and
won't necessarily always use -W for warning options, so speaking of them
as "-W checks" isn't future-proof.)
Change-Id: I2e142532e78be3c8051f1e738b3109a83e7d10dc
Reviewed-on: https://code.wireshark.org/review/1231
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4fdd528 "extra *compiler* warnings", not just "extra warnings".
adds fde8ef0 Rename ENABLE_EXTRA_COMPILER_CHECKS to ENABLE_EXTRA_COMPILER_WARNINGS.
Summary of changes:
CMakeLists.txt | 4 ++--
CMakeOptions.txt | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)