Silenced some harmless warnings of Fedora build process

This commit is contained in:
2023-07-21 09:00:53 +02:00
parent 11c5f6585a
commit 1a44cbda91
6 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ char *Ftypetxt(mode_t st_mode, int flag);
/* @param flag bit0=with year and seconds
bit1=timestamp format YYYY.MM.DD.hhmmss
*/
char *Ftimetxt(time_t t, char timetext[40], int flag);
char *Ftimetxt(time_t t, char *timetext, int flag);
int System_uname(char **sysname, char **release, char **version,
char **machine, int flag);