summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GMLFormatter.cpp
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2021-06-24 10:43:59 +0200
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-06-24 17:35:49 +0430
commitffb118265b3f3481b4edc197b51e84c0c10531c1 (patch)
tree007f964fe06b34abc5f155d9641fff29806415ac /Userland/Libraries/LibGUI/GMLFormatter.cpp
parent2d2747cb15a369e2c80c4039e56cd21b6fae510c (diff)
downloadserenity-ffb118265b3f3481b4edc197b51e84c0c10531c1.zip
Kernel: Remove superfluous `alignas(T)` from `KResultOr<T>`
Since `m_storage` is already guaranteed to be correctly aligned for the type, we can forgo specifying it for the entire class. This fixes an error: previously, this would *force* the value type's alignment on the entire class, which would try to make 1-byte aligned ints with `KResultOr<bool>`. GCC somehow compiled this (probably just ignored it), but this caused a build error with Clang. Closes #8072
Diffstat (limited to 'Userland/Libraries/LibGUI/GMLFormatter.cpp')
0 files changed, 0 insertions, 0 deletions