udem-dlteam / pnut

🥜 A Self-Compiling C Transpiler Targeting Human-Readable POSIX Shell
https://pnut.sh
BSD 2-Clause "Simplified" License
401 stars 12 forks source link

Fix warnings #79

Closed laurenthuberdeau closed 2 months ago

laurenthuberdeau commented 2 months ago

Context

Without a CI check that ensures warnings are fixed, it's easy to forget to commit one by accident. This PR adds a CI job that does that, and fixes the existing warnings to make the job ✅.