Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@larskanis
Copy link
Member

Kind of:

warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
    va_start(args, c);
                   ^
FunctionTest.c:79:59: note: parameter of type 'char' is declared here char testBlockingWRva(struct testBlockingData *self, char c, ...) {
                                                          ^

Kind of:
warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
    va_start(args, c);
                   ^
FunctionTest.c:79:59: note: parameter of type 'char' is declared here
char testBlockingWRva(struct testBlockingData *self, char c, ...) {
                                                          ^
@larskanis larskanis merged commit 8e2c9cf into ffi:master Sep 26, 2024
@larskanis larskanis deleted the fix-va_start branch September 26, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant