Fix missing initializer warning for LXB_UNICODE_QUICK__UNDEF entry in lxb_unicode_normalization_entries #280
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When using
-Werror=missing-field-initializerswe noticed that the "composition" field is not initialized. Fix the build script to emit that field.As a side note, I get a different looking res.h with the latest files from https://www.unicode.org/Public/UCD/latest/ucd/ and https://unicode.org/Public/idna/latest/, so perhaps the unicode data needs to be updated? I'm not sure.