[malloc] quieten -Werror=missing-braces with malloc.h wth gcc-6.4
This sets off gcc-6.4 to spit out a 'error: missing braces around initializer' error when compiling this. Remove it as it isn't needed. Reviewed by: brooks Differential Revision: https://reviews.freebsd.org/D27183
This commit is contained in:
parent
8ad114c082
commit
cc4d36325b
@ -147,7 +147,6 @@ struct malloc_type_header {
|
||||
.ks_next = NULL, \
|
||||
.ks_version = M_VERSION, \
|
||||
.ks_shortdesc = shortdesc, \
|
||||
.ks_mti = { 0 }, \
|
||||
} \
|
||||
}; \
|
||||
SYSINIT(type##_init, SI_SUB_KMEM, SI_ORDER_THIRD, malloc_init, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user