src: Fixed clang warnings
This commit is contained in:
@@ -31,11 +31,11 @@ TaskBuildIndex::TaskBuildIndex(
|
||||
, m_appUUID(appUUID)
|
||||
, m_multiProcessIndexing(multiProcessIndexing)
|
||||
, m_interprocessIndexingStatusManager(appUUID, 0, true)
|
||||
, m_indexerCommandQueueStopped(false)
|
||||
, m_processCount(processCount)
|
||||
, m_interrupted(false)
|
||||
, m_indexingFileCount(0)
|
||||
, m_runningThreadCount(0)
|
||||
, m_indexerCommandQueueStopped(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "data/indexer/IndexerCommandProvider.h"
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace
|
||||
{
|
||||
struct IncludeDirectiveComparator
|
||||
{
|
||||
bool operator()(const IncludeDirective& a, const IncludeDirective& b)
|
||||
bool operator()(const IncludeDirective& a, const IncludeDirective& b) const
|
||||
{
|
||||
return a.getIncludedFile() < b.getIncludedFile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user