Comment 1 for bug 169401

Revision history for this message
Peter Moulder (pjrm) wrote :

My solution would have been
  #define UNUSED(_var) ((void) (_var))
...
   UNUSED(a_location);
etc.

I should discuss with Dodji (the upstream maintainer) what
his preferred approach would be.