mirror of
https://github.com/boostorg/build.git
synced 2026-02-23 03:32:12 +00:00
Fix outstanding 32/64 warnings on Linux gcc+clang.
This commit is contained in:
@@ -41,9 +41,9 @@ static int intr;
|
||||
*/
|
||||
|
||||
void argv_from_shell( char const * * argv, LIST * shell, char const * command,
|
||||
int const slot )
|
||||
int32_t const slot )
|
||||
{
|
||||
static char jobno[ 4 ];
|
||||
static char jobno[ 12 ];
|
||||
|
||||
int i;
|
||||
int gotpercent = 0;
|
||||
|
||||
Reference in New Issue
Block a user