1
0
mirror of https://github.com/simh/simh.git synced 2026-04-16 00:21:35 +00:00

SCP: Avoid potential compiler warnings

Essentially all are non-functional problems but silencing them is a good idea
This commit is contained in:
Mark Pizzolato
2020-10-09 05:09:41 -07:00
parent 85858b1287
commit 31606161ce
6 changed files with 27 additions and 19 deletions

View File

@@ -992,9 +992,7 @@ if (dir) {
#endif
t_offset FileSize;
char *FileName;
const char *MatchName = 1 + strrchr (cptr, '/');
char *p_name;
struct tm *local;
char *p_name;
#if defined (HAVE_GLOB)
size_t i;
#endif