Codebase list mozc / 323545b
Added a compiler flag to suppress a warning an example of warning: error: 'LookupReverse' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] REF_BUG= REF_CL=184957791 REF_TIME=2018-02-08T17:59:16+09:00 REF_TIME_RAW=1518080356 +0900 Hiroyuki Komatsu 6 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2929
3030 MAJOR=2
3131 MINOR=23
32 BUILD=2798
32 BUILD=2799
3333 REVISION=102
3434 # This version represents the version of Mozc IME engine (converter, predictor,
3535 # etc.). This version info is included both in the Mozc server and in the Mozc
6565 'variables': {
6666 'test_size': 'small',
6767 },
68 'cflags': [
69 '-Wno-inconsistent-missing-override',
70 ],
6871 },
6972 # Test cases meta target: this target is referred from gyp/tests.gyp
7073 {