diff --git a/cpp/include/milvus-storage/common/macro.h b/cpp/include/milvus-storage/common/macro.h index bf4a3190..ae76d71f 100644 --- a/cpp/include/milvus-storage/common/macro.h +++ b/cpp/include/milvus-storage/common/macro.h @@ -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()) { \