8 Jan
2014
8 Jan
'14
5:02 p.m.
On Thu, Jan 2, 2014 at 6:13 PM, Allan McRae <allan@archlinux.org> wrote:
On 03/01/14 04:37, Dan McGee wrote:
Noticed using clang and `-Wpadded`.
Should that be added in our --enable-warning-flags option?
It is very noisy; I added it locally to find these but I wouldn't recommend doing it all the time. It unfortunately nags on both padding within a single struct, as well as padding between individual structs in arrays. One is easily fixable, the other not as much if you truly need all the fields.
-Dan