Skip to content

Commit 436ef26

Browse files
committed
SWPROT-8953: libs2: Relax Werror for release, to be reverted
For developer experience it is a good practice to attempt to support a different configuration (eg: MacOs, Yocto), This change will have to be reverted in the next developement cycle. Origin: #28 Signed-off-by: Philippe Coval <[email protected]>
1 parent b51b795 commit 436ef26

File tree

1 file changed

+1
-1
lines changed
  • applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2

1 file changed

+1
-1
lines changed

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if("${PROJECT_NAME}" STREQUAL "")
88
add_definitions(-Dx86)
99

1010
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
11-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")
11+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
1212
# For gov/cobertura: do not use .c.o on the object files, only .o
1313
set(CMAKE_C_OUTPUT_EXTENSION_REPLACE 1)
1414
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fprofile-arcs -ftest-coverage")

0 commit comments

Comments
 (0)