[fixup] fix compile error in release build

This commit is contained in:
tokyo4j 2024-03-26 00:22:56 +09:00
parent d16b0f3198
commit 8d8b19cc11

View file

@ -132,6 +132,7 @@ get_wlr_direction(enum view_edge edge)
default:
/* not reached */
assert(false);
return 0;
}
}