mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2024-12-26 09:15:06 +00:00
Remove disable_warnings header include (#75)
This commit is contained in:
parent
8dfed04919
commit
2a2df89349
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ imgui.ini
|
||||
rt64.log
|
||||
.idea
|
||||
cmake-build*
|
||||
.DS_Store
|
||||
|
@ -1542,7 +1542,6 @@ int main(int argc, char** argv) {
|
||||
// Write the file header
|
||||
fmt::print(single_output_file,
|
||||
"#include \"librecomp/recomp.h\"\n"
|
||||
"#include \"disable_warnings.h\"\n"
|
||||
"#include \"funcs.h\"\n"
|
||||
"\n");
|
||||
}
|
||||
|
@ -1104,7 +1104,6 @@ bool RecompPort::recompile_function(const RecompPort::Context& context, const Re
|
||||
// Write the file header
|
||||
fmt::print(output_file,
|
||||
"#include \"librecomp/recomp.h\"\n"
|
||||
"#include \"disable_warnings.h\"\n"
|
||||
"\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user