As of 2a3498e24f97d, we ignore parameter name mismatches for functions in the std:: namespace, since those aren't standardized. It seems reasonable to extend this to all functions which are declared in system headers, since this lint can be a bit noisy otherwise (https://bugs.chromium.org/p/chromium/issues/detail?id=1191507).
I'm on the fence about whether this behavior should be governed by an option. I tended toward no in the current patch, since std:: isn't, but I'm happy to add a CheckSystemHeaderDecls flag or similar if that seems better.