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

opal_check_attributes: fix __extension__ test #4743

Merged

Commits on Jan 23, 2018

  1. opal_check_attributes: fix __extension__ test

    Per
    https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#index-_005f_005fextension_005f_005f,
    use __extension__ in a C statement that will actually verify if the
    compiler supports it or not.
    
    Signed-off-by: Jeff Squyres <[email protected]>
    jsquyres committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    ff31da6 View commit details
    Browse the repository at this point in the history