Skip to content

Commit 5ecd210

Browse files
author
Noam Preil
committed
Remove Werror by default
1 parent ead9b59 commit 5ecd210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.5)
22

33
project(patchrom C)
44

5-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic -Werror")
5+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic")
66

77
add_executable(patchrom main.c)
88

0 commit comments

Comments
 (0)