Skip to content

Commit 9ae9322

Browse files
authored
Suppress new stricter clang warning in Poppler build (#22816)
Another followup to #22798
1 parent 980af85 commit 9ae9322

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)