Skip to content

Commit 79c5c87

Browse files
committed
silence some warning for panda3d
1 parent 2746270 commit 79c5c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/emsdk-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ unset PYTHONPATH
9696
# -Wwarn-absolute-paths
9797
# --valid-abspath ${SDKROOT}
9898
99-
COMMON="-Wno-unused-command-line-argument -Wno-unreachable-code-fallthrough -Wno-limited-postlink-optimizations"
99+
COMMON="-Wno-unsupported-floating-point-opt -Wno-unused-command-line-argument -Wno-unreachable-code-fallthrough -Wno-limited-postlink-optimizations"
100100
SHARED=""
101101
IS_SHARED=false
102102
PY_MODULE=false

0 commit comments

Comments
 (0)