Task #119519 - fixed.err
back to task #119519download
Error: COMPILER_WARNING (CWE-704): which-2.23/tilde.c: scope_hint: In function ‘tilde_expand’ which-2.23/tilde.c:192:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type # 192 | result = strchr(string, '~'); # | ^ # 190| # 191| result_index = result_size = 0; # 192|-> result = strchr(string, '~'); # 193| if (result) # 194| result = (char *) xmalloc(result_size = (strlen(string) + 16)); Error: COMPILER_WARNING (CWE-704): which-2.23/tilde.c:192:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type # 190| # 191| result_index = result_size = 0; # 192|-> result = strchr(string, '~'); # 193| if (result) # 194| result = (char *) xmalloc(result_size = (strlen(string) + 16));