gpu-compute: mark functions with override if replacing virtual
Review Request #3841 - Created Feb. 25, 2017 and submitted
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11880:7ad57dc06157 --------------------------- gpu-compute: mark functions with override if replacing virtual The clang compiler is more stringent than the recent versions of GCC when dealing with overrides. This changeset adds the specifier to the methods which need it to silence the compiler.
Ship It!
This fixes the build issues I'm experiencing with clang 3.8. Thanks!