ueno / ibus-kkc

Japanese Kana Kanji conversion engine for IBus
GNU General Public License v2.0
19 stars 5 forks source link

Suppress vala warnings #15

Closed kinichiro closed 2 years ago

kinichiro commented 2 years ago

I saw some warnings with vala 0.54.5 like below.

setup.vala:713.5-713.39: warning: the modifier `static' is not applicable to constants
    static const uint[] IGNORED_KEYVALS = {
setup.vala:38.5-38.48: warning: [GtkChild] fields must be declared as `unowned'
    Gtk.TreeView available_dictionaries_treeview;

This PR suppress these warnings.