]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Avoid gcc warnings with -Waddress-of-packed-member
[wimlib] / include / wimlib / inode.h
index 610220988b31c7bf9b87df060a896b572bfe307d..4497775077415e337687136bf23f1068c46a0b27 100644 (file)
@@ -71,7 +71,7 @@ struct wim_inode_stream {
        union {
                u8 _stream_hash[SHA1_HASH_SIZE];
                struct blob_descriptor *_stream_blob;
-       } _packed_attribute; /* union is SHA1_HASH_SIZE bytes */
+       };
 
        /* 'stream_resolved' determines whether 'stream_hash' or 'stream_blob'
         * is valid as described above.  */