summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-10-02 14:42:30 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-10-02 14:42:30 +0100
commitd72ae24b133d2846b8cd36e964a9d56ec16a9a2c (patch)
tree3137ca092a524fa0eb6c122821f79c5fe53b28c8 /Jamroot.jam
parentLink functions for testing if a ray clicks them (diff)
downloadilt-d72ae24b133d2846b8cd36e964a9d56ec16a9a2c.tar.bz2
ilt-d72ae24b133d2846b8cd36e964a9d56ec16a9a2c.tar.xz
ilt-d72ae24b133d2846b8cd36e964a9d56ec16a9a2c.zip
Disable warnings on generated/wrapper code
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 44c4e44..e0f094a 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -82,6 +82,8 @@ lib ilt :
<link>static
<use>glib-2.0
<cflags>-fPIC
+ <warnings>off
+ <warnings-as-errors>off
]
:
<variant>debug:<warnings>pedantic