Mark unused callback function parameters as UNUSED.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Jan 2009 23:25:15 +0000 (15:25 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Jan 2009 23:25:15 +0000 (15:25 -0800)
commit411bebdc51f2ba6de76a6f04cd76a67436971258
tree9b57509a179cf1019a547c3c5d934d8c2bdd00b2
parent57282a2b5dae821633b3f766da1e74e6b3081361
Mark unused callback function parameters as UNUSED.

Found by -Wunused-parameters.
17 files changed:
lib/learning-switch.c
lib/ofp-print.c
lib/rconn.c
lib/vconn-ssl.c
lib/vconn-unix.c
lib/vlog-socket.c
secchan/discovery.c
secchan/port-watcher.c
secchan/snat.c
secchan/stp-secchan.c
tests/test-hmap.c
udatapath/datapath.c
udatapath/dp_act.c
udatapath/nx_act.c
udatapath/table-hash.c
utilities/dpctl.c
utilities/ofp-discover.c