Fix some unused variable warnings.
[libsub.git] / src / util.h
index 56e649f0070714daa27a1c55831a30244ec0b575..fbf0fa6ed529a6fa85a44f139809f0608751902e 100644 (file)
@@ -25,6 +25,8 @@
 #include <boost/shared_ptr.hpp>
 #include <string>
 
+#define LIBSUB_UNUSED(x) (void)(x)
+
 namespace sub {
 
 class Reader;