Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuiba committed May 21, 2024
1 parent 58fab4c commit e5a7cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/iovector.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ limitations under the License.
#if __GNUC__ >= 13
// #pragma GCC diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wzero-length-bounds"
#endif

inline bool operator == (const iovec& a, const iovec& b)
{
Expand Down

0 comments on commit e5a7cac

Please sign in to comment.