Niklas Quarfot Nielsen created MESOS-1352:
---------------------------------------------

             Summary: Uninitialized scalar field in usage/main.cpp
                 Key: MESOS-1352
                 URL: https://issues.apache.org/jira/browse/MESOS-1352
             Project: Mesos
          Issue Type: Technical task
            Reporter: Niklas Quarfot Nielsen


________________________________________________________________________________________________________
*** 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)

Reply via email to