quick check with linters

This commit is contained in:
MihailRis
2024-05-10 12:34:05 +03:00
parent 92f185ab51
commit 9522aedeec
55 changed files with 129 additions and 184 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ static int p_is_visible(UINode* node) {
static int p_is_enabled(UINode* node) {
return state->pushboolean(node->isEnabled());
}
static int p_move_into(UINode* node) {
static int p_move_into(UINode*) {
return state->pushcfunction(l_uinode_move_into);
}