Skip to content

Commit 9ce46b0

Browse files
committed
silence warning
1 parent 8f3d35c commit 9ce46b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rinreport.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ auto worker(HanderOuter<string>* ho)
8080
cerr<<"Error processing file "<<file<<": "<<e.what()<<endl;
8181
}
8282
}
83-
return std::move(stat);
83+
return stat;
8484
}
8585

8686
int main(int argc, char** argv)

0 commit comments

Comments
 (0)