]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
Avoid gcc warnings with -Waddress-of-packed-member
[wimlib] / include / wimlib / blob_table.h
index ae4f9f4d27b826c0763f9a4d43bf8e878df57466..610db2419e2f9b96c8c0b079f8830d937848109f 100644 (file)
@@ -102,7 +102,7 @@ struct blob_descriptor {
                        struct wim_inode *back_inode;
                        u32 back_stream_id;
                };
                        struct wim_inode *back_inode;
                        u32 back_stream_id;
                };
-       } _packed_attribute; /* union is SHA1_HASH_SIZE bytes */
+       };
 
        /* Number of times this blob is referenced by file streams in WIM
         * images.  See blob_decrement_refcnt() for information about the
 
        /* Number of times this blob is referenced by file streams in WIM
         * images.  See blob_decrement_refcnt() for information about the