Compiled
This commit is contained in:
+3
-3
@@ -51,8 +51,8 @@ int main(int argc, char** argv) {
|
|||||||
cin.tie(NULL);
|
cin.tie(NULL);
|
||||||
|
|
||||||
//may return 0 when not able to detect
|
//may return 0 when not able to detect
|
||||||
const unsigned int max_thread_count = std::thread::hardware_concurrency();
|
// const unsigned int max_thread_count = std::thread::hardware_concurrency();
|
||||||
unsigned int thread_count = max_thread_count - 1;
|
// unsigned int thread_count = max_thread_count - 1;
|
||||||
|
|
||||||
string filename = "";
|
string filename = "";
|
||||||
int append = 1;
|
int append = 1;
|
||||||
@@ -301,7 +301,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
for (int i = 0; i <= testheader.size()-1; ++i) {
|
for (int i = 0; i <= (int)(testheader.size()-1); ++i) {
|
||||||
int index;
|
int index;
|
||||||
index = testcollookup[testheader[i]];
|
index = testcollookup[testheader[i]];
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user