gpu-compute: add M5_VAR_USED specifier to fix fast builds
Review Request #3842 - Created Feb. 25, 2017 and discarded
| Information | |
|---|---|
| Brandon Potter | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11881:d840e6e67e6c --------------------------- gpu-compute: add M5_VAR_USED specifier to fix fast builds The segment member is used by a DPRINTF in the corresponding .cc file but is not used otherwise. This changeset adds the M5_VAR_USED specifier to silence the compiler warning about the variable.
