Skip to content

Commit

Permalink
Suppress new stricter clang warning in Poppler build (emscripten-core…
Browse files Browse the repository at this point in the history
…#22816)

Another followup to emscripten-core#22798
  • Loading branch information
dschuff authored Oct 30, 2024
1 parent 980af85 commit 9ae9322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,7 @@ def get_poppler_library(self, env_init=None):
# Avoid warning about ERROR_ON_UNDEFINED_SYMBOLS being used at compile time
'-Wno-unused-command-line-argument',
'-Wno-js-compiler',
'-Wno-nontrivial-memaccess',
]
env_init = env_init.copy() if env_init else {}
env_init['FONTCONFIG_CFLAGS'] = ' '
Expand Down

0 comments on commit 9ae9322

Please sign in to comment.