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
Bug #32433090 RUN CLANG-TIDY MODERNIZE-USE-EQUALS-DEFAULT OVER THE CODE BASE [prerequisite]
Prerequisite patch to get a clean build with system protobuf.
Add cmake code to ignore -Wextra-semi warnings.
System protoc (on Fedora 33) is version 3.12.4 and generates things like:
inline Expr() : Expr(nullptr) {};
whereas our bundled protoc is version 3.11.4 and generates
Expr();
for the same input.
Change-Id: I0009d2f83406092ba3c4f9268997c262f1316bb3
0 commit comments