#282 compiler warnings
This commit is contained in:
@@ -65,7 +65,7 @@ void drawClockHands (void)
|
|||||||
struct tm *now ;
|
struct tm *now ;
|
||||||
double angle, p, x0, y0, x1, y1 ;
|
double angle, p, x0, y0, x1, y1 ;
|
||||||
int h24, h, m, s ;
|
int h24, h, m, s ;
|
||||||
char text [20] ;
|
char text [40] ;
|
||||||
|
|
||||||
time (&t) ;
|
time (&t) ;
|
||||||
now = localtime (&t) ;
|
now = localtime (&t) ;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ int main()
|
|||||||
int t ;
|
int t ;
|
||||||
int max, min ;
|
int max, min ;
|
||||||
int del ;
|
int del ;
|
||||||
int underRuns, overRuns, exactRuns, bogusRuns, total ;
|
int underRuns, overRuns, exactRuns, total ;
|
||||||
int descheds ;
|
int descheds ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user