Skip to content

Commit f4f6f79

Browse files
committed
Suppress new stricter clang warning in Poppler build
Another followup to emscripten-core#22798
1 parent bcdee39 commit f4f6f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,6 +1890,7 @@ def get_poppler_library(self, env_init=None):
18901890
# Avoid warning about ERROR_ON_UNDEFINED_SYMBOLS being used at compile time
18911891
'-Wno-unused-command-line-argument',
18921892
'-Wno-js-compiler',
1893+
'-Wno-nontrivial-memaccess',
18931894
]
18941895
env_init = env_init.copy() if env_init else {}
18951896
env_init['FONTCONFIG_CFLAGS'] = ' '

0 commit comments

Comments
 (0)