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

GCC: conflicting types for 'can_filter' params #95

Closed
wants to merge 1 commit into from
Closed

GCC: conflicting types for 'can_filter' params #95

wants to merge 1 commit into from

Commits on Oct 27, 2013

  1. GCC: conflicting types for 'can_filter' params

    Definition was previously updated to use uint32_t and int_t types for
    the can_filter() function parameters but the declaration in the header
    file didn't contain the same updates.  On GCC, this resulted in the
    following error:
    
    .../can_api.c:85:5: error: conflicting types for 'can_filter'
    In file included from .../can_api.c:16:0:
    .../can_api.h:68:15: note: previous declaration of 'can_filter' was here
    adamgreen committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    ddc0054 View commit details
    Browse the repository at this point in the history