Codebase list mozc / c512dbd
Fix a warning: -Wlogical-not-parentheses This CL addresses the following warning. warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] BUG= TEST=unittest REF_BUG= REF_CL=100347851 Hiroyuki Komatsu authored 8 years ago Yohei Yukawa committed 8 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=2
11 MINOR=17
2 BUILD=2277
2 BUILD=2278
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.
253253 // If there is no need to show cascading window, we just finish the
254254 // function here.
255255 if (!command_.output().has_candidates() ||
256 !command_.output().candidates().candidate_size() > 0 ||
256 !(command_.output().candidates().candidate_size() > 0) ||
257257 !command_.output().candidates().has_subcandidates()) {
258258 return;
259259 }