Skip to content

Commit 2034c20

Browse files
committed
Disable -Wunknown-warning-option in HarfBuzz port
1 parent 118338c commit 2034c20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ports/harfbuzz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def create(final):
132132

133133
# https://github.com/harfbuzz/harfbuzz/commit/60c6b7786d9f4651ae2803bfc4ff4435b38a5bc6
134134
cflags.append('-Wno-error=cast-function-type-strict')
135+
# TODO(kleisauke): Remove when LLVM rolls in
136+
cflags.append('-Wno=error=unknown-warning-option')
135137

136138
ports.build_port(os.path.join(source_path, 'src'), final, 'harfbuzz', flags=cflags, srcs=srcs)
137139

0 commit comments

Comments
 (0)