]> wimlib.net Git - wimlib/commit
compiler.h: remove _may_alias_attribute
authorEric Biggers <ebiggers3@gmail.com>
Thu, 30 Mar 2023 07:00:56 +0000 (00:00 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 30 Mar 2023 07:16:51 +0000 (00:16 -0700)
commitdc2ee3e3bc2668cb9fd1ca15f7769cded026c64c
tree97da0ee095081b5ee32ee0d2bf3005c3e9f9413b
parent16a8ddcea30625100698362ca2e78304cfbfe8dd
compiler.h: remove _may_alias_attribute

This abstraction layer serves no purpose.  Just use
__attribute__((may_alias)) directly.
include/wimlib/compiler.h
src/lcpit_matchfinder.c
src/resource.c
src/write.c