mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Don't warn on uniform initialization.
This commit is contained in:
parent
6cdac3c573
commit
cd28e60337
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue