From 9b25495fffec4be843e8540c115dd5d9e9e4c7a0 Mon Sep 17 00:00:00 2001 From: methodus Date: Sun, 4 Nov 2012 17:01:56 +0100 Subject: Added check if there are active streams ongoing. --- include/tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 StringList; -- cgit v1.2.3