mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
disable this warning
This commit is contained in:
+1
-1
@@ -474,7 +474,7 @@ i32 linker_stage(lbGenerator *gen) {
|
||||
}
|
||||
|
||||
result = system_exec_command_line_app("ld-link",
|
||||
"clang -Wunused-command-line-argument %s -o \"%.*s%.*s\" %s "
|
||||
"clang -Wno-unused-command-line-argument %s -o \"%.*s%.*s\" %s "
|
||||
" %s "
|
||||
" %.*s "
|
||||
" %.*s "
|
||||
|
||||
Reference in New Issue
Block a user