[
https://issues.apache.org/jira/browse/MESOS-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominic Hamon updated MESOS-1352:
---------------------------------
Issue Type: Bug (was: Sub-task)
Parent: (was: MESOS-1351)
> Uninitialized scalar field in usage/main.cpp
> --------------------------------------------
>
> Key: MESOS-1352
> URL: https://issues.apache.org/jira/browse/MESOS-1352
> Project: Mesos
> Issue Type: Bug
> Reporter: Niklas Quarfot Nielsen
> Labels: coverity
>
> ________________________________________________________________________________________________________
> *** CID 1213899: Uninitialized scalar field (UNINIT_CTOR)
> /src/usage/main.cpp: 56 in Flags::Flags()()
> 50 "Whether or not to output ResourceStatistics protobuf\n"
> 51 "using the \"recordio\" format, i.e., the size as a \n"
> 52 "4 byte unsigned integer followed by the serialized\n"
> 53 "protobuf itself. By default the ResourceStatistics\n"
> 54 "will be output as JSON",
> 55 false);
> >>> CID 1213899: Uninitialized scalar field (UNINIT_CTOR)
> >>> Non-static class member "recordio" is not initialized in this
> >>> constructor nor in any functions that it calls.
> 56 }
> 57
> 58 Option<pid_t> pid;
> 59 bool recordio;
> 60 };
> 61
--
This message was sent by Atlassian JIRA
(v6.2#6252)