mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 15:11:41 +03:00
Remove -Werror=declaration-after-statement.
This partially resolves #536.
This commit is contained in:
parent
58424e679d
commit
7a61ebe71f
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ if test "x$GCC" = "xyes" ; then
|
|||
fi
|
||||
fi
|
||||
JE_CFLAGS_ADD([-Wall])
|
||||
JE_CFLAGS_ADD([-Werror=declaration-after-statement])
|
||||
JE_CFLAGS_ADD([-Wshorten-64-to-32])
|
||||
JE_CFLAGS_ADD([-Wsign-compare])
|
||||
JE_CFLAGS_ADD([-pipe])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue