commit | 2bc6c79417b89c3306b724577e775f03fe61fb2e | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Wed Dec 21 09:04:09 2022 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Fri Dec 23 15:15:57 2022 +0000 |
tree | f4f8eadd5c78fbca7a7f4180b9417f8cc48b173d | |
parent | 7f788779458e0ab8ffeecab42e9b269e98ec9a86 [diff] |
tests/tcg: fix unused variable in linux-test The latest hexagon compiler picks up that we never consume wcount. Given the name of the #define that rcount checks against is WCOUNT_MAX I figured the check just got missed. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221221090411.1995037-5-alex.bennee@linaro.org>