Skip to content

Commit

Permalink
Don't warn on uniform initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtgoldblatt committed May 28, 2020
1 parent 6cdac3c commit cd28e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ if test "x$GCC" = "xyes" ; then
dnl has lots of nested structs). See the discussion at.
dnl https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119
JE_CFLAGS_ADD([-Wno-missing-braces])
dnl This one too.
JE_CFLAGS_ADD([-Wno-missing-field-initializers])
JE_CFLAGS_ADD([-pipe])
JE_CFLAGS_ADD([-g3])
elif test "x$je_cv_msvc" = "xyes" ; then
Expand Down

0 comments on commit cd28e60

Please sign in to comment.