mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Removed dangling option for enabling unused variable, parameter warnings.
This commit is contained in:
parent
20e1e1f2c7
commit
2846168082
@ -148,7 +148,6 @@ ENDIF()
|
|||||||
IF(CMAKE_COMPILER_IS_GNUCC OR APPLE)
|
IF(CMAKE_COMPILER_IS_GNUCC OR APPLE)
|
||||||
OPTION(ENABLE_COVERAGE_TESTS "Enable compiler flags needed to perform coverage tests." OFF)
|
OPTION(ENABLE_COVERAGE_TESTS "Enable compiler flags needed to perform coverage tests." OFF)
|
||||||
OPTION(ENABLE_CONVERSION_WARNINGS "Enable warnings for implicit conversion from 64 to 32-bit datatypes." ON)
|
OPTION(ENABLE_CONVERSION_WARNINGS "Enable warnings for implicit conversion from 64 to 32-bit datatypes." ON)
|
||||||
OPTION(ENABLE_USED_VAR_PAR_WARNINGS "Enable warnings for unused parameters and variables. Creates very noisy output." OFF)
|
|
||||||
OPTION(ENABLE_LARGE_FILE_TESTS "Enable large file tests." OFF)
|
OPTION(ENABLE_LARGE_FILE_TESTS "Enable large file tests." OFF)
|
||||||
|
|
||||||
# Debugging flags
|
# Debugging flags
|
||||||
|
Loading…
Reference in New Issue
Block a user