Enable warning as error
This commit is contained in:
parent
3a750c55cb
commit
2c4a17cc49
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
# Initialize the SDK
|
||||
pico_sdk_init()
|
||||
|
||||
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
|
||||
include(pico_dvhstx.cmake)
|
||||
|
|
|
|||
Loading…
Reference in a new issue