You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just been trying to open the codebase with CLion on Fedora 40, and it looks like the default clang version can't build zlib with the default opts.
It looks like you have to add either -Wno-error=register or --std=c++14 here
What clang version number are you using and does clang on Fedora add additional options such as -Werror? Any version 16+ should work, with clang-18 I'm not getting any warnings for it locally. Note that zlib is exclusively C, so there should be no need to specify C++14 here.
Hey workerd team!
I've just been trying to open the codebase with CLion on Fedora 40, and it looks like the default clang version can't build zlib with the default opts.
It looks like you have to add either
-Wno-error=register
or--std=c++14
hereworkerd/WORKSPACE
Lines 291 to 293 in 7aa2d5f
The text was updated successfully, but these errors were encountered: