• Dridi Boukelmoune's avatar
    build: Don't warn on system headers · f633c8e5
    Dridi Boukelmoune authored
    Since we turn warnings into errors, that means failing the build because
    something we have no control over in /usr/include does not have a strict
    prototype or some other shenanigan.
    
    Just in case it might be added by Wall or Wextra in a future clang or
    GCC release, we may disable it explicitly too.
    
    Refs #3565
    f633c8e5