Skip to content

Commit

Permalink
fix mac compile
Browse files Browse the repository at this point in the history
  • Loading branch information
msotheeswaran-sc committed Sep 28, 2023
1 parent e60133f commit 8f61819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meminfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ static size_t getMemKey(std::string key) {
}
return 0;
# else
(void)key;
return 0;
# endif
}
Expand Down

0 comments on commit 8f61819

Please sign in to comment.