Skip to content

Commit 14a1b28

Browse files
committed
Revert "SWPROT-8953: zpc: Relax Werror for release, to be reverted"
This reverts commit b51b795. Relate-to: SiliconLabsSoftware#26 Origin: SiliconLabsSoftware#27 Signed-off-by: Philippe Coval <[email protected]>
1 parent 7411581 commit 14a1b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/include/compiler_options.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Do not allow fallback to previous C++
3131
set(CMAKE_CXX_EXTENSIONS ON) # Enable gnu++11 extentions
3232

3333
# Set compiler Flags
34-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Wall")
35-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pipe -Wall")
34+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Werror -Wall")
35+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pipe -Werror -Wall")
3636

3737
# Only add code coverage when CMAKE_GCOV is True
3838
if(CMAKE_GCOV)

0 commit comments

Comments
 (0)