Fix up install.
[libdcp.git] / asdcplib / src / KM_util.h
index c3e5af8758759b64760b1a041394a0b674a3a436..892670e62c96be6a3f93c2aa69a03c3aa6179496 100755 (executable)
@@ -41,6 +41,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 namespace Kumu
 {
+  extern bool libdcp_test;
+       
   // The version number declaration and explanation are in ../configure.ac
   const char* Version();
 
@@ -527,7 +529,7 @@ namespace Kumu
       }
     };
 
-  inline void hexdump(const ByteString& buf, FILE* stream = 0) {
+  inline void hexdump(const ByteString& buf, FILE*) {
     hexdump(buf.RoData(), buf.Length());
   }