diff --git a/krash_main.cpp b/krash_main.cpp index 31011db..2f84c4f 100644 --- a/krash_main.cpp +++ b/krash_main.cpp @@ -51,8 +51,8 @@ int main(int argc, char** argv) { cin.tie(NULL); //may return 0 when not able to detect - const unsigned int max_thread_count = std::thread::hardware_concurrency(); - unsigned int thread_count = max_thread_count - 1; + // const unsigned int max_thread_count = std::thread::hardware_concurrency(); + // unsigned int thread_count = max_thread_count - 1; string filename = ""; 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; index = testcollookup[testheader[i]]; diff --git a/output/krash_main.exe b/output/krash_main.exe new file mode 100644 index 0000000..b4c0207 Binary files /dev/null and b/output/krash_main.exe differ