Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
project: mdm9640: Turn on Werror
Browse files Browse the repository at this point in the history
Ensure that code compiles warnings free for mdm9640.

Change-Id: I61fe3eb2dc754c04582c494abece1c69f2334b8c
  • Loading branch information
Sridhar Parasuram committed Jan 5, 2015
1 parent c9abcdd commit 644f7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/mdm9640.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ ENABLE_SMD_SUPPORT := 1
ifeq ($(ENABLE_SMD_SUPPORT),1)
DEFINES += SMD_SUPPORT=1
endif

# Turn on Werror
CFLAGS += -Werror

0 comments on commit 644f7d5

Please sign in to comment.