diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2016-03-03 11:55:20 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-01 17:14:47 +0200 |
commit | b843b3730d69619e1e69b717ce97065a88b54611 (patch) | |
tree | 0f597ba04ebb299ae838203cdc8bfef71d2d1581 /OptionRomPkg | |
parent | d51949806737c214f8df7dc6a70fedf9c2558dd5 (diff) | |
download | edk2-platforms-b843b3730d69619e1e69b717ce97065a88b54611.tar.xz |
ArmPkg/ArmArchTimerLib: fix unused variable in RELEASE builds
The TimerFreq variable in the TimerConstructor() is unused in RELEASE
builds since ASSERTs are then disabled.
The only use of the variable (in the ASSERT) is replaced by a direct
invocation of the function previously used to set it.
NOTE: The build tools suppress warnings of this using compiler options
eg. -Wno-unused-but-set-variable for GCC toolchain or
--diag_suppress=550 for RVCT toolchain.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'OptionRomPkg')
0 files changed, 0 insertions, 0 deletions