Open jd-zhang opened 2 years ago
latest gcc build warning is at: http://192.168.0.104:8080/job/enterprise_centos7_build/182/console
latest clang build warning is at: http://192.168.0.104:8080/job/enterprise_ubuntu_build_clang/4/console
New warnings on 20220420
03:06:15 hooks.c: In function ‘remote_make_sql_delayed’: 03:06:15 hooks.c:88:9: warning: implicit declaration of function ‘IsReservedName’; did you mean ‘getservbyname’? [-Wimplicit-function-declaration] 03:06:15 if (IsReservedName(ns_name)) 03:06:15 ^~~~~~~~~~~~~~ 03:06:15 getservbyname 03:06:15 remote_ddl.c:41:48: warning: integer constant is so large that it is unsigned 03:06:15 const static int64_t InvalidSeqVal = (int64_t)-9223372036854775808L; 03:06:15 ^~~~~~~~~~~~~~~~~~~~ 03:06:15 sequence_service.c:50:48: warning: integer constant is so large that it is unsigned 03:06:15 const static int64_t InvalidSeqVal = (int64_t)-9223372036854775808L;
Issue migrated from trac ticket # 535
component: computing nodes | priority: minor
2022-03-31 14:10:15: zhangjindong@zettadb.com created the issue