mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
Add This is a compiler error. Please report this. to all assertions.
This commit is contained in:
@@ -2522,6 +2522,7 @@ void gb_assert_handler(char const *prefix, char const *condition, char const *fi
|
||||
va_end(va);
|
||||
}
|
||||
gb_printf_err("\n");
|
||||
gb_printf_err("This is a compiler error. Please report this.\n");
|
||||
}
|
||||
|
||||
b32 gb_is_power_of_two(isize x) {
|
||||
|
||||
Reference in New Issue
Block a user