[ https://issues.apache.org/jira/browse/HAWQ-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Goden Yao updated HAWQ-933: --------------------------- Affects Version/s: 2.0.0.0-incubating > 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: Lei Chang > 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)