2
0
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:
Rene Rivera
2020-09-09 21:49:17 -05:00
parent 84666e77fa
commit 84dae08aa0
10 changed files with 32 additions and 49 deletions

View File

@@ -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;