mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Removed stray character.
This commit is contained in:
parent
8ef7441a5e
commit
dedeffc822
@ -128,10 +128,10 @@ IF(NOT ENABLE_COVERAGE_TESTS)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -O2")
|
||||
ENDIF()
|
||||
|
||||
IF(NOT ENABLE_UNUSED_VAR_PAR_WARNINGS) {
|
||||
IF(NOT ENABLE_UNUSED_VAR_PAR_WARNINGS)
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-varaible -Wno-unused-parameter")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-variable -Wno-unused-parameter")
|
||||
}
|
||||
ENDIF()
|
||||
|
||||
|
||||
ADD_DEFINITIONS()
|
||||
|
Loading…
Reference in New Issue
Block a user