Wunst / asternix

Yet another UNIX clone (OS for x86)
GNU General Public License v3.0
1 stars 0 forks source link

Tweak GCC `-W`arnings #9

Open Wunst opened 9 months ago

Wunst commented 9 months ago

As of now, GCC gives mostly insubstantial warnings about some static function from some header being unused (because not EVERY inline function is used in EVERY compilation unit...) while some important and useful warnings (e.g. -Wpedantic) we don't even use.