]> wimlib.net Git - wimlib/blobdiff - src/xpress_decompress.c
compiler.h: remove _aligned_attribute
[wimlib] / src / xpress_decompress.c
index d6e606cb962df887311488d554e8e0e0b1bdd1ad..5d7d5086527f2f42ebbefdafada9ae5c5d28728c 100644 (file)
@@ -84,7 +84,7 @@ struct xpress_decompressor {
        };
        DECODE_TABLE_WORKING_SPACE(working_space, XPRESS_NUM_SYMBOLS,
                                   XPRESS_MAX_CODEWORD_LEN);
-} _aligned_attribute(DECODE_TABLE_ALIGNMENT);
+} __attribute__((aligned(DECODE_TABLE_ALIGNMENT)));
 
 static int
 xpress_decompress(const void *restrict compressed_data, size_t compressed_size,