Skip to content

Commit

Permalink
Remove -Wno-missing-field-initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Apr 6, 2020
1 parent 1b033e9 commit 5a9f38d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ endif
override CFLAGS += -I.
override CFLAGS += -std=c99 -Wall -pedantic
override CFLAGS += -Wextra -Wshadow -Wjump-misses-init -Wundef
# Remove missing-field-initializers because of GCC bug
override CFLAGS += -Wno-missing-field-initializers

ifdef VERBOSE
override TFLAGS += -v
Expand Down

0 comments on commit 5a9f38d

Please sign in to comment.