[LINT] Fix -Wextra (#4804)
authorTianqi Chen <tqchen@users.noreply.github.com>
Tue, 4 Feb 2020 04:47:51 +0000 (20:47 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 04:47:51 +0000 (18:47 -1000)
commit6f7d6fa440be2da3c1d0fe8a9e91e2cbb56cb30d
tree1d1b1add8089d8d62a2ae8215e66ea1f8900eab4
parent974195defc32f32c16d99635636d5719558247ab
[LINT] Fix -Wextra (#4804)

* [LINT] Fix -Wextra

* Fix virtual-dtor
18 files changed:
include/tvm/ir/attrs.h
include/tvm/ir/op.h
include/tvm/ir/type_relation.h
include/tvm/node/container.h
include/tvm/relay/expr.h
include/tvm/runtime/object.h
include/tvm/tir/expr.h
src/ir/attr_functor.h
src/ir/op.cc
src/relay/backend/compile_engine.h
src/relay/backend/contrib/codegen_c/codegen_c.h
src/relay/pass/combine_parallel_op.h
src/relay/pass/partial_eval.cc
src/relay/pass/transform_layout.h
src/relay/qnn/util.h
src/runtime/library_module.h
src/target/source/codegen_cuda.cc
vta/src/runtime.cc