diff options
Diffstat (limited to 'include/tools.h')
-rw-r--r-- | include/tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools.h b/include/tools.h index 4c6908d..966040d 100644 --- a/include/tools.h +++ b/include/tools.h @@ -30,6 +30,8 @@ using namespace std; #define MAX_METADATA_LENGTH_L 1024 #define MAX_METADATA_LENGTH_S 256 +#define _unused(x) ((void)x) + namespace upnp { typedef std::list<std::string> StringList; |