pcap_mm: Mark unused parameters with __maybe_unused
commiteb5cd761fca41197dc35d42ab9e47b453621d3f7
authorTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 15:24:04 +0000 (13 17:24 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 15:24:04 +0000 (13 17:24 +0200)
treec41318ef607f412a1aae95c75702c8f067788d73
parent6bb3e4fe7e2b902b047c76a0cdf5889715c693ff
pcap_mm: Mark unused parameters with __maybe_unused

In order to avoid compiler warnings when compiling with
-W/-Wunused-parameter, mark unused function parameters with
__maybe_unused.

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