Open Digicrat opened 4 years ago
Thanks for reporting. Which operating system does your development system running on? That make it easier for me to create a virtual machine with the same environment to simulate the error.
I had this error as well, by simply using printf() in the sourcecode, I resolved the error but I think it was not a great solution. OS: Lubuntu 18.04 with newest updates I hope I could help.
Is there any update on the issue? I'm facing the same problem with gcc 7.5.0 on Ubuntu 18.04
Facing the same issue with gcc 7.5.0 on Linux Mint 19.3
Compilation fails out of the box with GCC 8.3
Adding "-Wno-error=unused-result" to the Makefile is a quick-fix for this error, but doesn't resolve the underlying issue.