1 --- src/core/CLucene/store/IndexOutput.h
2 +++ src/core/CLucene/store/IndexOutput.h
4 * @param b the bytes to write
5 * @param len the number of bytes to write
7 - virtual void flushBuffer(const uint8_t* b, const int32_t len) = 0;
8 + virtual void flushBuffer(const uint8_t* /*b*/, const int32_t /*len*/) {}