Skip to content

Commit

Permalink
Fix warning suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed May 12, 2024
1 parent 7b5a88f commit 2cd58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ TEST(Http, reader) {
#endif
#if TD_GCC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wself-move"
#endif
a = std::move(a);
b = std::move(b);
Expand Down

0 comments on commit 2cd58aa

Please sign in to comment.