We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc480f commit 2ab57f9Copy full SHA for 2ab57f9
CMakeLists.txt
@@ -48,7 +48,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
48
endif()
49
50
# Warnings
51
- set(WARNING_FLAGS "-Wall -Wextra -Wconversion -Werror")
+ set(WARNING_FLAGS "-Wall -Wextra -Wconversion -Wshadow -Werror")
52
53
set(COMMON_FLAGS "${COVERAGE_FLAGS} -finline-functions")
54
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG_INIT} ${WARNING_FLAGS} ${COMMON_FLAGS} -Og -g3 -ggdb3 -DDEBUG -fno-omit-frame-pointer")
@@ -75,7 +75,7 @@ endif()
75
# 3rd party libraries
76
add_subdirectory(3rdparty)
77
78
-# YaCppRtos sources
+# Sources
79
add_subdirectory(src)
80
81
# Unit tests
0 commit comments