We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reserveExtraSpace
1 parent 114ff99 commit 37d0841Copy full SHA for 37d0841
llvm/include/llvm/Support/raw_ostream.h
@@ -157,7 +157,7 @@ class raw_ostream {
157
/// So that the stream could keep at least tell() + ExtraSize bytes
158
/// without re-allocations. reserveExtraSpace() does not change
159
/// the size/data of the stream.
160
- virtual void reserveExtraSpace(uint64_t ExtraSize) {}
+ virtual void reserveExtraSpace(uint64_t ExtraSize) { (void)ExtraSize; }
161
162
/// Set the stream to be buffered, with an automatically determined buffer
163
/// size.
0 commit comments