Add set_font_file()
[libdcp.git] / src / util.h
index 85b582869e9763726b865f0a8664e08e3b9431af..b66832654d02812da85ef9e04b908df11831395c 100644 (file)
@@ -48,6 +48,8 @@
 #include <string>
 #include <stdint.h>
 
+#define LIBDCP_UNUSED(x) (void)(x)
+
 namespace xmlpp {
        class Element;
        class Node;