Use macros for the likely/unlikely attributes
commitfde74453a62a1ce4b5efaac0ec1835b9f5731e25
authorChris Robinson <chris.kcat@gmail.com>
Wed, 1 Mar 2023 19:35:39 +0000 (1 11:35 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 1 Mar 2023 19:35:39 +0000 (1 11:35 -0800)
treeed74db646800b78ca8651bb5291453927f48cd93
parentec9c421d312d6df701631877f6ce6256355101dc
Use macros for the likely/unlikely attributes

The syntax parser for GCC 8 (and earlier?) fails when these attributes are in
certain places.
33 files changed:
al/auxeffectslot.cpp
al/buffer.cpp
al/effect.cpp
al/error.cpp
al/event.cpp
al/extension.cpp
al/filter.cpp
al/listener.cpp
al/source.cpp
al/state.cpp
alc/alc.cpp
alc/alu.cpp
alc/backends/jack.cpp
alc/backends/opensl.cpp
alc/backends/pipewire.cpp
alc/backends/pulseaudio.cpp
alc/effects/convolution.cpp
common/alcomplex.cpp
common/alnumeric.h
common/comptr.h
common/intrusive_ptr.h
common/opthelpers.h
common/polyphase_resampler.cpp
core/ambdec.cpp
core/converter.cpp
core/device.h
core/except.cpp
core/logging.cpp
core/logging.h
core/mastering.cpp
core/mixer/hrtfbase.h
core/uhjfilter.cpp
core/voice.cpp