-/* Copyright (c) 2008 The Board of Trustees of The Leland Stanford
+/* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford
* Junior University
*
* We are making the OpenFlow specification and associated documentation
#include <config.h>
#include "queue.h"
#include <assert.h>
+#include "compiler.h"
#include "ofpbuf.h"
static void check_queue(struct ofp_queue *q);
/* Checks the internal integrity of 'q'. For use in debugging. */
static void
-check_queue(struct ofp_queue *q)
+check_queue(struct ofp_queue *q UNUSED)
{
#if 0
struct ofpbuf *iter;