mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
fix compile warnings on linux
This commit is contained in:
@@ -395,7 +395,7 @@ bool parse_build_flags(Array<String> args) {
|
||||
path = string_trim_whitespace(path);
|
||||
if (is_import_path_valid(path)) {
|
||||
if(!string_ends_with(path, str_lit(".rc"))) {
|
||||
gb_printf_err("Invalid -resource path, missing .rc\n", LIT(path));
|
||||
gb_printf_err("Invalid -resource path %.*s, missing .rc\n", LIT(path));
|
||||
bad_flags = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user