Skip to content

Commit bcdee39

Browse files
authored
Fix harfbuzz build after new clang warning was added. NFC (#22806)
Followup to #22798
1 parent abd465b commit bcdee39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ports/harfbuzz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def create(final):
111111
-fno-exceptions
112112
-O3
113113
-DNDEBUG
114+
-Wno-nontrivial-memaccess
114115
'''.split()
115116

116117
cflags += ['-I' + freetype_include, '-I' + os.path.join(freetype_include, 'config')]

0 commit comments

Comments
 (0)