ext2: remove -Werror from CFLAGS
This breaks the Coverity build at the moment.
This commit is contained in:
parent
5909c8ba20
commit
d18f3a9bc9
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ LDADD+= -lminixfs -lbdev -lsys
|
|||
MAN=
|
||||
|
||||
BINDIR?= /sbin
|
||||
CFLAGS+= -Wall -Wextra -Werror
|
||||
CFLAGS+= -Wall -Wextra
|
||||
|
||||
.include <minix.service.mk>
|
||||
|
|
Loading…
Reference in a new issue