Details
Description
linux/fs.cpp: In static member function 'static Try<mesos::internal::fs::MountInfoTable> mesos::internal::fs::MountInfoTable::read(const Option<int>&, bool)':
linux/fs.cpp:152:27: error: 'rootParentId' may be used uninitialized in this function [-Werror=maybe-uninitialized]
sortFrom(rootParentId);
^
cc1plus: all warnings being treated as errors
P.S. This is something new since I am able to compile 1.0.0 just fine.