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 6bdc7e2 commit 11cd3a9Copy full SHA for 11cd3a9
test/test_core.py
@@ -6795,6 +6795,7 @@ def test_bullet(self, use_cmake):
6795
'-Wno-format',
6796
'-Wno-bitfield-constant-conversion',
6797
'-Wno-int-to-void-pointer-cast',
6798
+ '-Wno-nontrivial-memaccess',
6799
]
6800
6801
# extra testing for ASSERTIONS == 2
@@ -6818,7 +6819,7 @@ def test_bullet(self, use_cmake):
6818
6819
@is_slow_test
6820
def test_poppler(self):
6821
# See https://github.com/emscripten-core/emscripten/issues/20757
- self.emcc_args.append('-Wno-deprecated-declarations')
6822
+ self.emcc_args.extend(['-Wno-deprecated-declarations', '-Wno-nontrivial-memaccess'])
6823
poppler = self.get_poppler_library()
6824
shutil.copy(test_file('poppler/paper.pdf'), '.')
6825
0 commit comments