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.
1 parent 5b6ed16 commit c7045f3Copy full SHA for c7045f3
code/logic/fossil/io/input.h
@@ -362,7 +362,7 @@ namespace fossil {
362
* @param input The Input object to populate.
363
* @return The input stream after reading.
364
*/
365
- friend std::istream &operator>>(std::istream &input_stream, Input &input) {
+ friend std::istream &operator>>(std::istream &input_stream, Input & /*input*/) {
366
// Implement the logic for populating the Input object from the input stream.
367
// This is a placeholder implementation.
368
char buffer[256];
0 commit comments