• Travis Cross's avatar
    Check gcc support for -Wno-unused-result · 1c058e0f
    Travis Cross 提交于
    We're using -Wno-unused-result to work around what is arguably a GCC
    bug, but this option is not supported on older GCC versions.  So on
    those versions we won't pass -Werror either.
    
    ref: commit b874048e
    1c058e0f
configure.ac 62.9 KB