leetronics / infnoise

The world's easiest TRNG to get right
Creative Commons Zero v1.0 Universal
122 stars 25 forks source link

Fix `-Werror` failure on Alpine/MUSL libc & GCC 10 #27

Closed overhacked closed 2 years ago

overhacked commented 2 years ago

Two compiler warnings result in a build failure. One is standards pedantry from MUSL libc, the other is a mishandled error value that GCC 10 issues a warning for. See details in PR commit messages.