silence picky compilers: mark unused parameters
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jul 2011 21:24:52 +0000 (23:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jul 2011 21:24:52 +0000 (23:24 +0200)
commitee4ed461288ec74641e3b96d5508628c07f689b0
tree9c9e5a463346a77ad4cb8536356c8f567ee24e64
parent2af0287856ca0ba7fc4d80bf94e46bb2d4c6d96c
silence picky compilers: mark unused parameters

Modern gcc versions (4.6.X) get more picky by default and have started
to warn for unused parameters, but luckily gcc also allows us to mark
them as unused so that we can avoid the warnings.
lib/krb5.c
lib/setup.h