[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:
Adrian Chadd 2020-11-13 01:53:59 +00:00
parent 8ad114c082
commit cc4d36325b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367629

View File

@ -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, \