Skip to content

Commit

Permalink
Fixed warning in VS2015
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jan 22, 2023
1 parent 855cc8a commit 986857e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions momo/MapUtility.h
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ namespace internal

static void Destroy(MapKeyValuePair& pair) noexcept
{
(void)pair; // vs warning
pair.~MapKeyValuePair();
}

Expand Down

0 comments on commit 986857e

Please sign in to comment.