Jan. 16, 2017
10:37 a.m.
Kees Dekker wrote:
One example: printf("%*s", strlen(str), str) width specifier requires int type for the width
Sure, but nothing like that example occurs in the tz code.
A number of warnings is related to strlen()/sizeof()/size_t type, but used as int.
All the warnings are false alarms, as far as I can see.