Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]> (cherry picked from commit ff31da6)
- Loading branch information