解决编译过程中的warning: unused variable

This commit is contained in:
佘兴彬
2023-09-05 10:49:13 +08:00
parent a6d0f0a34e
commit e175f05174
2 changed files with 0 additions and 2 deletions

View File

@ -208,7 +208,6 @@ bool ss_check_nodedatainfo(bool enable_dss)
int ss_check_existdir(const char *path, int node_id, const char **subdir)
{
char *subpath = NULL;
errno_t sret = 0;
struct stat statbuf;
int existnum = 0;
int totalnum = ARRAY_NUM(subdir);

View File

@ -111,7 +111,6 @@ void UpdateFusion::InitBaseParam(List* targetList)
ListCell* lc = NULL;
int i = 0;
FuncExpr* func = NULL;
TargetEntry* res = NULL;
Expr* expr = NULL;
OpExpr* opexpr = NULL;