Advertisement
xunzhang

Untitled

Dec 2nd, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.75 KB | None | 0 0
  1. aosegfiles.c:1105:6: warning: variable 'returnDatum' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  2.         if (RelationIsAoRows(parentrel))
  3.             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. ../../../../src/include/utils/rel.h:364:2: note: expanded from macro 'RelationIsAoRows'
  5.         ((bool)(((relation)->rd_rel->relstorage == RELSTORAGE_AOROWS)))
  6.         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. aosegfiles.c:1112:9: note: uninitialized use occurs here
  8.         return returnDatum;
  9.                ^~~~~~~~~~~
  10. aosegfiles.c:1105:2: note: remove the 'if' if its condition is always true
  11.         if (RelationIsAoRows(parentrel))
  12.         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. aosegfiles.c:1094:21: note: initialize the variable 'returnDatum' to silence this warning
  14.         Datum                   returnDatum;
  15.                                            ^
  16.                                             = 0
  17.  
  18. tablecmds.c:902:7: warning: variable 'result' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  19.                 if (astate)
  20.                     ^~~~~~
  21. tablecmds.c:905:10: note: uninitialized use occurs here
  22.                 return result;
  23.                        ^~~~~~
  24. tablecmds.c:902:3: note: remove the 'if' if its condition is always true
  25.                 if (astate)
  26.                 ^~~~~~~~~~~
  27. tablecmds.c:803:14: note: initialize the variable 'result' to silence this warning
  28.         Datum result;
  29.                     ^
  30.                      = 0
  31. tablecmds.c:4740:15: warning: variable 'l1' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  32.                                         else if (!is_at)
  33.                                                  ^~~~~~
  34. tablecmds.c:4750:23: note: uninitialized use occurs here
  35.                                         if (IsA(linitial(l1), A_Const) ||
  36.                                                          ^~
  37. ../../../src/include/nodes/pg_list.h:124:41: note: expanded from macro 'linitial'
  38. #define linitial(l)                             lfirst(list_head(l))
  39.                                                                  ^
  40. ../../../src/include/nodes/pg_list.h:120:25: note: expanded from macro 'lfirst'
  41. #define lfirst(lc)                              ((lc)->data.ptr_value)
  42.                                                   ^~
  43. ../../../src/include/nodes/nodes.h:595:39: note: expanded from macro 'IsA'
  44. #define IsA(nodeptr,_type_)             (nodeTag(nodeptr) == T_##_type_)
  45.                                                  ^~~~~~~
  46. ../../../src/include/nodes/nodes.h:549:37: note: expanded from macro 'nodeTag'
  47. #define nodeTag(nodeptr)                (((Node*)(nodeptr))->type)
  48.                                                   ^~~~~~~
  49. tablecmds.c:4740:11: note: remove the 'if' if its condition is always true
  50.                                         else if (!is_at)
  51.                                              ^~~~~~~~~~~
  52. tablecmds.c:4729:14: note: initialize the variable 'l1' to silence this warning
  53.                                         List *l1;
  54.                                                 ^
  55.                                                  = NULL
  56.  
  57. setrefs.c:1465:7: warning: variable 'bitmapqualorig_p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  58.                 if (IsA(inner_plan, BitmapHeapScan))
  59.                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  60. ../../../../src/include/nodes/nodes.h:595:30: note: expanded from macro 'IsA'
  61. #define IsA(nodeptr,_type_)             (nodeTag(nodeptr) == T_##_type_)
  62.                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. setrefs.c:1473:28: note: uninitialized use occurs here
  64.                 if (NumRelids((Node *) (*bitmapqualorig_p)) > 1)
  65.                                          ^~~~~~~~~~~~~~~~
  66. setrefs.c:1465:3: note: remove the 'if' if its condition is always true
  67.                 if (IsA(inner_plan, BitmapHeapScan))
  68.                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69. setrefs.c:1464:26: note: initialize the variable 'bitmapqualorig_p' to silence this warning
  70.                 List **bitmapqualorig_p;
  71.                                        ^
  72.                                         = NULL
  73. 1 warning generated.
  74.  
  75. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../../src/backend/gp_libpq_fe  -I../../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o date.o date.c
  76. date.c:72:6: warning: variable 'dtype' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  77.         if (dterr == 0)
  78.             ^~~~~~~~~~
  79. date.c:77:10: note: uninitialized use occurs here
  80.         switch (dtype)
  81.                 ^~~~~
  82. date.c:72:2: note: remove the 'if' if its condition is always true
  83.         if (dterr == 0)
  84.         ^~~~~~~~~~~~~~~
  85. date.c:63:13: note: initialize the variable 'dtype' to silence this warning
  86.         int                     dtype;
  87.                                      ^
  88.                                       = 0
  89. date.c:923:6: warning: variable 'fsec' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  90.         if (dterr == 0)
  91.             ^~~~~~~~~~
  92. date.c:928:14: note: uninitialized use occurs here
  93.         tm2time(tm, fsec, &result);
  94.                     ^~~~
  95. date.c:923:2: note: remove the 'if' if its condition is always true
  96.         if (dterr == 0)
  97.         ^~~~~~~~~~~~~~~
  98. date.c:910:14: note: initialize the variable 'fsec' to silence this warning
  99.         fsec_t          fsec;
  100.                             ^
  101.                              = 0
  102. date.c:1789:6: warning: variable 'fsec' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  103.         if (dterr == 0)
  104.             ^~~~~~~~~~
  105. date.c:1795:16: note: uninitialized use occurs here
  106.         tm2timetz(tm, fsec, tz, result);
  107.                       ^~~~
  108. date.c:1789:2: note: remove the 'if' if its condition is always true
  109.         if (dterr == 0)
  110.         ^~~~~~~~~~~~~~~
  111. date.c:1776:14: note: initialize the variable 'fsec' to silence this warning
  112.         fsec_t          fsec;
  113.                             ^
  114.                              = 0
  115. date.c:1789:6: warning: variable 'tz' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  116.         if (dterr == 0)
  117.             ^~~~~~~~~~
  118. date.c:1795:22: note: uninitialized use occurs here
  119.         tm2timetz(tm, fsec, tz, result);
  120.                             ^~
  121. date.c:1789:2: note: remove the 'if' if its condition is always true
  122.         if (dterr == 0)
  123.         ^~~~~~~~~~~~~~~
  124. date.c:1779:10: note: initialize the variable 'tz' to silence this warning
  125.         int                     tz;
  126.                                   ^
  127.                                    = 0
  128. 4 warnings generated.
  129.  
  130. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../../src/backend/gp_libpq_fe  -I../../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o nabstime.o nabstime.c
  131. nabstime.c:238:6: warning: variable 'dtype' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  132.         if (dterr == 0)
  133.             ^~~~~~~~~~
  134. nabstime.c:243:10: note: uninitialized use occurs here
  135.         switch (dtype)
  136.                 ^~~~~
  137. nabstime.c:238:2: note: remove the 'if' if its condition is always true
  138.         if (dterr == 0)
  139.         ^~~~~~~~~~~~~~~
  140. nabstime.c:232:13: note: initialize the variable 'dtype' to silence this warning
  141.         int                     dtype;
  142.                                      ^
  143.                                       = 0
  144. 1 warning generated.
  145.  
  146. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../../src/backend/gp_libpq_fe  -I../../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o timestamp.o timestamp.c
  147. timestamp.c:167:6: warning: variable 'dtype' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  148.         if (dterr == 0)
  149.             ^~~~~~~~~~
  150. timestamp.c:172:10: note: uninitialized use occurs here
  151.         switch (dtype)
  152.                 ^~~~~
  153. timestamp.c:167:2: note: remove the 'if' if its condition is always true
  154.         if (dterr == 0)
  155.         ^~~~~~~~~~~~~~~
  156. timestamp.c:158:13: note: initialize the variable 'dtype' to silence this warning
  157.         int                     dtype;
  158.                                      ^
  159.                                       = 0
  160. timestamp.c:431:6: warning: variable 'dtype' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  161.         if (dterr == 0)
  162.             ^~~~~~~~~~
  163. timestamp.c:436:10: note: uninitialized use occurs here
  164.         switch (dtype)
  165.                 ^~~~~
  166. timestamp.c:431:2: note: remove the 'if' if its condition is always true
  167.         if (dterr == 0)
  168.         ^~~~~~~~~~~~~~~
  169. timestamp.c:422:13: note: initialize the variable 'dtype' to silence this warning
  170.         int                     dtype;
  171.                                      ^
  172.                                       = 0
  173. 2 warnings generated.
  174.  
  175. resourcebroker_LIBYARN_proc.c:1631:9: warning: variable 'activeFailIds' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  176.     if( yarnres != FUNCTION_SUCCEEDED ) {
  177.         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  178. resourcebroker_LIBYARN_proc.c:1702:10: note: uninitialized use occurs here
  179.     if ( activeFailIds != NULL ) {
  180.          ^~~~~~~~~~~~~
  181. resourcebroker_LIBYARN_proc.c:1631:5: note: remove the 'if' if its condition is always false
  182.     if( yarnres != FUNCTION_SUCCEEDED ) {
  183.     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184. resourcebroker_LIBYARN_proc.c:1641:5: note: variable 'activeFailIds' is declared here
  185.     int64_t *activeFailIds = NULL;
  186.     ^
  187.  
  188. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I. -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o analyze.o analyze.c
  189. analyze.c:9325:22: warning: argument to 'sizeof' in '__builtin___memcpy_chk' call is the same pointer type 'GroupingClause *' (aka 'struct GroupingClause *') as the destination; expected 'GroupingClause'
  190.       (aka 'struct GroupingClause') or an explicit length [-Wsizeof-pointer-memaccess]
  191.                 memcpy(new_gc, gc, sizeof(gc));
  192.                        ~~~~~~      ^~~~~~~~~~
  193. /usr/include/secure/_string.h:65:38: note: expanded from macro 'memcpy'
  194.   __builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest))
  195.                           ~~~~       ^~~
  196. 1 warning generated.
  197.  
  198. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -pthread -Wno-deprecated-declarations -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o dumputils.o dumputils.c
  199. dumputils.c:1074:26: warning: 'memset' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess]
  200.                 memset(result,0,sizeof(result));
  201.                        ~~~~~~          ^~~~~~
  202. dumputils.c:1074:26: note: did you mean to provide an explicit length?
  203.                 memset(result,0,sizeof(result));
  204.                                        ^~~~~~
  205. 1 warning generated.
  206.  
  207. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -pthread -DFRONTEND -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o dumputils.o dumputils.c
  208. dumputils.c:1074:26: warning: 'memset' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess]
  209.                 memset(result,0,sizeof(result));
  210.                        ~~~~~~          ^~~~~~
  211. dumputils.c:1074:26: note: did you mean to provide an explicit length?
  212.                 memset(result,0,sizeof(result));
  213.                                        ^~~~~~
  214. 1 warning generated.
  215.  
  216. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -pthread -DFRONTEND -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o dumputils.o dumputils.c
  217. dumputils.c:1074:26: warning: 'memset' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess]
  218.                 memset(result,0,sizeof(result));
  219.                        ~~~~~~          ^~~~~~
  220. dumputils.c:1074:26: note: did you mean to provide an explicit length?
  221.                 memset(result,0,sizeof(result));
  222.                                        ^~~~~~
  223. 1 warning generated.
  224.  
  225. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../src/backend/resourcemanager/include -I../../../src/backend/gp_libpq_fe -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o dbcommands.o dbcommands.c
  226. In file included from dbcommands.c:87:
  227. ../../../src/include/cdb/cdbpersistentdatabase.h:41:27: warning: field 'header' with variable sized type 'SharedOidSearchObjHeader' (aka 'struct SharedOidSearchObjHeader') not at the end of a struct or
  228.       class is a GNU extension [-Wgnu-variable-sized-type-not-at-end]
  229.         SharedOidSearchObjHeader        header;
  230.                                         ^
  231. dbcommands.c:859:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  232.                         else
  233.                         ^
  234. 2 warnings generated.
  235.  
  236. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o createplan.o createplan.c
  237. In file included from createplan.c:45:
  238. ../../../../src/include/executor/execHHashagg.h:34:9: warning: 'EXECHYBRIDHASHAGG_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
  239. #ifndef EXECHYBRIDHASHAGG_H
  240.         ^~~~~~~~~~~~~~~~~~~
  241. ../../../../src/include/executor/execHHashagg.h:35:9: note: 'EXECBYBRIDHASHAGG_H' is defined here; did you mean 'EXECHYBRIDHASHAGG_H'?
  242. #define EXECBYBRIDHASHAGG_H
  243.         ^~~~~~~~~~~~~~~~~~~
  244.         EXECHYBRIDHASHAGG_H
  245.  
  246. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../src/backend/gp_libpq_fe -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o execQual.o execQual.c
  247. execQual.c:1565:16: warning: implicit conversion from enumeration type 'enum NodeTag' to different enumeration type 'fmNodeTag' (aka 'enum fmNodeTag') [-Wenum-conversion]
  248.         rsinfo.type = T_ReturnSetInfo;
  249.                     ~ ^~~~~~~~~~~~~~~
  250. execQual.c:1881:16: warning: implicit conversion from enumeration type 'enum NodeTag' to different enumeration type 'fmNodeTag' (aka 'enum fmNodeTag') [-Wenum-conversion]
  251.         rsinfo.type = T_ReturnSetInfo;
  252.                     ~ ^~~~~~~~~~~~~~~
  253. 2 warnings generated.
  254.  
  255. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../src/backend/gp_libpq_fe -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o nodeTableFunction.o nodeTableFunction.c
  256. nodeTableFunction.c:419:31: warning: implicit conversion from enumeration type 'enum NodeTag' to different enumeration type 'fmNodeTag' (aka 'enum fmNodeTag') [-Wenum-conversion]
  257.         scanstate->rsinfo.type             = T_ReturnSetInfo;
  258.                                            ~ ^~~~~~~~~~~~~~~
  259. 1 warning generated.
  260.  
  261. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -I../../../src/backend/gp_libpq_fe -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o execQual.o execQual.c
  262. execQual.c:1565:16: warning: implicit conversion from enumeration type 'enum NodeTag' to different enumeration type 'fmNodeTag' (aka 'enum fmNodeTag') [-Wenum-conversion]
  263.         rsinfo.type = T_ReturnSetInfo;
  264.                     ~ ^~~~~~~~~~~~~~~
  265. execQual.c:1881:16: warning: implicit conversion from enumeration type 'enum NodeTag' to different enumeration type 'fmNodeTag' (aka 'enum fmNodeTag') [-Wenum-conversion]
  266.         rsinfo.type = T_ReturnSetInfo;
  267.                     ~ ^~~~~~~~~~~~~~~
  268. 2 warnings generated.
  269.  
  270. gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/curl/7.49.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -pthread -DFRONTEND -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include  -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/include -I/Users/wuhong/Desktop/tmp/tmp2/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/include  -c -o sql_help.o sql_help.c
  271. sql_help.c:1800:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  272.                                           "<A0><A0><A0><A0>ON PROTOCOL %s \n"
  273.                                            ^~~~~~~~~~~~~~~~
  274. sql_help.c:1801:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  275.                                           "<A0><A0><A0><A0>TO %s",
  276.                                            ^~~~~~~~~~~~~~~~
  277. 2 warnings generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement