citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Disable unused parameter compiler warning #122

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

@anarazel asked for this in #121.

This warning isn't as useful as the other unused warnings (such as unused variables) and it was getting to be more trouble than it was worth. This removes it entirely and cuts out any extra source that was previously needed to opt-in to unused parameters.

jasonmp85 commented 9 years ago

Pushing this up to ensure the build passes but once it does I'll merge it, since @anarazel asked for it and I agree (so that can count as a committer and reviewer for something this trivial).