Fix typo in -Wno-parentheses

This fixes the following clang's warning

warning: unknown warning option '-Wno-parantheses'; did you mean
      '-Wno-parentheses'? [-Wunknown-warning-option]
This commit is contained in:
Vasil Velichkov 2019-10-30 02:31:32 +02:00 committed by Andre Puschmann
parent 0d3710176d
commit 72f04a31b6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# and at http://www.gnu.org/licenses/.
#
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-unused-variable -Wno-return-type -Wno-sign-compare -Wno-reorder -Wno-parantheses -fno-exceptions")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-unused-variable -Wno-return-type -Wno-sign-compare -Wno-reorder -Wno-parentheses -fno-exceptions")
add_library(srslte_asn1 STATIC
liblte_common.cc
liblte_mme.cc