try to reduce some Amiga cross-compile warnings
This commit is contained in:
+5
-1
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user