Fix warnings in AttrTypeSubElements.h (below) with GCC 9.4.0.
mlir/lib/IR/ExtensibleDialect.cpp:443:62: required from here mlir/include/mlir/IR/AttrTypeSubElements.h:412:37: warning: parameter ‘derived’ set but not used [-Wunused-but-set-parameter] 412 | void walkImmediateSubElementsImpl(T derived, | ~~^~~
Can you mention the warning in the description, I really don't know why gcc could want this for function arg but I'm curious.