Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

j1939acd: fix uclibc compile (const char* program_invocation_name) #549

Closed

Commits on Jul 16, 2024

  1. j1939acd: fix uclibc compile (const char* program_invocation_name)

    - disable command line option '-p' in case of uclibc
    
    Fixes:
    
      j1939acd.c: In function 'main':
      j1939acd.c:489:38: error: passing argument 1 of 'asprintf' from incompatible pointer type [-Wincompatible-pointer-types]
        489 |                         if (asprintf(&program_invocation_name, "%s.%s",
            |                                      ^~~~~~~~~~~~~~~~~~~~~~~~
            |                                      |
            |                                      const char **
    
    Signed-off-by: Peter Seiderer <[email protected]>
    pseiderer committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e506438 View commit details
    Browse the repository at this point in the history