try to reduce some Amiga cross-compile warnings

This commit is contained in:
nhmall
2026-03-25 08:48:14 -04:00
parent 3c89dc2387
commit b58d2d4096
5 changed files with 20 additions and 4 deletions
+5 -1
View File
@@ -450,7 +450,11 @@ fopenp(const char *name, const char *mode)
static BPTR OrgDirLock = NO_LOCK;
int
chdir(char *dir)
chdir(
#ifdef CROSS_TO_AMIGA
const
#endif
char *dir)
{
extern char orgdir[];