Skip to content

Commit f15a8f2

Browse files
committed
Applied suggestions
1 parent e2e01d4 commit f15a8f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build_wasm_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ for arg in "$@"; do
1010
ETDUMP_OPTS="-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
1111
-DEXECUTORCH_BUILD_DEVTOOLS=ON \
1212
-DFLATCC_ALLOW_WERROR=OFF"
13+
# FlatCC generates warnings depending on the compiler version.
14+
# This may be removed once the warnings are fixed.
1315
fi
1416
done
1517

0 commit comments

Comments
 (0)