neon/ld3, neon/ld4: disable -Wmaybe-uninitialized on GCC
This is basically the same false positive as #657. As of GCC 10 the diagnostic is no longer emitted in C mode, but it is still emitted in C++ mode, so I'm removing the version check from the ld3 code, too. Fixes #676
Showing
Please register or sign in to comment