Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Issue 7312028: Fixing signed/unsigned char bug on ARM for TouchFactory (Closed)

Created:
9 years, 5 months ago by Yufeng Shen (Slow to review)
Modified:
9 years, 5 months ago
CC:
chromium-reviews, dhollowa
Visibility:
Public.

Description

Fixing signed/unsigned char bug on ARM for TouchFactory Change the type of valuator_lookup_[kMaxDeviceNum][TP_LAST_ENTRY] from "char" to "signed char". -1 is set for valuator_lookup_[][] for invalid entry. Some ARM platform/cross-compiler defaults "char" as "unsigned char" which does not accommodate negative value -1. Fixing it by specifically setting the type to "signed char". BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91736

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M views/touchui/touch_factory.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Yufeng Shen (Slow to review)
9 years, 5 months ago (2011-07-07 17:37:40 UTC) #1
sadrul
Weird! LGTM. +sky for OWNERS please.
9 years, 5 months ago (2011-07-07 17:41:48 UTC) #2
Yufeng Shen (Slow to review)
add @sky for OWNERS
9 years, 5 months ago (2011-07-07 17:49:20 UTC) #3
sky
LGTM
9 years, 5 months ago (2011-07-07 17:51:22 UTC) #4
commit-bot: I haz the power
9 years, 5 months ago (2011-07-07 18:52:46 UTC) #5
Change committed as 91736

Powered by Google App Engine
This is Rietveld 408576698