netsniff-ng: Add __maybe_unused attribute to timer functions
commitc1aee513247783489c45507808b5a4589f6fb43a
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 May 2013 14:31:21 +0000 (30 16:31 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 30 May 2013 14:34:01 +0000 (30 16:34 +0200)
tree407615b2cbe85e00fe9846ee2fef84881320123b
parent2e76c84b8e19ba02e82ce90370efe9feefd5a4b3
netsniff-ng: Add __maybe_unused attribute to timer functions

The two functions timer_elapsed() and timer_next_dump() both take an
argument which they don't use. Annotate them appropriately using the
__maybe_unused attribute.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
netsniff-ng.c