Clang 10 build broken
build must be ok
Clang 10 build log https://paste2.org/h3efZ8VX
part of this errors related to G3Dlib and can be fixed with https://github.com/azerothcore/azerothcore-wotlk/pull/2904 no its help only for gcc
master
~/d/a/build master lsb_release -a
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 20.0
Codename: Lysia
no clean master

fix for ngrid error
with g3d PR i get new error https://paste2.org/g49UyswF
I see the same behaviour
https://paste2.org/CaDsB1Ub
@Viste it's not fixed yet so why closing?
is not relevant for me.
@FrancescoBorzi I'm still working on this.. slowly, when time permits. Not sure it's specifically related to Clang10, seems more like a bunch of C++11 stuff so far.
@mishaparem just remove from cmake -DCMAKE_C_FLAGS="-Werror" -DCMAKE_CXX_FLAGS="-Werror" because its just warnings in fact and this flags make them errors
and apply

@Viste some of the "just warnings" point to potential bugs
@mishaparem this shit works ok for few years with this potential bugs
@Viste umm, not sure why that's an argument to ignore potential bugs
@mishaparem I agree that warnings should be fixed, can you please report them in a new issue?
thanks