From f15a7050216e9e2d01b747439826ff806ce48c0b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 5 Apr 2020 13:07:40 -0400 Subject: Resolve compile warnings in modern --- include/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/task.h') diff --git a/include/task.h b/include/task.h index 0d605b04d..fd7f5a4e1 100644 --- a/include/task.h +++ b/include/task.h @@ -33,7 +33,7 @@ void SwitchTaskToFollowupFunc(u8 taskId); bool8 FuncIsActiveTask(TaskFunc func); u8 FindTaskIdByFunc(TaskFunc func); u8 GetTaskCount(void); -void SetWordTaskArg(u8 taskId, u8 dataElem, u32 value); +void SetWordTaskArg(u8 taskId, u8 dataElem, unsigned long value); u32 GetWordTaskArg(u8 taskId, u8 dataElem); #endif // GUARD_TASK_H -- cgit v1.2.3