Snippets for aee 2.2.22 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/aee/2.2.22_1/150amd64-default.log.
-
aee.c:521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 521 | main(argc, argv) /* beginning of main program */ | ^ -
aee.c:738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 738 | get_input(win_ptr) | ^ -
aee.c:814:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 814 | wprintw(com_win, SL_lit_str); | ^~~~~~~~~~ -
aee.c:816:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 816 | wprintw(com_win, SL_nolit_str); | ^~~~~~~~~~~~ -
aee.c:818:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 818 | wprintw(com_win, SL_fwd_str); | ^~~~~~~~~~ -
aee.c:820:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 820 | wprintw(com_win, SL_rev_str); | ^~~~~~~~~~ -
aee.c:822:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 822 | wprintw(com_win, SL_over_str); | ^~~~~~~~~~~ -
aee.c:824:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 824 | wprintw(com_win, SL_insrt_str); | ^~~~~~~~~~~~ -
aee.c:826:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 826 | wprintw(com_win, SL_indent_str); | ^~~~~~~~~~~~~ -
aee.c:828:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 828 | wprintw(com_win, SL_noindnt_str); | ^~~~~~~~~~~~~~ -
aee.c:830:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 830 | wprintw(com_win, SL_marg_str); | ^~~~~~~~~~~ -
aee.c:832:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 832 | wprintw(com_win, SL_nomarg_str); | ^~~~~~~~~~~~~ -
aee.c:836:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 836 | wprintw(com_win, SL_mark_str); | ^~~~~~~~~~~ -
aee.c:859:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 859 | xalloc(size) /* allocate memory, report if errors */ | ^ -
aee.c:898:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 898 | resiz_line(factor, rline, rpos) /* resize the line to length + factor*/ | ^ -
aee.c:928:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 928 | dummy(foo) | ^ -
aee.c:934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 934 | insert(character) /* insert character into line */ | ^ -
aee.c:1051:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1051 | scanline(m_line, pos) /* find the proper horizontal position for the current position in the line */ | ^ -
aee.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | unset_tab(string) /* remove tab setting */ | ^ -
aee.c:1142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1142 | tab_set(string) /* get tab settings from the string (columns) */ | ^ -
aee.c:1182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1182 | tabshift(temp_int) /* give the number of spaces to shift to the next | ^ -
aee.c:1205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1205 | out_char(window, character, abscolumn, row, offset) /* output non-printing character */ | ^ -
aee.c:1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1279 | draw_line(vertical, horiz, ptr, t_pos, dr_l) /* redraw line from current position */ | ^ -
aee.c:1382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1382 | insert_line(disp) /* insert new line into file and if disp=TRUE, | ^ -
aee.c:1550:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1550 | char *next_word(string) /* move to next word in string */ | ^ -
aee.c:1561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1561 | scan(line, offset, column) /* determine horizontal position for get_string */ | ^ -
aee.c:1582:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1582 | char *get_string(prompt, advance) /* read string from input on command line */ | ^ -
aee.c:1659:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1659 | len_char(character, column) /* return the length of the character */ | ^ -
aee.c:1717:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1717 | compare(string1, string2, sensitive) /* compare two strings */ | ^ -
aee.c:1755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1755 | goto_line(cmd_str) /* goto first line with the given number */ | ^ -
aee.c:1882:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1882 | midscreen(line, count) /* repaint window with current line at the specified line */ | ^ -
aee.c:2072:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2072 | get_options(numargs, arguments) /* get arguments from original command line */ | ^ -
aee.c:2171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2171 | finish(string) /* prepare to EXIT edit session, write out file */ | ^ -
aee.c:2226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2226 | quit(string) /* leave editor, or if other files specified in invoking command line, edit next in sequence */ | ^ -
aee.c:2339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2339 | abort_edit(foo) /* handle interrupt signal (break key) gracefully */ | ^ -
aee.c:2354:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2354 | sh_command(string) /* execute shell command */ | ^ -
aee.c:2559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2559 | copy_str(str1, str2) /* copy string1 to string2 */ | ^ -
aee.c:2576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2576 | echo_string(string) /* echo the given string */ | ^ -
format.c:14:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 14 | Blank_Line(test_line) /* test if line has any non-space characters */ | ^ -
format.c:92:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 92 | wprintw(com_win, fmting_par_msg); | ^~~~~~~~~~~~~~ -
format.c:141:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 141 | wprintw(com_win, fmting_par_msg); | ^~~~~~~~~~~~~~ -
format.c:220:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 220 | wprintw(com_win, fmting_par_msg); | ^~~~~~~~~~~~~~ -
format.c:363:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 363 | first_word_len(test_line) | ^ -
control.c:18:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 18 | menu_op(menu_list) | ^ -
control.c:62:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 62 | wprintw(com_win, menu_too_lrg_msg); | ^~~~~~~~~~~~~~~~ -
control.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 234 | paint_menu(menu_list, max_width, max_height, list_size, top_offset, menu_win, | ^ -
control.c:319:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 319 | wprintw(menu_win, menu_list[counter].item_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
control.c:322:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 322 | wprintw(menu_win, more_below_str); | ^~~~~~~~~~~~~~ -
control.c:405:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 405 | wprintw(com_win, spell_in_prog_msg); | ^~~~~~~~~~~~~~~~~ -
control.c:538:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 538 | wprintw(com_win, left_mrgn_err_msg); | ^~~~~~~~~~~~~~~~~ -
control.c:555:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 555 | wprintw(com_win, right_mrgn_err_msg); | ^~~~~~~~~~~~~~~~~~ -
control.c:573:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 573 | wprintw(com_win, info_win_height_err); | ^~~~~~~~~~~~~~~~~~~ -
control.c:612:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 612 | file_op(arg) | ^ -
control.c:660:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 660 | wprintw(com_win, no_chng_no_save ); | ^~~~~~~~~~~~~~~ -
control.c:685:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 685 | wprintw(com_win, file_not_saved_msg ); | ^~~~~~~~~~~~~~~~~~ -
control.c:737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 737 | macro_assign(keys, macro_string) | ^ -
control.c:885:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 885 | wprintw(info_win, info_help_msg); | ^~~~~~~~~~~~~ -
control.c:901:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 901 | unique_test(string, list) | ^ -
control.c:937:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 937 | wprintw(com_win, non_unique_cmd_msg); | ^~~~~~~~~~~~~~~~~~ -
control.c:983:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 983 | command(cmd_str) /* process commands from command line */ | ^ -
control.c:1045:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1045 | wprintw(com_win, tab_msg); | ^~~~~~~ -
control.c:1205:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1205 | wprintw(com_win, info_win_height_err); | ^~~~~~~~~~~~~~~~~~~ -
control.c:1237:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1237 | wprintw(com_win, left_mrg_err_msg); | ^~~~~~~~~~~~~~~~ -
control.c:1248:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1248 | wprintw(com_win, right_mrg_err_msg); | ^~~~~~~~~~~~~~~~~ -
control.c:1361:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1361 | wprintw(com_win, version_string); | ^~~~~~~~~~~~~~ -
control.c:1580:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1580 | wprintw(com_win, no_chng_dir_msg); | ^~~~~~~~~~~~~~~ -
control.c:1586:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1586 | wprintw(com_win, no_dir_entered_msg); | ^~~~~~~~~~~~~~~~~~ -
control.c:1607:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1607 | wprintw(com_win, path_not_dir_msg); | ^~~~~~~~~~~~~~~~ -
control.c:1609:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1609 | wprintw(com_win, path_not_permitted_msg); | ^~~~~~~~~~~~~~~~~~~~~~ -
control.c:1611:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1611 | wprintw(com_win, path_chng_failed_msg); | ^~~~~~~~~~~~~~~~~~~~ -
control.c:1783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1783 | parse(string) /* parse commands in string */ | ^ -
control.c:1886:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1886 | wprintw(com_win, fwd_mode_str); | ^~~~~~~~~~~~ -
control.c:1895:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1895 | wprintw(com_win, rev_mode_str); | ^~~~~~~~~~~~ -
control.c:2055:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2055 | wprintw(com_win, restricted_msg); | ^~~~~~~~~~~~~~ -
control.c:2093:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2093 | wprintw(com_win, conf_not_saved_msg); | ^~~~~~~~~~~~~~~~~~ -
control.c:2116:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2116 | wprintw(com_win, conf_dump_err_msg); | ^~~~~~~~~~~~~~~~~ -
localize.c:32:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 32 | catgetlocal(number, string) | ^ -
srch_rep.c:16:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 16 | search(move_cursor, start_line, offset, pointer, s_str_off, srch_short, disp) /* search for srch_str in file after cursor */ | ^ -
srch_rep.c:351:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 351 | wprintw(com_win, str_str); | ^~~~~~~ -
srch_rep.c:363:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 363 | wprintw(com_win, not_fnd_str); | ^~~~~~~~~~~ -
srch_rep.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 372 | upper(value) /* convert character to upper case */ | ^ -
srch_rep.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 385 | search_prompt(flag) /* prompt and read search string (srch_str) */ | ^ -
srch_rep.c:549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 549 | repl_prompt(flag) /* prompt for replace parameters */ | ^ -
srch_rep.c:740:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 740 | wprintw(com_win, cant_find_match_str); | ^~~~~~~~~~~~~~~~~~~ -
delete.c:14:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 14 | del_char(save_flag) /* delete character at current cursor position */ | ^ -
delete.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 49 | del_string(length) /* delete string of specified length at current cursor position */ | ^ -
delete.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 124 | undel_string(string, length) /* insert string at current position */ | ^ -
delete.c:214:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 214 | del_word(save_flag) /* delete word in front of cursor */ | ^ -
delete.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | Clear_line(save_flag) /* delete from cursor to end of line */ | ^ -
delete.c:278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 278 | del_line(save_flag) /* delete line forward of cursor to end of line */ | ^ -
delete.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 375 | last_deleted(flag, length, string) | ^ -
delete.c:516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 516 | delete(disp) /* delete character within the line */ | ^ -
mark.c:58:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 58 | wprintw(com_win, mark_not_actv_str); | ^~~~~~~~~~~~~~~~~ -
mark.c:133:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 133 | wprintw(com_win, mark_active_str); | ^~~~~~~~~~~~~~~ -
mark.c:166:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 166 | wprintw(com_win, mark_not_actv_str); | ^~~~~~~~~~~~~~~~~ -
mark.c:216:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 216 | wprintw(com_win, mark_not_actv_str); | ^~~~~~~~~~~~~~~~~ -
mark.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 388 | fast_line(direct) /* move to the previous or next line while selecting text but do not display */ | ^ -
mark.c:457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 457 | slct(flag) /* initiate process for selecting (marking) text */ | ^ -
mark.c:477:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 477 | wprintw(com_win, mark_alrdy_actv_str); | ^~~~~~~~~~~~~~~~~~~ -
mark.c:594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 594 | slct_line(direct) /* move to the previous or next line */ | ^ -
motion.c:154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 154 | left(disp) /* move cursor left one character */ | ^ -
motion.c:241:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 241 | wprintw(com_win, left_err_msg); | ^~~~~~~~~~~~ -
motion.c:248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 248 | right(disp) /* move cursor right one character */ | ^ -
motion.c:318:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 318 | wprintw(com_win, right_err_msg); | ^~~~~~~~~~~~~ -
motion.c:380:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 380 | wprintw(com_win, left_err_msg); | ^~~~~~~~~~~~ -
motion.c:442:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 442 | wprintw(com_win, right_err_msg); | ^~~~~~~~~~~~~ -
motion.c:486:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | move_rel(direction, lines) /* move relative # of lines to current line */ | ^ -
keys.c:224:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | def_key(string) /* define a function or control key to a string */ | ^ -
journal.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 82 | write_journal(buffer, line) | ^ -
journal.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | update_journal_entry(buffer, line) | ^ -
journal.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | remove_journ_line(buffer, line) | ^ -
journal.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | journ_info_init(buffer, line) | ^ -
journal.c:218:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 218 | wprintw(com_win, journal_err_str); | ^~~~~~~~~~~~~~~ -
journal.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 257 | read_journal_entry(buffer, line) | ^ -
journal.c:296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 296 | recover_from_journal(buffer, file_name) | ^ -
journal.c:385:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 385 | wprintw(com_win, cant_opn_rcvr_fil_msg); | ^~~~~~~~~~~~~~~~~~~~~ -
journal.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 471 | free_db_list(list) | ^ -
journal.c:554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 554 | write_db_file(list) | ^ -
journal.c:595:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 595 | add_to_journal_db(buffer) | ^ -
journal.c:640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 640 | rm_journal_db_entry(buffer) | ^ -
journal.c:710:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 710 | create_dir(name) | ^ -
journal.c:739:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 739 | journal_name(buffer, file_name) | ^ -
journal.c:803:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 803 | open_journal_for_write(buffer) | ^ -
journal.c:861:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 861 | wprintw(com_win, cant_opn_rcvr_fil_msg); | ^~~~~~~~~~~~~~~~~~~~~ -
journal.c:884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 884 | remove_journal_file(buffer) | ^ -
windows.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 74 | add_buf(ident) /* add a new buffer to the list */ | ^ -
windows.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 129 | chng_buf(name) /* move to the named buffer, if it doesn't exist, create it */ | ^ -
windows.c:182:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 182 | wprintw(com_win, cant_chng_while_mark_msg); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
windows.c:190:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 190 | wprintw(com_win, too_many_parms_msg); | ^~~~~~~~~~~~~~~~~~ -
windows.c:248:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 248 | wprintw(com_win, buff_is_main_msg); | ^~~~~~~~~~~~~~~~ -
windows.c:257:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 257 | wprintw(com_win, cant_del_while_mark); | ^~~~~~~~~~~~~~~~~~~ -
file.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | get_full_path(path, orig_path) | ^ -
file.c:133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | ae_basename(name) | ^ -
file.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | ae_dirname(path) | ^ -
file.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 217 | open_for_edit(string) | ^ -
file.c:481:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 481 | wprintw(com_win, bad_rcvr_msg); | ^~~~~~~~~~~~ -
file.c:500:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 500 | wprintw(com_win, rcvr_op_comp_msg); | ^~~~~~~~~~~~~~~~ -
file.c:555:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 555 | wprintw(com_win, bad_rcvr_msg); | ^~~~~~~~~~~~ -
file.c:571:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 571 | wprintw(com_win, rcvr_op_comp_msg); | ^~~~~~~~~~~~~~~~ -
file.c:688:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 688 | wprintw(com_win, no_file_string); | ^~~~~~~~~~~~~~ -
file.c:819:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 819 | get_file(file_name) /* read specified file into current buffer */ | ^ -
file.c:836:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 836 | wprintw(com_win, read_only_msg); | ^~~~~~~~~~~~~ -
file.c:878:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 878 | get_line(length, in_string, append) /* read string and split into lines */ | ^ -
file.c:980:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 980 | is_in_string(string, substring) /* a strstr() look-alike for systems without | ^ -
file.c:1004:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1004 | resolve_name(name) | ^ -
file.c:1132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1132 | write_file(file_name) /* write current buffer to specified file */ | ^ -
file.c:1161:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1161 | wprintw(com_win, path_not_a_dir_msg); | ^~~~~~~~~~~~~~~~~~ -
file.c:1225:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1225 | wprintw(com_win, path_not_a_dir_msg); | ^~~~~~~~~~~~~~~~~~ -
file.c:1279:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1279 | wprintw(com_win, write_err_msg); | ^~~~~~~~~~~~~ -
file.c:1290:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1290 | wprintw(com_win, write_err_msg); | ^~~~~~~~~~~~~ -
file.c:1352:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1352 | wprintw(com_win, no_file_string); | ^~~~~~~~~~~~~~