bump product version to 7.6.3.2-android
[LibreOffice.git] / external / clucene / patches / clucene-pure-virtual.patch
blob0d4f95fe538fe26f268246d0ddbcb9a1c65335ab
1 --- src/core/CLucene/store/IndexOutput.h
2 +++ src/core/CLucene/store/IndexOutput.h
3 @@ -159,7 +159,7 @@
4 * @param b the bytes to write
5 * @param len the number of bytes to write
6 */
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*/) {}
9 };
11 CL_NS_END