Skip to content

Commit

Permalink
Makefile: Turn warnings into errors
Browse files Browse the repository at this point in the history
Avoid warnings to be inserted from now on.

Signed-off-by: Dan Nechita <[email protected]>
  • Loading branch information
dNechita committed Jun 3, 2015
1 parent 87f643a commit d8f3029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CFLAGS := $(shell $(PKG_CONFIG) --cflags $(DEPENDENCIES)) \
-Wall -Wclobbered -Wempty-body -Wignored-qualifiers -Wmissing-field-initializers \
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init \
-Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter \
-g -std=gnu90 -D_GNU_SOURCE -O2 -DPREFIX='"$(PREFIX)"' \
-Werror -g -std=gnu90 -D_GNU_SOURCE -O2 -DPREFIX='"$(PREFIX)"' \
-DFRU_FILES=\"$(FRU_FILES)\" -DGIT_VERSION=\"$(GIT_VERSION)\" \
-DGIT_COMMIT_TIMESTAMP='"$(GIT_COMMIT_TIMESTAMP)"' \
-DOSC_VERSION=\"$(GIT_BRANCH)-g$(GIT_HASH)\" \
Expand Down

0 comments on commit d8f3029

Please sign in to comment.