diff --git a/configure.ac b/configure.ac index 9882428359..16f3fd6d93 100644 --- a/configure.ac +++ b/configure.ac @@ -1655,9 +1655,9 @@ main (int argc, TestOutputStream () : OutputStream () { } void Write (uint8_t *a, unsigned int b) { } void NextSegment () { } - uint64_t SegmentSize () { } + uint64_t SegmentSize () { return 0; } void Close () { } - int Open () { } + int Open () { return 0; } }; MultiplexJob *job = new MultiplexJob (); vector inputs;