warzone2100
warzone2100 copied to clipboard
Shall the workaround for llvm.21629 be removed?
Describe the bug I notice there is a workarounds for llvm.21629: https://github.com/Warzone2100/warzone2100/blob/master/lib/framework/frame.h
#if defined(__clang__)
// workaround LLVM bug https://bugs.llvm.org//show_bug.cgi?id=21629
#pragma clang diagnostic ignored "-Wmissing-braces"
#endif
This bug is marked as fixed :https://bugs.llvm.org/show_bug.cgi?id=21629 Shall this workarounds be removed?