2
0
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:
Jurko Gospodnetić
2012-08-27 10:26:35 +00:00
parent b9275ad6b6
commit 0bcc01cdba

View File

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