build: Remove -Wno-error=missing-field-initializers from Heimdal build
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Sep 2023 20:02:50 +0000 (08:02 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2023 21:35:29 +0000 (21:35 +0000)
commit0e659702b09de0d14498a8cb515447be905bc2a4
tree8d91744fbf16d210ae83f546570b9d5a362c673f
parentdf3816eb711214e9adf94b0df76207fd54ebb67e
build: Remove -Wno-error=missing-field-initializers from Heimdal build

This allows this warning (error) to be used in Samba for cases where a
non-designated initialiser is under-specified.  We can do this now as
the GCC versions we build on do not regard foo = {} as an error.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
third_party/heimdal_build/wscript_configure