Snippets for ispell 3.4.06 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/myybiswviq083yrpsj8p8mhamlghrc67-ispell-3.4.06.drv.
-
./proto.h:311:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 311 | extern char * index P ((const char * string, int ch)); | ^ -
./proto.h:312:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 312 | extern char * rindex P ((const char * string, int ch)); | ^ -
buildhash.c:148:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | int main (argc, argv) | ^ -
buildhash.c:491:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 491 | VOID * mymalloc (size) /* Fast, unfree-able variant of malloc */ | ^ -
buildhash.c:517:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | VOID * myrealloc (ptr, size, oldsize) | ^ -
buildhash.c:532:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 532 | void myfree (ptr) | ^ -
hash.c:83:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 83 | int hash (s, hashtblsize) | ^ -
makedent.c:173:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | int makedent (lbuf, lbuflen, d) | ^ -
makedent.c:275:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | long whatcap (word) | ^ -
makedent.c:326:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 326 | int addvheader (dp) | ^ -
makedent.c:430:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | int combinecaps (hdrp, newp) | ^ -
makedent.c:501:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 501 | static void forcevheader (hdrp, oldp, newp) | ^ -
makedent.c:520:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 520 | static int combine_two_entries (hdrp, oldp, newp) | ^ -
makedent.c:573:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 573 | static int acoversb (enta, entb) | ^ -
makedent.c:613:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 613 | void upcase (s) | ^ -
makedent.c:624:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 624 | void lowcase (s) | ^ -
makedent.c:639:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 639 | void chupcase (s) | ^ -
makedent.c:653:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 653 | static int issubset (ent1, ent2) | ^ -
makedent.c:688:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 688 | static void combineaffixes (ent1, ent2) | ^ -
makedent.c:712:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 712 | void toutent (toutfile, hent, onlykeep) | ^ -
makedent.c:758:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 758 | static void toutword (toutfile, word, cent) | ^ -
makedent.c:775:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 775 | static void flagout (toutfile, flag) | ^ -
makedent.c:795:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 795 | int stringcharlen (bufp, canonical) | ^ -
makedent.c:904:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 904 | int strtoichar (out, in, outlen, canonical) | ^ -
makedent.c:935:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 935 | int ichartostr (out, in, outlen, canonical) | ^ -
makedent.c:981:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 981 | ichar_t * strtosichar (in, canonical) | ^ -
makedent.c:995:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 995 | unsigned char * ichartosstr (in, canonical) | ^ -
makedent.c:1011:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1011 | char * printichar (in) | ^ -
makedent.c:1031:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1031 | ichar_t * icharcpy (out, in) | ^ -
makedent.c:1046:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1046 | int icharlen (in) | ^ -
makedent.c:1059:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1059 | int icharcmp (s1, s2) | ^ -
makedent.c:1075:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1075 | int icharncmp (s1, s2, n) | ^ -
makedent.c:1094:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1094 | int findfiletype (name, searchnames, deformatter) | ^ -
makedent.c:1150:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1150 | void initckch (wchars) | ^ -
term.c:141:8: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | tputs (cl, li, iputch); | ^ -
term.c:145:12: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 145 | tputs (ho, 100, iputch); | ^ -
term.c:147:19: warning: passing arguments to 'tgoto' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | tputs (tgoto (cm, 0, 0), 100, iputch); | ^ -
term.c:147:12: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | tputs (tgoto (cm, 0, 0), 100, iputch); | ^ -
term.c:148:8: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | tputs (cd, li, iputch); | ^ -
term.c:152:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 152 | void imove (row, col) | ^ -
term.c:156:18: warning: passing arguments to 'tgoto' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 156 | tputs (tgoto (cm, col, row), 100, iputch); | ^ -
term.c:156:11: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 156 | tputs (tgoto (cm, col, row), 100, iputch); | ^ -
term.c:161:11: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | tputs (so, 10, iputch); | ^ -
term.c:166:11: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 166 | tputs (se, 10, iputch); | ^ -
term.c:172:8: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | tputs (BC, 1, iputch); | ^ -
term.c:177:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 177 | static int iputch (c) | ^ -
term.c:219:13: warning: passing arguments to 'tgetent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | tgetent (termcap, getenv ("TERM")); | ^ -
term.c:221:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 221 | BC = tgetstr ("bc", &termptr); | ^ -
term.c:222:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 222 | cd = tgetstr ("cd", &termptr); | ^ -
term.c:223:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 223 | cl = tgetstr ("cl", &termptr); | ^ -
term.c:224:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | cm = tgetstr ("cm", &termptr); | ^ -
term.c:225:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 225 | ho = tgetstr ("ho", &termptr); | ^ -
term.c:226:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 226 | nd = tgetstr ("nd", &termptr); | ^ -
term.c:227:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 227 | so = tgetstr ("so", &termptr); /* inverse video on */ | ^ -
term.c:228:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | se = tgetstr ("se", &termptr); /* inverse video off */ | ^ -
term.c:229:23: warning: passing arguments to 'tgetnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 229 | if ((sg = tgetnum ("sg")) < 0) /* space taken by so/se */ | ^ -
term.c:231:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | ti = tgetstr ("ti", &termptr); /* terminal initialization */ | ^ -
term.c:232:18: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 232 | te = tgetstr ("te", &termptr); /* terminal termination */ | ^ -
term.c:233:18: warning: passing arguments to 'tgetnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 233 | co = tgetnum ("co"); | ^ -
term.c:234:18: warning: passing arguments to 'tgetnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 234 | li = tgetnum ("li"); | ^ -
term.c:401:8: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 401 | tputs (ti, 1, iputch); | ^ -
term.c:405:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 405 | SIGNAL_TYPE done (signo) | ^ -
term.c:413:12: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 413 | tputs (te, 1, iputch); | ^ -
term.c:429:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 429 | static SIGNAL_TYPE onstop (signo) | ^ -
term.c:436:12: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | tputs (te, 1, iputch); | ^ -
term.c:469:12: warning: passing arguments to 'tputs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 469 | tputs (ti, 1, iputch); | ^ -
term.c:505:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | int shellescape (buf) | ^ -
ispell.c:273:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 273 | int main (argc, argv) | ^ -
ispell.c:1058:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1058 | static void dofile (filename) | ^ -
ispell.c:1153:5: warning: comparison of array 'tempfile' equal to a null pointer is always false [-Wtautological-pointer-compare] 1153 | (tempfile == NULL || tempfile[0] == '\0') | ^~~~~~~~ ~~~~ -
ispell.c:1211:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1211 | static FILE * setupdefmt (filename, statbuf) | ^ -
ispell.c:1288:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1288 | static void update_file (filename, statbuf) | ^ -
ispell.c:1412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1412 | static void expandmode (option) | ^ -
ispell.c:1497:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1497 | char * last_slash (file) | ^ -
correct.c:275:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | void givehelp (interactive) | ^ -
correct.c:444:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 444 | void correct (ctok, ctokl, itok, itokl, curchar) | ^ -
correct.c:728:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 728 | static void show_line (line, invstart, invlen) | ^ -
correct.c:754:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 754 | static int show_char (cp, linew, output, maxw) | ^ -
correct.c:846:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 846 | static int line_size (buf, bufend) | ^ -
correct.c:858:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 858 | static void inserttoken (buf, start, tok, curchar, oktochange) | ^ -
correct.c:910:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 910 | static int posscmp (a, b) | ^ -
correct.c:918:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 918 | int casecmp (a, b, canonical) | ^ -
correct.c:963:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 963 | void makepossibilities (word) | ^ -
correct.c:1014:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1014 | int inpossibilities (ctok) | ^ -
correct.c:1086:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1086 | static int insert (word) | ^ -
correct.c:1110:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1110 | static void wrongcapital (word) | ^ -
correct.c:1128:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1128 | static void wrongletter (word) | ^ -
correct.c:1161:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1161 | static void extraletter (word) | ^ -
correct.c:1183:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1183 | static void missingletter (word) | ^ -
correct.c:1220:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1220 | static void missingspace (word) | ^ -
correct.c:1279:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1279 | int compoundgood (word, pfxopts) | ^ -
correct.c:1336:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1336 | static void transposedletter (word) | ^ -
correct.c:1360:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1360 | static void tryveryhard (word) | ^ -
correct.c:1367:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1367 | static int ins_cap (word, pattern) | ^ -
correct.c:1385:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1385 | static int save_cap (word, pattern, savearea) | ^ -
correct.c:1425:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1425 | int ins_root_cap (word, pattern, prestrip, preadd, sufstrip, sufadd, | ^ -
correct.c:1453:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1453 | static void save_root_cap (word, pattern, prestrip, preadd, sufstrip, sufadd, | ^ -
correct.c:1637:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1637 | static char * get_line_from_user (s, len) | ^ -
correct.c:1896:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1896 | void copyout (cc, cnt) | ^ -
correct.c:1917:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1917 | static void lookharder (string) | ^ -
defmt.c:275:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | static unsigned char * skiptoword (bufp) /* Skip to beginning of a word */ | ^ -
defmt.c:578:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 578 | unsigned char * skipoverword (bufp) /* Return pointer to end of a word */ | ^ -
defmt.c:636:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 636 | void checkline (ofile) | ^ -
defmt.c:883:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 883 | static int TeX_math_end (bufp) | ^ -
defmt.c:919:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 919 | static int TeX_math_begin (bufp) | ^ -
defmt.c:991:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 991 | static int TeX_LR_begin (bufp) | ^ -
defmt.c:1022:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1022 | static int TeX_LR_check (begin_p, bufp) | ^ -
defmt.c:1066:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1066 | static void TeX_skip_args (bufp) | ^ -
defmt.c:1093:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1093 | static int TeX_math_check (cont_char, bufp) | ^ -
defmt.c:1134:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1134 | static void TeX_skip_parens (bufp) | ^ -
defmt.c:1155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1155 | static void TeX_open_paren (bufp) | ^ -
defmt.c:1167:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1167 | static void TeX_skip_check (bufp) | ^ -
defmt.c:1244:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1244 | static int TeX_strncmp (a, b, n) | ^ -
defmt.c:1289:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1289 | int init_keyword_table (rawtags, envvar, deftags, ignorecase, keywords) | ^ -
defmt.c:1427:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1427 | static int keyword_in_list (str, strend, keywords) | ^ -
defmt.c:1470:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1470 | static int tagcmp (a, b) | ^ -
dump.c:104:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | static void tbldump (flagp, numflags) /* Dump a flag table */ | ^ -
dump.c:113:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 113 | static void entdump (flagp) /* Dump one flag entry */ | ^ -
dump.c:137:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 137 | static void setdump (setp, mask) /* Dump a set specification */ | ^ -
dump.c:172:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | static void subsetdump (setp, mask, dumpval) /* Dump part of a set spec */ | ^ -
exp_table.c:34:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 34 | void exp_table_init (e, orig_word) | ^ -
exp_table.c:47:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 47 | const ichar_t * get_orig_word (e) | ^ -
exp_table.c:55:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 55 | const char * get_expansion (e, i) | ^ -
exp_table.c:64:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 64 | MASKTYPE get_flags (e, i) | ^ -
exp_table.c:73:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | int num_expansions (e) | ^ -
exp_table.c:80:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | int add_expansion_copy (e, s, flags) | ^ -
exp_table.c:131:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | struct exp_table * exp_table_empty (e) | ^ -
exp_table.c:142:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | void exp_table_dump (e) | ^ -
fields.c:87:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | field_t * fieldread (file, delims, flags, maxf) | ^ -
fields.c:127:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | field_t * fieldmake (line, allocated, delims, flags, maxf) | ^ -
fields.c:153:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 153 | static field_t * fieldparse (fieldp, line, delims, flags, maxf) | ^ -
fields.c:301:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 301 | static int fieldbackch (str, out, strip) | ^ -
fields.c:392:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 392 | int fieldwrite (file, fieldp, delim) | ^ -
fields.c:413:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 413 | void fieldfree (fieldp) | ^ -
good.c:109:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 109 | int good (w, ignoreflagbits, allhits, pfxopts, sfxopts) | ^ -
good.c:167:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 167 | int cap_ok (word, hit, len) | ^ -
good.c:299:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 299 | static int entryhasaffixes (dent, hit) | ^ -
good.c:315:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 315 | void flagpr (word, preflag, prestrip, preadd, sufflag, sufadd) | ^ -
lookup.c:120:5: warning: initializing 'unsigned char *' with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 120 | "default", /* Name */ | ^~~~~~~~~ -
lookup.c:516:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 516 | struct dent * lookup (s, dotree) | ^ -
tgood.c:160:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | void chk_aff (word, ucword, len, ignoreflagbits, allhits, pfxopts, sfxopts) | ^ -
tgood.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 198 | static void pfx_list_chk (word, ucword, len, optflags, sfxopts, ind, | ^ -
tgood.c:324:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 324 | static void chk_suf (word, ucword, len, optflags, pfxent, ignoreflagbits, | ^ -
tgood.c:358:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 358 | static void suf_list_chk (word, ucword, len, ind, optflags, pfxent, | ^ -
tgood.c:514:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 514 | int expand_pre (croot, rootword, mask, option, extra) | ^ -
tgood.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 541 | static void gen_pre_expansion (rootword, flent, mask, exptable) | ^ -
tgood.c:637:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 637 | int expand_suf (croot, rootword, mask, optflags, option, extra) | ^ -
tgood.c:662:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 662 | static void expand_suf_into_table (rootword, mask, optflags, exptable, | ^ -
tgood.c:689:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 689 | static void gen_suf_expansion (rootword, flent, exptable, existing_flags) | ^ -
tgood.c:754:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 754 | static void forcelc (dst, len) /* Force to lowercase */ | ^ -
tgood.c:770:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 770 | static char * flags_str (flags) | ^ -
tgood.c:795:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 795 | static int output_expansions (exptable, option, croot, extra) | ^ -
tree.c:139:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | void treeinit (p, LibDict) | ^ -
tree.c:312:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 312 | static FILE * trydict (filename, home, prefix, suffix) | ^ -
tree.c:330:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 330 | static void treeload (loadfile) | ^ -
tree.c:340:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 340 | void treeinsert (word, wordlen, keep) | ^ -
tree.c:464:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 464 | static struct dent * tinsert (proto) | ^ -
tree.c:498:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 498 | struct dent * treelookup (word) | ^ -
tree.c:526:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 526 | static int pdictcmp (enta, entb) | ^ -
tree.c:677:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 677 | VOID * mymalloc (size) | ^ -
tree.c:684:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 684 | void myfree (ptr) | ^ -
xgets.c:93:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | char * xgets (str, size, stream) | ^ -
icombine.c:104:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | int main (argc, argv) | ^ -
icombine.c:188:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | VOID * mymalloc (size) | ^ -
icombine.c:195:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 195 | VOID * myrealloc (ptr, size, oldsize) | ^ -
icombine.c:204:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 204 | void myfree (ptr) | ^ -
ijoin.c:175:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 175 | extern int strcmp (); | ^ -
ijoin.c:177:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 177 | int main (argc, argv) /* Join files */ | ^ -
ijoin.c:333:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | comparison = (*compare) (line1->fields[join1field], | ^ -
ijoin.c:389:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 389 | || (*compare) (line1->fields[join1field], | ^ -
ijoin.c:401:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 401 | && (*compare) (line1->fields[join1field], | ^ -
ijoin.c:410:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 410 | static void full_output (line1, line2) /* Output everything from both lines */ | ^ -
ijoin.c:441:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | static void selected_output (line1, line2) /* Output selected fields */ | ^ -
ijoin.c:466:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 466 | static int strscmp (a, b) /* Compare signed strings */ | ^ -
ijoin.c:479:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 479 | static int strucmp (a, b) /* Compare unsigned strings */ | ^ -
defmt-c.c:93:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | int main (argc, argv) | ^ -
defmt-c.c:82:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 82 | int main (); /* Filter to select C/C++ comments */ | ^ -
defmt-sh.c:115:18: warning: passing arguments to 'do_quote' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | if (do_quote(c)) | ^ -
defmt-sh.c:81:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | int main (argc, argv) | ^ -
defmt-sh.c:76:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 76 | int main (); /* Filter to select sh/bash comments */ | ^ -
defmt-sh.c:173:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | static int do_quote(qc) | ^ -
defmt-sh.c:79:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 79 | static int do_quote (); /* Handle quoted strings */ | ^