From 0bcc01cdba02076176ac2f9e65e4aaed4fe94d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 27 Aug 2012 10:26:35 +0000 Subject: [PATCH] Corrected a '&& within ||' gcc warning displayed when building Boost Jam's make1.c module. [SVN r80253] --- v2/engine/make1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/engine/make1.c b/v2/engine/make1.c index d4d874b82..589665a6d 100644 --- a/v2/engine/make1.c +++ b/v2/engine/make1.c @@ -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