Silenced some harmless warnings of Fedora build process
This commit is contained in:
@ -679,7 +679,7 @@ completed:;
|
||||
3= Mon Day hh:mm:ss Year
|
||||
4= YYMMDD.hhmmss
|
||||
*/
|
||||
char *Ftimetxt(time_t t, char timetext[40], int flag)
|
||||
char *Ftimetxt(time_t t, char *timetext, int flag)
|
||||
{
|
||||
char *rpt;
|
||||
struct tm tms, *tmpt;
|
||||
|
@ -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);
|
||||
|
@ -833,7 +833,7 @@ int Sfile_make_argv(char *progname, char *line, int *argc, char ***argv,
|
||||
|
||||
|
||||
/* @param flag bit0= append */
|
||||
int Sfile_str(char target[SfileadrL], char *source, int flag)
|
||||
int Sfile_str(char *target, char *source, int flag)
|
||||
{
|
||||
int l;
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#define SfileadrL 4096
|
||||
|
||||
|
||||
int Sfile_str(char target[SfileadrL], char *source, int flag);
|
||||
int Sfile_str(char *target, char *source, int flag);
|
||||
|
||||
double Sfile_microtime(int flag);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2023.07.12.182812"
|
||||
#define Xorriso_timestamP "2023.07.21.070020"
|
||||
|
Reference in New Issue
Block a user