Skip to content

Commit c7045f3

Browse files
small change to input operator
1 parent 5b6ed16 commit c7045f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/fossil/io/input.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ namespace fossil {
362362
* @param input The Input object to populate.
363363
* @return The input stream after reading.
364364
*/
365-
friend std::istream &operator>>(std::istream &input_stream, Input &input) {
365+
friend std::istream &operator>>(std::istream &input_stream, Input & /*input*/) {
366366
// Implement the logic for populating the Input object from the input stream.
367367
// This is a placeholder implementation.
368368
char buffer[256];

0 commit comments

Comments
 (0)