Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

gcc -Wpadded is very useful, too (its chief downside is that you don't usually want to combine it with -Werror - padding is not always bad.)


You can always add -Wno-error=padded to disable -Werror just for -Wpadded


I seem to have missed that trick. Thanks!


You could always pad manually to clear the warnings.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: