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

@ -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);