[ https://issues.apache.org/jira/browse/HAWQ-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383487#comment-15383487 ]
ASF GitHub Bot commented on HAWQ-933: ------------------------------------- Github user wcl14 commented on the issue: https://github.com/apache/incubator-hawq/pull/801 +1 > Build warnings > --------------- > > Key: HAWQ-933 > URL: https://issues.apache.org/jira/browse/HAWQ-933 > Project: Apache HAWQ > Issue Type: Bug > Components: Build > Affects Versions: 2.0.0.0-incubating > Reporter: Goden Yao > Assignee: hongwu > Fix For: 2.0.0.0-incubating > > > {code} > gpnetbenchClient.c:36:6: warning: no previous prototype for function > 'usage' [-Wmissing-prototypes] > void usage() > ^ > gpnetbenchServer.c:34:6: warning: no previous prototype for function > 'usage' [-Wmissing-prototypes] > void usage() > ^ > gpnetbenchClient.c:198:14: warning: comparison of unsigned expression > < 0 is always false [-Wtautological-compare] > if (retval < 0) > ~~~~~~ ^ ~ > gpnetbenchClient.c:231:6: warning: no previous prototype for function > 'print_headers' [-Wmissing-prototypes] > void print_headers() > ^ > gpnetbenchClient.c:33:6: note: this declaration is not a prototype; > add 'void' to make it a prototype for a zero-parameter function > void print_headers(); > ^ > void > 1 warning generated. > 3 warnings generated. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)