mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-10 17:50:59 +03:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
parent
ebd7e99f5c
commit
602edd7566
42 changed files with 82 additions and 80 deletions
|
|
@ -262,6 +262,7 @@ if test "x$GCC" = "xyes" ; then
|
|||
dnl This one too.
|
||||
JE_CFLAGS_ADD([-Wno-missing-field-initializers])
|
||||
JE_CFLAGS_ADD([-Wno-missing-attributes])
|
||||
JE_CFLAGS_ADD([-Wstrict-prototypes])
|
||||
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