Files
gem5/src/arch/arm
Andreas Sandberg c4b85d5f98 base, sim, arch: Fix clang 5.0 warnings
Compiling gem5 with recent version of clang (4 and 5) triggers
warnings that are treated as errors:

  * Global templatized static functions result in a warning if they
    are not used. These should either be declared as static inline or
    without the static identifier to avoid the warning.

  * Some templatized classes contain static variables. The
    instantiated versions of these variables / templates need to be
    explicitly declared to avoid a compiler warning.

Change-Id: Ie8261144836e94ebab7ea04ccccb90927672c257
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/3420
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
2017-05-19 08:00:45 +00:00
..
2017-05-09 09:24:12 +00:00
2016-12-19 11:03:27 -06:00
2015-07-28 01:58:04 -05:00
2017-05-18 16:48:09 +00:00
2017-05-18 16:48:09 +00:00
2016-02-06 17:21:18 -08:00