Skip to content

Commit

Permalink
[Cpp] Remove compiler warning about macro redefined (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Oct 19, 2023
1 parent 0c65565 commit b3e746e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/milvus-storage/common/macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace milvus_storage {

#define CONCAT(x, y) CONCAT_IMPL(x, y)

#undef RETURN_NOT_OK
#define RETURN_NOT_OK(status) \
do { \
if (!(status).ok()) { \
Expand Down

0 comments on commit b3e746e

Please sign in to comment.