Skip to content

Commit b2d8752

Browse files
committed
Add -Wno-extended-offsetof for clang-3
1 parent 05e0e07 commit b2d8752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/core/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class PKG_TOOLS(Enum):
510510
'cxx': "clang++-3.9",
511511
# specific version number in use
512512
'releases': ['3.9'],
513-
'cmake_args': ['-DCMAKE_C_FLAGS=-Wno-missing-field-initializers'],
513+
'cmake_args': ['-DCMAKE_C_FLAGS="-Wno-missing-field-initializers -Wno-extended-offsetof"'],
514514
},
515515
'6': {
516516
'c': "clang-6.0",

0 commit comments

Comments
 (0)