totalcross icon indicating copy to clipboard operation
totalcross copied to clipboard

[vm] Fail to build with `-Werror=format-security` enabled

Open otavio opened this issue 4 years ago • 3 comments

Using -Werror=format-security on GCC to increase security on the generated code, the build fails.

For reference: https://fedoraproject.org/wiki/Format-Security-FAQ

otavio avatar May 19 '20 12:05 otavio

We have a lot of warnings to solve in order to make this build possible using such a flag. For example, for iOS, the number of warnings is about 460.

ItaloYeltsin avatar May 19 '20 13:05 ItaloYeltsin

Yeah, we disabled it for now but those warnings are real issues and it'd be good to eventually fix them.

otavio avatar May 19 '20 13:05 otavio

In the next few days we will be working on things nearby (#71) we can resume this discussion.

acmlira avatar Aug 04 '20 13:08 acmlira