coder-mike / microvium

A compact, embeddable scripting engine for applications and microcontrollers for executing programs written in a subset of the JavaScript language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCC 10 tests fail

pitust opened this issue · comments

Tests fail when the compiler is GCC 10 due to the warning -Wpointer-to-int-cast

Is that with -Werror? Otherwise I wouldn't expect a warning to be a failure. Is there a way to just disable the warning for the file?

The issue is that there is an assertDeepEqual on stderror. So tests fail. I have fixed these issues, and I can send a PR in a bit. (when i fix some other issues)

Ah, awesome. Thanks for the input!

Closing this issue as outdated