[
https://issues.apache.org/jira/browse/TS-4827?focusedWorklogId=28396&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28396
]
ASF GitHub Bot logged work on TS-4827:
--------------------------------------
Author: ASF GitHub Bot
Created on: 08/Sep/16 03:15
Start Date: 08/Sep/16 03:15
Worklog Time Spent: 10m
Work Description: GitHub user bryancall opened a pull request:
https://github.com/apache/trafficserver/pull/988
TS-4827: gcc warning xxx not explicitly initialized in the copy constructor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bryancall/trafficserver TS-4827
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/988.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #988
----
commit 35ed46bc1f99088fb7be7167beec43010a505fae
Author: Bryan Call <[email protected]>
Date: 2016-09-08T03:13:17Z
TS-4827: gcc warning xxx not explicitly initialized in the copy constructor
----
Issue Time Tracking
-------------------
Worklog Id: (was: 28396)
Time Spent: 10m
Remaining Estimate: 0h
> gcc warning xxx not explicitly initialized in the copy constructor
> ------------------------------------------------------------------
>
> Key: TS-4827
> URL: https://issues.apache.org/jira/browse/TS-4827
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Bryan Call
> Assignee: Bryan Call
> Fix For: 7.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When compiling with -Wextra
> {noformat}
> LogFile.cc:91:1: error: base class ‘class RefCountObj’ should be explicitly
> initialized in the copy constructor [-Werror=extra]
> LogFormat.cc:238:1: error: base class ‘class RefCountObj’ should be
> explicitly initialized in the copy constructor [-Werror=extra]
> LogObject.cc:133:1: error: base class ‘class RefCountObj’ should be
> explicitly initialized in the copy constructor [-Werror=extra]
> RegressionSM.cc:226:1: error: base class ‘class Continuation’ should be
> explicitly initialized in the copy constructor [-Werror=extra]
> RegressionSM.cc:271:3: error: base class ‘struct RegressionSM’ should be
> explicitly initialized in the copy constructor [-Werror=extra]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)