Hzfengsy opened a new pull request, #16511:
URL: https://github.com/apache/tvm/pull/16511
The original two warnings are:
```
[build] /Users/syfeng/tvm/src/relax/transform/fuse_tir.cc:685:48: warning:
lambda capture 'param' is not used [-Wunused-lambda-capture]
[build] auto unify_name_hints = [this, &buffer, ¶m]() {
[build] ~~~^~~~~
[build] /Users/syfeng/tvm/src/target/source/codegen_c_host.h:47:8: warning:
'tvm::codegen::CodeGenCHost::AddFunction' hides overloaded virtual function
[-Woverloaded-virtual]
[build] void AddFunction(const GlobalVar& gvar, const PrimFunc& f, bool
emit_fwd_func_decl = false);
[build] ^
[build] /Users/syfeng/tvm/src/target/source/codegen_c.h:86:16: note: hidden
overloaded virtual function 'tvm::codegen::CodeGenC::AddFunction' declared
here: different number of parameters (2 vs 3)
[build] virtual void AddFunction(const GlobalVar& gvar, const PrimFunc&
func);
[build] ^
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]