summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-08-28 21:56:40 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-08-28 21:56:40 +0100
commit535ece10c36933ac9219c845b526a6e0931c8229 (patch)
tree0e4e549ab889aa1e5d506962a06efe406f94a1d1
parentAdd -Wduplicated-branches (diff)
downloadmygrate-535ece10c36933ac9219c845b526a6e0931c8229.tar.bz2
mygrate-535ece10c36933ac9219c845b526a6e0931c8229.tar.xz
mygrate-535ece10c36933ac9219c845b526a6e0931c8229.zip
Add -Wlogical-op
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 40a920d..8ba3ccd 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -31,6 +31,7 @@ project : requirements
<variant>debug:<cflags>-Wformat=2
<toolset>gcc,<variant>debug:<cflags>-Wduplicated-cond
<toolset>gcc,<variant>debug:<cflags>-Wduplicated-branches
+ <toolset>gcc,<variant>debug:<cflags>-Wlogical-op
<variant>coverage:<coverage>on
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*