Skip to content
Snippets Groups Projects
Commit a1eb903b authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed warnings -> errors

parent 03f3df9b
No related branches found
No related tags found
No related merge requests found
Pipeline #6056 passed
...@@ -781,6 +781,7 @@ void PopulateCFG::ctor_detection(FileIR_t *firp) ...@@ -781,6 +781,7 @@ void PopulateCFG::ctor_detection(FileIR_t *firp)
return true; return true;
}; };
#if 0
const auto winstyle = [&]() -> bool const auto winstyle = [&]() -> bool
{ {
const auto reloc_sec = exeiop->sections[".reloc"]; const auto reloc_sec = exeiop->sections[".reloc"];
...@@ -889,6 +890,8 @@ void PopulateCFG::ctor_detection(FileIR_t *firp) ...@@ -889,6 +890,8 @@ void PopulateCFG::ctor_detection(FileIR_t *firp)
} }
}; };
#endif
// scoopify_data_dir_sections(); // scoopify_data_dir_sections();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment