]> wimlib.net Git - wimlib/commit
compiler.h: remove _cold_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:17:09 +0000 (00:17 -0700)
commit3bd168c181a618a1c52bdd9bfaa005496fa3b1f1
tree4d584e4af52fa741011dde73377a6656541dadb6
parent5a50cccf768a6bf6e9ccfd2337bcedc0cbf1ba6c
compiler.h: remove _cold_attribute

This abstraction layer serves no purpose other than supporting gcc 4.3
and earlier, which is too old to bother supporting.  Just use
__attribute__((cold)) directly.
include/wimlib/compiler.h
include/wimlib/error.h
include/wimlib/win32_common.h