Closed ihciah closed 2 years ago
@ihciah
DCO (Developer Certificate Origin) is not satisfied so could you fix your commit message to contain Signed-off-by:
and re-push with -f?
And don't care about other build-test failures because they are not caused by your commit. Recently the docker images were re-built but they are not configured properly. It will be fixed soon.
Could you publish a release with these changes?
@bobrik Thanks for asking me this. Sure. I'll prepare new release within few days.
This PR is to solve #239. There's a problem: When to use
__gnuc_va_list
and when to use__va_list_tag
? I use__gnuc_va_list
for aarch64 and arm. I didn't test other arch.