--- freem/src/tp_check.c 2025/03/22 18:43:54 1.4 +++ freem/src/tp_check.c 2025/04/09 19:52:02 1.5 @@ -1,5 +1,5 @@ /* - * $Id: tp_check.c,v 1.4 2025/03/22 18:43:54 snw Exp $ + * $Id: tp_check.c,v 1.5 2025/04/09 19:52:02 snw Exp $ * TP global checkpointing code * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: tp_check.c,v $ + * Revision 1.5 2025/04/09 19:52:02 snw + * Eliminate as many warnings as possible while building with -Wall + * * Revision 1.4 2025/03/22 18:43:54 snw * Make STRLEN 255 chars and add BIGSTR macro for larger buffers * @@ -51,10 +54,7 @@ cptab *cptab_head[TP_MAX_NEST]; cptab *cptab_insert(int tlevel, char *global) { cptab *t; - char mode; - short g_exists; - char *gc_ns; char *gc_pth; @@ -173,7 +173,6 @@ void cptab_postcommit(int tlevel) { cptab *t; /*char *cmd;*/ - int rc; /* cmd = (char *) malloc (STRLEN * sizeof (char));