--- freem/src/views.c 2025/03/09 19:50:47 1.6 +++ freem/src/views.c 2025/04/09 19:52:02 1.8 @@ -1,5 +1,5 @@ /* - * $Id: views.c,v 1.6 2025/03/09 19:50:47 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,12 @@ * 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 + * * Revision 1.6 2025/03/09 19:50:47 snw * Second phase of REUSE compliance and header reformat * @@ -38,7 +44,6 @@ #include "mwapi_window.h" #define LOCK 'l' -#define ZDEALLOCATE 'D' /* system services */ @@ -103,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;