From 2f63718eb7c4423c6889ccc4874a6cccb8c22ed3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 9 Mar 2011 03:14:40 +0000 Subject: [PATCH] disable offsetof warning on clang --- Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamfile b/Jamfile index 8fc01bb23..f7c892370 100755 --- a/Jamfile +++ b/Jamfile @@ -492,6 +492,7 @@ local usage-requirements = # disable some warnings for gcc gcc:-fno-strict-aliasing gcc:-Wno-missing-braces + clang:-Wno-invalid-offsetof system:$(CXXFLAGS) system:$(LDFLAGS) # this works around a bug in asio in boost-1.39