commit | d21e9f32fe584a812ff19549b96f69b0b9c3a8a8 | [log] [tgz] |
---|---|---|
author | Yongqin Liu <yongqin.liu@linaro.org> | Thu Mar 27 10:18:05 2014 +0800 |
committer | Narayan Kamath <narayan@google.com> | Tue May 06 16:36:47 2014 +0100 |
tree | 4ff64ff2a42cb03ff3ed4fe11901e3487bc9baf1 | |
parent | 0ba9bf1942717e1ccd0d1cc243cb4da49f8c036c [diff] |
audio_quality: Fix for 64-bit compatibility when compile with the aarch64 bit toolchain, it will report errors like this: error: call of overloaded 'Value(long long int&)' is ambiguous here changed the value to int64_t type instead of long long type to make it call TaskCase::Value::Value(int64_t) constructor explicitly Change-Id: I0e54d9ab6b686873e7063b4e8d85880eddc3b38b Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>