Allow for warning-free build of ar65 with MS VC on warning level 3.
This commit is contained in:
parent
be83b87463
commit
662af3d67c
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void ObjAdd (const char* Name)
|
|||
/* Initialize the object module data structure */
|
||||
O->Name = xstrdup (Module);
|
||||
O->Flags = OBJ_HAVEDATA;
|
||||
O->MTime = StatBuf.st_mtime;
|
||||
O->MTime = (unsigned long) StatBuf.st_mtime;
|
||||
O->Start = 0;
|
||||
|
||||
/* Determine the file size. Note: Race condition here */
|
||||
|
|
Loading…
Add table
Reference in a new issue