dtcm: Resolve 303 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-13 14:22:25 +00:00
parent fe39b630b3
commit 8baeb4c0a0
44 changed files with 275 additions and 250 deletions

View File

@@ -76,7 +76,7 @@ static int monthsecs[12] = {
31*daysec, 30*daysec, 31*daysec
};
extern int monthdays[12] = {
int monthdays[12] = {
31, 28, 31,
30, 31, 30,
31, 31, 30,