Fixed errors found by static analysis
This commit is contained in:
parent
1c9e959cc4
commit
cafd868773
10 changed files with 16 additions and 28 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
HwlocCpuInfo();
|
||||
~HwlocCpuInfo() override;
|
||||
|
||||
static inline bool has(Feature feature) { return m_features & feature; }
|
||||
static inline bool hasFeature(Feature feature) { return m_features & feature; }
|
||||
|
||||
inline const std::vector<uint32_t> &nodeset() const { return m_nodeset; }
|
||||
inline hwloc_topology_t topology() const { return m_topology; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue