Open springmeyer opened 4 years ago
@tmpsantos no rush, but I'm curious if you think this will be fixed by #16379?
@tmpsantos no rush, but I'm curious if you think this will be fixed by #16379?
Yes, that branch will build with clang-10 with no issues.
The Clang 10.0.0 release has a new warning
-Wfinal-dtor-non-final-class
that causes compiler errors with gl-native (given the use of-Werror
).The errors are getting triggered on classes inside
include/mbgl/style/layers/
.Turning off
-Werror
reveals them all:Open to view: