A handful of changes after applying pull request #191 from

Alessandro De Laurenzis.  That pull request cleaned up the vast
majority of compiler warnings.  However, that cleanup exposed a
few additional warnings pointing to errors in the code that needed
fixing.  The code now compiles cleanly except for one warning
about redefined CAD_DIR that I have not looked into.
This commit is contained in:
Tim Edwards
2022-10-29 09:57:41 -04:00
parent 70ebfb831b
commit d229aefb15
9 changed files with 13 additions and 10 deletions
-2
View File
@@ -10,9 +10,7 @@
*************************************************************************/
#include <stdio.h>
#include <string.h>
#ifndef SYSV
#include <sys/wait.h>
#endif /* SYSV */
#include <errno.h>
#include "utils/utils.h"
+1
View File
@@ -25,6 +25,7 @@
#include <zlib.h>
#endif
#include "utils/tech.h"
#include "utils/magic.h"
/*