Remove certain annoying warnings
This commit is contained in:
parent
5f422f1452
commit
e01cef3129
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ endif()
|
||||||
|
|
||||||
set(PSEMEK_CXX_FLAGS)
|
set(PSEMEK_CXX_FLAGS)
|
||||||
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") OR (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
|
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") OR (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
|
||||||
list(APPEND PSEMEK_CXX_FLAGS -Wall -Werror -Wextra -pedantic)
|
list(APPEND PSEMEK_CXX_FLAGS -Wall -Werror -Wextra -pedantic -Wno-narrowing -Wno-sign-compare)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(package)
|
add_subdirectory(package)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue