--- freem/src/views.c 2025/04/02 03:02:42 1.7 +++ freem/src/views.c 2025/04/09 19:52:02 1.8 @@ -1,5 +1,5 @@ /* - * $Id: views.c,v 1.7 2025/04/02 03:02:42 snw Exp $ + * $Id: views.c,v 1.8 2025/04/09 19:52:02 snw Exp $ * implementation of VIEW command and $VIEW intrinsic function * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: views.c,v $ + * Revision 1.8 2025/04/09 19:52:02 snw + * Eliminate as many warnings as possible while building with -Wall + * * Revision 1.7 2025/04/02 03:02:42 snw * Stop requiring users to pass -e to fmadm when -u or -g are passed * @@ -105,8 +108,6 @@ void view_com (void) { /* process VIEW command */ - char tmp[256]; - char tmp2[256]; int arg1; register long int i; register long int j;