Skip to content

Commit

Permalink
Don't unnecessarily ignore missing-field-initializers warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele6 authored and nicowilliams committed Aug 1, 2023
1 parent 90a6b2d commit 96263f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ LIBJQ_SRC = src/builtin.c src/bytecode.c src/compile.c src/execute.c \

### C build options

AM_CFLAGS = -Wextra -Wall -Wno-missing-field-initializers \
-Wno-unused-parameter -Wno-unused-function
AM_CFLAGS = -Wextra -Wall -Wno-unused-parameter -Wno-unused-function

if WIN32
AM_CFLAGS += -municode
Expand Down

0 comments on commit 96263f2

Please sign in to comment.