Skip to content

Commit ceb6754

Browse files
committed
dev: remove warning as error flags
1 parent 1b442b9 commit ceb6754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $(math.OBJS): src/common/mtest.h
115115
$(B)/api/main.exe: $(api.OBJS)
116116
api/main.OBJS:=$(api.OBJS)
117117
$(api.OBJS):$(B)/common/options.h
118-
$(api.OBJS):CFLAGS+=-pedantic-errors -Werror -Wno-unused -D_XOPEN_SOURCE=700
118+
$(api.OBJS):CFLAGS+=-Wno-unused -D_XOPEN_SOURCE=700
119119

120120
all run: $(B)/REPORT
121121
grep FAIL $< || echo PASS

0 commit comments

Comments
 (0)