X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Ftinfo%2Fparse_entry.c;h=14bcb67ed6bdff5400438b8697f68966dd9275f5;hb=f8401f5e8669eadd551fde12da7de661c18fa4f2;hp=e39adade747ba8a53caf2d2f022f28cc892a6a02;hpb=a0c6d9cb65b77a62ca49e88f6b49e2e5f052407f;p=ncurses.git diff --git a/ncurses/tinfo/parse_entry.c b/ncurses/tinfo/parse_entry.c index e39adade..14bcb67e 100644 --- a/ncurses/tinfo/parse_entry.c +++ b/ncurses/tinfo/parse_entry.c @@ -48,7 +48,7 @@ #include #include -MODULE_ID("$Id: parse_entry.c,v 1.106 2022/04/30 20:50:06 tom Exp $") +MODULE_ID("$Id: parse_entry.c,v 1.107 2022/05/08 00:11:44 tom Exp $") #ifdef LINT static short const parametrized[] = @@ -287,7 +287,7 @@ _nc_parse_entry(ENTRY * entryp, int literal, bool silent) TR(TRACE_DATABASE, (T_CALLED("_nc_parse_entry(entry=%p, literal=%d, silent=%d)"), - entryp, literal, silent)); + (void *) entryp, literal, silent)); token_type = _nc_get_token(silent); @@ -766,7 +766,7 @@ postprocess_termcap(TERMTYPE2 *tp, bool has_base) TR(TRACE_DATABASE, (T_CALLED("postprocess_termcap(tp=%p, has_base=%d)"), - tp, has_base)); + (void *) tp, has_base)); /* * TERMCAP DEFAULTS AND OBSOLETE-CAPABILITY TRANSLATIONS @@ -1062,7 +1062,7 @@ postprocess_terminfo(TERMTYPE2 *tp) { TR(TRACE_DATABASE, (T_CALLED("postprocess_terminfo(tp=%p)"), - tp)); + (void *) tp)); /* * TERMINFO-TO-TERMINFO MAPPINGS FOR SOURCE TRANSLATION