Add This is a compiler error. Please report this. to all assertions.

This commit is contained in:
gingerBill
2026-03-15 17:39:37 +00:00
parent 70dd93db8f
commit c4ae436ba6

View File

@@ -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) {