Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2255)

Issue 6775097: Fix some build warnings. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by Peng
Modified:
11 years, 5 months ago
Reviewers:
fujiwara
Base URL:
git@github.com:/ibus/ibus@master
Visibility:
Public.

Description

Fix some build warnings. BUG=None Committed: ebfb9ae

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -17 lines) Patch
M bus/dbusimpl.c View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/main.vala View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/gtk3/candidatearea.vala View 4 chunks +8 lines, -6 lines 0 comments Download
M ui/gtk3/candidatepanel.vala View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gtk3/keybindingmanager.vala View 2 chunks +4 lines, -2 lines 2 comments Download

Messages

Total messages: 3
Peng
11 years, 5 months ago (2012-11-02 18:33:29 UTC) #1
fujiwara
lgtm with a review. https://codereview.appspot.com/6775097/diff/1/ui/gtk3/keybindingmanager.vala File ui/gtk3/keybindingmanager.vala (right): https://codereview.appspot.com/6775097/diff/1/ui/gtk3/keybindingmanager.vala#newcode231 ui/gtk3/keybindingmanager.vala:231: foreach (var mask in masks) ...
11 years, 5 months ago (2012-11-05 05:26:06 UTC) #2
Peng
11 years, 5 months ago (2012-11-05 15:12:44 UTC) #3
https://codereview.appspot.com/6775097/diff/1/ui/gtk3/keybindingmanager.vala
File ui/gtk3/keybindingmanager.vala (right):

https://codereview.appspot.com/6775097/diff/1/ui/gtk3/keybindingmanager.vala#...
ui/gtk3/keybindingmanager.vala:231: foreach (var mask in masks) {
On 2012/11/05 05:26:06, fujiwara wrote:
> This also can be fixed.
This one is not necessary. Because masks[] is not a const value. Only const
array has the problem. Because vala does not generate code for const array
correctly. :(
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b