Skip to content

Workaround compiler bug

Alexander Saoutkin requested to merge asaoutkin/kio-fuse:FixCompilgcc into master

This worksaround a GCC bug that we believe is related to this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51494

This bug has been confirmed to happen on GCC 7.4 compilers. GCC 8/9 compile before this patch just fine.

Merge request reports