mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove disabled attribute from unimplemented
This commit is contained in:
@@ -826,7 +826,6 @@ panic :: proc(message: string, loc := #caller_location) -> ! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@builtin
|
@builtin
|
||||||
@(disabled=ODIN_DISABLE_ASSERT)
|
|
||||||
unimplemented :: proc(message := "", loc := #caller_location) -> ! {
|
unimplemented :: proc(message := "", loc := #caller_location) -> ! {
|
||||||
p := context.assertion_failure_proc
|
p := context.assertion_failure_proc
|
||||||
if p == nil {
|
if p == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user