summaryrefslogtreecommitdiff
path: root/external/clucene/patches/clucene-pure-virtual.patch
blob: 0d4f95fe538fe26f268246d0ddbcb9a1c65335ab (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/core/CLucene/store/IndexOutput.h
+++ src/core/CLucene/store/IndexOutput.h
@@ -159,7 +159,7 @@
 	* @param b the bytes to write
 	* @param len the number of bytes to write
 	*/
-	virtual void flushBuffer(const uint8_t* b, const int32_t len) = 0;
+	virtual void flushBuffer(const uint8_t* /*b*/, const int32_t /*len*/) {}
 };
 
 CL_NS_END