Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-10-21 05:02:25 +0300
committerChristopher Haster <chaster@utexas.edu>2018-10-21 05:02:25 +0300
commitc8a39c4b23baa2b1dc5f41c8d0711e205035f4f4 (patch)
treea77722fb5c1b9175fb59e862abdd4c65dfb15a09 /Makefile
parent795dd8c7ab930892536c6c2ee7c29b8bfac477db (diff)
parentec4d8b68add6a7de021dc09ef08123ab323cbc38 (diff)
Merge remote-tracking branch 'origin/master' into v2-rebase-part2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8b8852..79d9156 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ ifdef WORD
override CFLAGS += -m$(WORD)
endif
override CFLAGS += -I.
-override CFLAGS += -std=c99 -Wall -pedantic -Wshadow -Wunused-parameter
+override CFLAGS += -std=c99 -Wall -pedantic
+override CFLAGS += -Wshadow -Wunused-parameter -Wjump-misses-init -Wsign-compare
all: $(TARGET)