From: darcagn <da...@us...> - 2023-11-26 18:10:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 1f39538d02d39a084c457b0cac5e2f98bf5e200e (commit) via 9dd08a9dca7356b3896b526eaaabade571a5ce6e (commit) from 8b119832fcbbaf0b967582e9d90bf581ee210018 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1f39538d02d39a084c457b0cac5e2f98bf5e200e Merge: 8b11983 9dd08a9 Author: darcagn <da...@pr...> Date: Sun Nov 26 12:09:13 2023 -0600 Merge pull request #391 from Dreamcast-Projects/fix_cd_warning Fix unused variable warning. commit 9dd08a9dca7356b3896b526eaaabade571a5ce6e Author: Andress Barajas <and...@gm...> Date: Sun Nov 26 09:57:04 2023 -0800 Fix unused variable warning. ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/hardware/cdrom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/arch/dreamcast/hardware/cdrom.c b/kernel/arch/dreamcast/hardware/cdrom.c index 2d2f697..4942c61 100644 --- a/kernel/arch/dreamcast/hardware/cdrom.c +++ b/kernel/arch/dreamcast/hardware/cdrom.c @@ -471,7 +471,6 @@ int cdrom_spin_down(void) { /* Initialize: assume no threading issues */ int cdrom_init(void) { - int status, disc_type; uint32_t p; volatile uint32_t *react = (uint32_t *)(0x005f74e4 | MEM_AREA_P2_BASE); volatile uint32_t *bios = (uint32_t *)MEM_AREA_P2_BASE; hooks/post-receive -- A pseudo Operating System for the Dreamcast. |