2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-22 03:12:16 +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

@@ -1065,11 +1065,11 @@ static void swap_settings
static CMD * make1cmds( TARGET * t )
{
CMD * cmds = 0;
CMD * last_cmd;
CMD * last_cmd = 0;
LIST * shell = L0;
module_t * settings_module = 0;
TARGET * settings_target = 0;
ACTIONS * a0;
ACTIONS * a0 = 0;
int32_t const running_flag = globs.noexec ? A_RUNNING_NOEXEC : A_RUNNING;
/* Step through actions.