-
Hi all, When trying to run
Just running Did I miss something when running the tests? I have noticed the file was most recently touched by @dlech specifically for replacing the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
We work primarily on Ubuntu 20.04, so probably have a different GCC version (9.3) and so don't see this error yet. You could research the warning and fix it upstream (libfixmath) or we can disable that warning in the |
Beta Was this translation helpful? Give feedback.
-
Back to the original issue of the libfixmath compiler error, https://stackoverflow.com/a/10186479/1976323 has a better explanation, so fixing upstream is the way to go. |
Beta Was this translation helpful? Give feedback.
We work primarily on Ubuntu 20.04, so probably have a different GCC version (9.3) and so don't see this error yet.
You could research the warning and fix it upstream (libfixmath) or we can disable that warning in the
Makefile
(something likeCFLAGS += -no-warn-char-subscripts
).