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 84892a2 commit 00b75d2Copy full SHA for 00b75d2
test/test_other.py
@@ -2535,6 +2535,7 @@ def test_libjpeg(self):
2535
args=['screenshot.jpg'])
2536
2537
@requires_network
2538
+ @also_with_wasm64
2539
def test_bullet(self):
2540
self.do_runf('test_bullet_hello_world.cpp', 'BULLET RUNNING', emcc_args=['-sUSE_BULLET'])
2541
self.do_runf('test_bullet_hello_world.cpp', 'BULLET RUNNING', emcc_args=['--use-port=bullet'])
tools/ports/bullet.py
@@ -39,6 +39,7 @@ def create(final):
39
40
flags = [
41
'-Wno-single-bit-bitfield-constant-conversion',
42
+ '-Wno-int-to-void-pointer-cast',
43
'-std=gnu++14'
44
]
45
0 commit comments