mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Corrected a '&& within ||' gcc warning displayed when building Boost Jam's make1.c module.
[SVN r80253]
This commit is contained in:
@@ -882,7 +882,7 @@ static void make1c_closure
|
||||
* commands if we were asked to stop the build in case of any errors.
|
||||
*/
|
||||
if ( t->status == EXEC_CMD_INTR ||
|
||||
t->status == EXEC_CMD_FAIL && globs.quitquick )
|
||||
( t->status == EXEC_CMD_FAIL && globs.quitquick ) )
|
||||
++intr;
|
||||
|
||||
/* If the command was not successful remove all of its targets not marked as
|
||||
|
||||
Reference in New Issue
Block a user