Bug 1793492

Summary: cli: duplicate defns of cli_default_conn_timeout and cli_ten_minutes_timeout
Product: [Community] GlusterFS Reporter: Kaleb KEITHLEY <kkeithle>
Component: cliAssignee: bugs <bugs>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7CC: bugs
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-22 18:32:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kaleb KEITHLEY 2020-01-21 13:35:57 UTC
Description of problem:

fedora-32 will ship with gcc-10.

Compiling with gcc-10-20191219 snapshot reveals dupe defns of
cli_default_conn_timeout and cli_ten_minutes_timeout in
.../cli/src/cli.[ch] due to missing extern decl.

gcc-10 no longer puts globals in the "common" section.

See https://review.gluster.org/#/c/glusterfs/+/23956/


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2020-01-22 18:32:20 UTC
REVIEW: https://review.gluster.org/24051 (cli: duplicate defns of cli_default_conn_timeout and cli_ten_minutes_timeout) merged (#1) on release-7 by Kaleb KEITHLEY