From 9d26cad1e39af6e4c96a4efb5ae00332207163ca Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 30 Oct 2014 05:50:41 +0100 Subject: remove warnings --- source/spc7110.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/spc7110.c') diff --git a/source/spc7110.c b/source/spc7110.c index fdd625c..007231f 100644 --- a/source/spc7110.c +++ b/source/spc7110.c @@ -1535,7 +1535,6 @@ void S9xUpdateRTC() int year; int temp_days; - int year_hundreds; int year_tens; int year_ones; @@ -1613,7 +1612,6 @@ void S9xUpdateRTC() year_tens = year % 100; year_ones = year_tens % 10; year_tens /= 10; - year_hundreds = (year - 1000) / 100; rtc_f9.reg[0] = seconds % 10; rtc_f9.reg[1] = seconds / 10; -- cgit v1.2.3