Task #130846 - added.err
back to task #130846download
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/broker.c:1723:22: warning[-Wunused-but-set-variable=]: variable '_tokens_size_' set but not used
# 1723 | gint tokens_length1;
# | ^~~~~~~~~~~~~
# 1721| gchar** _tmp9_;
# 1722| gchar** _tmp10_;
# 1723|-> gint tokens_length1;
# 1724| gint _tokens_size_;
# 1725| gchar** _tmp11_;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/broker.c:1744:30: warning[-Wunused-variable]: unused variable '_token_collection_size_'
# 1744 | gint token_collection_length1 = 0;
# | ^~~~~~~~~~~~~~~~~~~~~~~
# 1742| {
# 1743| gchar** token_collection = NULL;
# 1744|-> gint token_collection_length1 = 0;
# 1745| gint _token_collection_size_ = 0;
# 1746| gint token_it = 0;
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/broker.c:2091:14: warning[-Wunused-but-set-variable=]: variable '_tags_size_' set but not used
# 2091 | gint tags_length1;
# | ^~~~~~~~~~~
# 2089| gchar** _tmp3_;
# 2090| gchar** _tmp4_;
# 2091|-> gint tags_length1;
# 2092| gint _tags_size_;
# 2093| gchar** _tmp5_;
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/broker.c:2103:14: warning[-Wunused-but-set-variable=]: variable '_tmp27__length1' set but not used
# 2103 | gchar** _tmp27_;
# | ^~~~~~~~~~~
# 2101| EnchantCompositeDict* _tmp25_;
# 2102| EnchantCompositeDict* _tmp26_;
# 2103|-> gchar** _tmp27_;
# 2104| gint _tmp27__length1;
# 2105| const gchar* _tmp28_;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/broker.c:2152:22: warning[-Wunused-variable]: unused variable '_tag_collection_size_'
# 2152 | gint tag_collection_length1 = 0;
# | ^~~~~~~~~~~~~~~~~~~~~
# 2150| {
# 2151| gchar** tag_collection = NULL;
# 2152|-> gint tag_collection_length1 = 0;
# 2153| gint _tag_collection_size_ = 0;
# 2154| gint tag_it = 0;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/broker.c:2200:22: warning[-Wunused-variable]: unused variable '_tag_collection_size_'
# 2200 | gint tag_collection_length1 = 0;
# | ^~~~~~~~~~~~~~~~~~~~~
# 2198| {
# 2199| gchar** tag_collection = NULL;
# 2200|-> gint tag_collection_length1 = 0;
# 2201| gint _tag_collection_size_ = 0;
# 2202| gint tag_it = 0;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/broker.c:2557:46: warning[-Wunused-variable]: unused variable '_tag_collection_size_'
# 2557 | gint tag_collection_length1 = 0;
# | ^~~~~~~~~~~~~~~~~~~~~
# 2555| {
# 2556| gchar** tag_collection = NULL;
# 2557|-> gint tag_collection_length1 = 0;
# 2558| gint _tag_collection_size_ = 0;
# 2559| gint tag_it = 0;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1024:22: warning[-Wunused-variable]: unused variable '_sugg_collection_size_'
# 1024 | gint _sugg_collection_size_ = 0;
# | ^~~~~~~~~~~~~~~~~~~~~~
# 1022| gchar** sugg_collection = NULL;
# 1023| gint sugg_collection_length1 = 0;
# 1024|-> gint _sugg_collection_size_ = 0;
# 1025| gint sugg_it = 0;
# 1026| #line 154 "dict.vala"
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/dict.c:1136:14: warning[-Wunused-but-set-variable=]: variable '_dict_suggs_size_' set but not used
# 1136 | gint _dict_suggs_size_;
# | ^~~~~~~~~~~~~~~~~
# 1134| gchar** _tmp12_;
# 1135| gint dict_suggs_length1;
# 1136|-> gint _dict_suggs_size_;
# 1137| gchar** _tmp13_;
# 1138| gint _tmp13__length1;
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/dict.c:1138:14: warning[-Wunused-but-set-variable=]: variable '_tmp13__length1' set but not used
# 1138 | gint _tmp13__length1;
# | ^~~~~~~~~~~~~~~
# 1136| gint _dict_suggs_size_;
# 1137| gchar** _tmp13_;
# 1138|-> gint _tmp13__length1;
# 1139| gchar** _tmp17_;
# 1140| gint _tmp17__length1;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1622:46: warning[-Wunused-parameter]: unused parameter 'mis'
# 1622 | const gchar* mis,
# | ~~~~~~~~~~~~~^~~
# 1620| void
# 1621| enchant_dict_store_replacement (EnchantDict* self,
# 1622|-> const gchar* mis,
# 1623| ssize_t mis_len,
# 1624| const gchar* cor,
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1623:41: warning[-Wunused-parameter]: unused parameter 'mis_len'
# 1623 | ssize_t mis_len,
# | ~~~~~~~~^~~~~~~
# 1621| enchant_dict_store_replacement (EnchantDict* self,
# 1622| const gchar* mis,
# 1623|-> ssize_t mis_len,
# 1624| const gchar* cor,
# 1625| ssize_t cor_len)
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1624:46: warning[-Wunused-parameter]: unused parameter 'cor'
# 1624 | const gchar* cor,
# | ~~~~~~~~~~~~~^~~
# 1622| const gchar* mis,
# 1623| ssize_t mis_len,
# 1624|-> const gchar* cor,
# 1625| ssize_t cor_len)
# 1626| {
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1625:41: warning[-Wunused-parameter]: unused parameter 'cor_len'
# 1625 | ssize_t cor_len)
# | ~~~~~~~~^~~~~~~
# 1623| ssize_t mis_len,
# 1624| const gchar* cor,
# 1625|-> ssize_t cor_len)
# 1626| {
# 1627| #line 241 "dict.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1906:41: warning[-Wunused-parameter]: unused parameter 'n_collect_values'
# 1906 | guint n_collect_values,
# | ~~~~~~^~~~~~~~~~~~~~~~
# 1904| static gchar*
# 1905| value_enchant_dict_collect_value (GValue* value,
# 1906|-> guint n_collect_values,
# 1907| GTypeCValue* collect_values,
# 1908| guint collect_flags)
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:1908:41: warning[-Wunused-parameter]: unused parameter 'collect_flags'
# 1908 | guint collect_flags)
# | ~~~~~~^~~~~~~~~~~~~
# 1906| guint n_collect_values,
# 1907| GTypeCValue* collect_values,
# 1908|-> guint collect_flags)
# 1909| {
# 1910| #line 31 "dict.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c: scope_hint: In function 'value_enchant_dict_lcopy_value'
enchant-2.8.19/build_native/lib/dict.c:1940:39: warning[-Wunused-parameter]: unused parameter 'n_collect_values'
# 1940 | guint n_collect_values,
# | ~~~~~~^~~~~~~~~~~~~~~~
# 1938| static gchar*
# 1939| value_enchant_dict_lcopy_value (const GValue* value,
# 1940|-> guint n_collect_values,
# 1941| GTypeCValue* collect_values,
# 1942| guint collect_flags)
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c:2066:35: warning[-Wunused-parameter]: unused parameter 'klass_data'
# 2066 | gpointer klass_data)
# | ~~~~~~~~~^~~~~~~~~~
# 2064| static void
# 2065| enchant_dict_class_init (EnchantDictClass * klass,
# 2066|-> gpointer klass_data)
# 2067| {
# 2068| #line 31 "dict.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/dict.c: scope_hint: In function 'enchant_dict_instance_init'
enchant-2.8.19/build_native/lib/dict.c:2079:38: warning[-Wunused-parameter]: unused parameter 'klass'
# 2079 | gpointer klass)
# | ~~~~~~~~~^~~~~
# 2077| static void
# 2078| enchant_dict_instance_init (EnchantDict * self,
# 2079|-> gpointer klass)
# 2080| {
# 2081| #line 31 "dict.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/provider.c:580:8: warning[-Wunused-variable]: unused variable '_dict_collection_size_'
# 580 | #line 577 "provider.c"
# | ^~~~~~~~~~~~~~~
# 578| #line 138 "provider.vala"
# 579| _tmp4_ = _tmp2_ (self, &_tmp3_);
# 580|-> #line 577 "provider.c"
# 581| {
# 582| gchar** dict_collection = NULL;
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/pwl.c:1173:23: warning[-Wunused-but-set-variable=]: variable 'length' set but not used
# 1173 | gsize length = 0UL;
# | ^~~~~~
# 1171| #line 1172 "pwl.c"
# 1172| gchar* contents = NULL;
# 1173|-> gsize length = 0UL;
# 1174| FILE* f = NULL;
# 1175| const gchar* _tmp14_;
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/pwl.c:1487:78: warning[-Wunused-but-set-variable=]: variable '_tmp63_' set but not used
# 1487 | gint _tmp63_;
# | ^~~~~~~
# 1485| gboolean _tmp60_ = FALSE;
# 1486| const gchar* _tmp61_;
# 1487|-> gint _tmp63_;
# 1488| #line 219 "pwl.vala"
# 1489| _tmp61_ = contents;
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/lib/pwl.c:2045:39: warning[-Wunused-but-set-variable=]: variable '_tmp21_' set but not used
# 2045 | gsize _tmp21_;
# | ^~~~~~~
# 2043| if (!_tmp20_) {
# 2044| #line 2045 "pwl.c"
# 2045|-> gsize _tmp21_;
# 2046| #line 293 "pwl.vala"
# 2047| line_number = line_number + 1;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c:2258:40: warning[-Wunused-parameter]: unused parameter 'n_collect_values'
# 2258 | guint n_collect_values,
# | ~~~~~~^~~~~~~~~~~~~~~~
# 2256| static gchar*
# 2257| value_enchant_pwl_collect_value (GValue* value,
# 2258|-> guint n_collect_values,
# 2259| GTypeCValue* collect_values,
# 2260| guint collect_flags)
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c:2260:40: warning[-Wunused-parameter]: unused parameter 'collect_flags'
# 2260 | guint collect_flags)
# | ~~~~~~^~~~~~~~~~~~~
# 2258| guint n_collect_values,
# 2259| GTypeCValue* collect_values,
# 2260|-> guint collect_flags)
# 2261| {
# 2262| #line 124 "pwl.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c: scope_hint: In function 'value_enchant_pwl_lcopy_value'
enchant-2.8.19/build_native/lib/pwl.c:2292:38: warning[-Wunused-parameter]: unused parameter 'n_collect_values'
# 2292 | guint n_collect_values,
# | ~~~~~~^~~~~~~~~~~~~~~~
# 2290| static gchar*
# 2291| value_enchant_pwl_lcopy_value (const GValue* value,
# 2292|-> guint n_collect_values,
# 2293| GTypeCValue* collect_values,
# 2294| guint collect_flags)
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c:2418:34: warning[-Wunused-parameter]: unused parameter 'klass_data'
# 2418 | gpointer klass_data)
# | ~~~~~~~~~^~~~~~~~~~
# 2416| static void
# 2417| enchant_pwl_class_init (EnchantPWLClass * klass,
# 2418|-> gpointer klass_data)
# 2419| {
# 2420| #line 124 "pwl.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c: scope_hint: In function 'enchant_pwl_instance_init'
enchant-2.8.19/build_native/lib/pwl.c:2431:37: warning[-Wunused-parameter]: unused parameter 'klass'
# 2431 | gpointer klass)
# | ~~~~~~~~~^~~~~
# 2429| static void
# 2430| enchant_pwl_instance_init (EnchantPWL * self,
# 2431|-> gpointer klass)
# 2432| {
# 2433| GHashFunc _tmp0_;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c:2524:20: warning[-Wunused-parameter]: unused parameter 'len'
# 2524 | size_t len)
# | ~~~~~~~^~~
# 2522| check_impl (EnchantProviderDict* me,
# 2523| const gchar* word,
# 2524|-> size_t len)
# 2525| {
# 2526| gint result;
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c:2541:22: warning[-Wunused-parameter]: unused parameter 'len'
# 2541 | size_t len,
# | ~~~~~~~^~~
# 2539| suggest_impl (EnchantProviderDict* me,
# 2540| const gchar* word,
# 2541|-> size_t len,
# 2542| size_t* result_length1)
# 2543| {
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c: scope_hint: In function 'enchant_pwl_dict_class_init'
enchant-2.8.19/build_native/lib/pwl.c:2618:39: warning[-Wunused-parameter]: unused parameter 'klass_data'
# 2618 | gpointer klass_data)
# | ~~~~~~~~~^~~~~~~~~~
# 2616| static void
# 2617| enchant_pwl_dict_class_init (EnchantPwlDictClass * klass,
# 2618|-> gpointer klass_data)
# 2619| {
# 2620| #line 325 "pwl.vala"
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c: scope_hint: In function 'enchant_pwl_dict_instance_init'
enchant-2.8.19/build_native/lib/pwl.c:2626:50: warning[-Wunused-parameter]: unused parameter 'self'
# 2626 | enchant_pwl_dict_instance_init (EnchantPwlDict * self,
# | ~~~~~~~~~~~~~~~~~^~~~
# 2624|
# 2625| static void
# 2626|-> enchant_pwl_dict_instance_init (EnchantPwlDict * self,
# 2627| gpointer klass)
# 2628| {
Error: COMPILER_WARNING (CWE-563):
enchant-2.8.19/build_native/lib/pwl.c:2627:42: warning[-Wunused-parameter]: unused parameter 'klass'
# 2627 | gpointer klass)
# | ~~~~~~~~~^~~~~
# 2625| static void
# 2626| enchant_pwl_dict_instance_init (EnchantPwlDict * self,
# 2627|-> gpointer klass)
# 2628| {
# 2629| }
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/libgnu/stddef.h:128:3: error[error]: #error "Please include config.h first."
# 126| /* This file uses _Noreturn, _GL_ATTRIBUTE_NOTHROW. */
# 127| #if !_GL_CONFIG_H_INCLUDED
# 128|-> #error "Please include config.h first."
# 129| #endif
# 130|
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c: scope_hint: At top level
enchant-2.8.19/build_native/src/enchant.c:220:66: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | ^
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:66: note: trimmed 2 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:224: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | ^
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:224: note: trimmed 2 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:356: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | ^
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:356: note: trimmed 2 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:478: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | ^
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:478: note: trimmed 2 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:609: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | [...]
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:609: note: trimmed 3 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:722: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | [...]
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:722: note: trimmed 3 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:841: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | [...]
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:841: note: trimmed 3 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:928: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | [...]
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:928: note: trimmed 3 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:1015: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | [...]
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:1015: note: trimmed 3 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:220:1118: warning[-Wuseless-cast]: useless cast to type ‘int’
# 220 | static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# | [...]
# 218| static gssize _vala_array_length (gpointer array);
# 219|
# 220|-> static const GOptionEntry MAIN_main_options[11] = {{"pipe", 'a', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "Talk to another program through a pipe, like Ispell", NULL}, {"errors-only", 'l', (gint) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (void*) main_set_mode, "List only the misspellings", NULL}, {"dictionary", 'd', (gint) G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &main_dictionary, "Use the given dictionary", "DICTIONARY"}, {"pwl", 'p', (gint) G_OPTION_FLAG_NONE, [...]
# 221|
# 222| static GType
enchant-2.8.19/build_native/src/enchant.c:220:1118: note: trimmed 3 message(s) with length over 512
Error: COMPILER_WARNING:
enchant-2.8.19/build_native/src/enchant.c:2413:14: warning[-Wunused-but-set-variable=]: variable ‘_tmp6__length1’ set but not used
# 2413 | gint _tmp6__length1;
# | ^~~~~~~~~~~~~~
# 2411| FILE* fp = NULL;
# 2412| gchar** _tmp6_;
# 2413|-> gint _tmp6__length1;
# 2414| gchar** _tmp9_;
# 2415| gint _tmp9__length1;