We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980af85 commit 9ae9322Copy full SHA for 9ae9322
test/common.py
@@ -1890,6 +1890,7 @@ def get_poppler_library(self, env_init=None):
1890
# Avoid warning about ERROR_ON_UNDEFINED_SYMBOLS being used at compile time
1891
'-Wno-unused-command-line-argument',
1892
'-Wno-js-compiler',
1893
+ '-Wno-nontrivial-memaccess',
1894
]
1895
env_init = env_init.copy() if env_init else {}
1896
env_init['FONTCONFIG_CFLAGS'] = ' '
0 commit comments