=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for mpd-1.0.1nb7
echo "#"						   >paths.sh
echo "#  Created mechanically;  DO NOT EDIT THIS FILE."	  >>paths.sh
echo "#"						  >>paths.sh
sed -n >>paths.sh <Configuration   -e 's/#.*//' -e 's/[ 	]*$//' -e 's/ *= */=/'  -e 's/="*\(.* [^"]*\)"*$/="\1"/' -e '/^[A-Z0-9_]* *=/p'
echo ""							  >>paths.sh
echo  >paths.tmp '/*'
echo >>paths.tmp ' *	Created mechanically;  DO NOT EDIT THIS FILE.'
echo >>paths.tmp ' */'
sed  >>paths.tmp <paths.sh  -n -e 's/"//g' -e 's/.*/#define &"/' -e 's/= */ "/p'
if cmp -s paths.tmp paths.h; then :; else cp paths.tmp paths.h; fi
cc -O3 -Wall  -I/usr/X11R7/include -c util.c -o util.o
cmp -s multi/uni.h mpdmulti.h || cp multi/uni.h mpdmulti.h
cmp -s multi/uni.c mpdmulti.c || cp multi/uni.c mpdmulti.c
cd mpd;		make   CC="cc" CFLAGS="-O3 -Wall"
cc -O3 -Wall  -I/usr/X11R7/include -c main.c -o main.o
main.c: In function 'main':
main.c:105:15: warning: passing argument 1 of 'my_link' from incompatible pointer type [-Wincompatible-pointer-types]
  105 |  my_link (argv[optind]);  /* exec mpdl to build executable file */
      |           ~~~~^~~~~~~~
      |               |
      |               char *
In file included from compiler.h:8,
                 from main.c:5:
main.c:14:36: note: expected 'char **' but argument is of type 'char *'
   14 | static void my_link PARAMS ((char *files[]));
      |                              ~~~~~~^~~~~~~
../gen.h:10:19: note: in definition of macro 'PARAMS'
   10 | #define PARAMS(p) p
      |                   ^
main.c: In function 'options':
main.c:159:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  159 |   for (p = optarg; c = *p; p++)
      |                    ^
main.c:162:16: warning: array subscript has type 'char' [-Wchar-subscripts]
  162 |        dbflags[*q] = 1;
      |                ^~
main.c: In function 'my_link':
main.c:390:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  390 |     while (s = *ilp++) {
      |            ^
main.c:402:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  402 |     while (*argp++ = *rlp++)  /* copy list */
      |            ^
...expect one shift/reduce conflict:
yacc  -d grammar.y
yacc: 1 shift/reduce conflict.
mv y.tab.c grammar.c
mv y.tab.h tokens.h
cc -O3 -Wall  -I/usr/X11R7/include -c grammar.c -o grammar.o
lex tokens.l
mv lex.yy.c tokens.c
cc -O3 -Wall  -I/usr/X11R7/include -c tokens.c -o tokens.o
cc -O3 -Wall  -I/usr/X11R7/include -c alloc.c -o alloc.o
cc -O3 -Wall  -I/usr/X11R7/include -c attest.c -o attest.o
attest.c: In function 'attest':
attest.c:502:6: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  502 |      switch (e->e_opr) {
      |      ^~~~~~
attest.c:502:6: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
   76 |     switch (e->e_opr) {
      |     ^~~~~~
attest.c:76:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  626 |     switch (e->e_opr) {
      |     ^~~~~~
attest.c:626:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c dynamic.c -o dynamic.o
In file included from /usr/include/stdio.h:595,
                 from ../mpd.h:4,
                 from compiler.h:10,
                 from dynamic.c:22:
dynamic.c: In function 'alctemp':
dynamic.c:103:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=]
  103 |     sprintf (buf, "%c%d", c, ++used[n]);
      |                   ^~~~~~
dynamic.c:103:22: note: format string is defined here
  103 |     sprintf (buf, "%c%d", c, ++used[n]);
      |                      ^~
In file included from /usr/include/stdio.h:595,
                 from ../mpd.h:4,
                 from compiler.h:10,
                 from dynamic.c:22:
dynamic.c:103:19: note: directive argument in the range [-2147483647, 2147483647]
  103 |     sprintf (buf, "%c%d", c, ++used[n]);
      |                   ^~~~~~
dynamic.c:103:5: note: '__builtin___sprintf_chk' output between 3 and 13 bytes into a destination of size 10
  103 |     sprintf (buf, "%c%d", c, ++used[n]);
      |     ^~~~~~~
dynamic.c: In function 'dcltemps':
dynamic.c:175:3: warning: 's2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  175 |   cprintf ("%8%,%s%d", s2, i);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dynamic.c:173:6: warning: 's1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  173 |      cprintf ("%8%s %s1", s1, s2);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:595,
                 from ../mpd.h:4,
                 from compiler.h:10,
                 from dynamic.c:22:
dynamic.c: In function 'alctrans':
dynamic.c:196:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=]
  196 |     sprintf (name, "t%d", tbusy);
      |                    ^~~~~
dynamic.c:196:22: note: format string is defined here
  196 |     sprintf (name, "t%d", tbusy);
      |                      ^~
In file included from /usr/include/stdio.h:595,
                 from ../mpd.h:4,
                 from compiler.h:10,
                 from dynamic.c:22:
dynamic.c:196:20: note: directive argument in the range [-2147483647, 2147483647]
  196 |     sprintf (name, "t%d", tbusy);
      |                    ^~~~~
dynamic.c:196:5: note: '__builtin___sprintf_chk' output between 3 and 13 bytes into a destination of size 10
  196 |     sprintf (name, "t%d", tbusy);
      |     ^~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c errors.c -o errors.o
In file included from /usr/include/ctype.h:100,
                 from errors.c:4:
errors.c: In function 'yyerror':
errors.c:76:30: warning: array subscript has type 'char' [-Wchar-subscripts]
   76 |     else if (!isalpha (yytext[0]))
      |                              ^
cc -O3 -Wall  -I/usr/X11R7/include -c fold.c -o fold.o
fold.c: In function 'fold':
fold.c:31:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
   31 |     switch (o) { /* certain parts of the tree should not be walked */
      |     ^~~~~~
fold.c:31:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
   49 |  switch (o) {
      |  ^~~~~~
fold.c:49:2: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  121 |  switch (o) {
      |  ^~~~~~
fold.c:121:2: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  147 |  switch (o) {
      |  ^~~~~~
fold.c:147:2: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c gdecl.c -o gdecl.o
cc -O3 -Wall  -I/usr/X11R7/include -c gexpr.c -o gexpr.o
gexpr.c: In function 'gexpr':
gexpr.c:179:6: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
  179 |      switch (t) {
      |      ^~~~~~
gexpr.c:179:6: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_STRING' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_ARRAY' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_PTR' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
  197 |      switch (t) {
      |      ^~~~~~
gexpr.c:197:6: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_STRING' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_ARRAY' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_PTR' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
gexpr.c:336:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  336 |   if (g->g_type != T_VOID)
      |      ^
gexpr.c: In function 'gcast':
gexpr.c:839:6: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
  839 |      switch (t) {
      |      ^~~~~~
gexpr.c:839:6: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
  824 |     switch (e->e_sig->g_type) {  /* switch on result type */
      |     ^~~~~~
gexpr.c:824:5: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_ARRAY' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c ginput.c -o ginput.o
cc -O3 -Wall  -I/usr/X11R7/include -c gloop.c -o gloop.o
cc -O3 -Wall  -I/usr/X11R7/include -c gmisc.c -o gmisc.o
gmisc.c: In function 'once':
gmisc.c:39:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
   39 |     switch (e->e_opr) {
      |     ^~~~~~
gmisc.c:39:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
gmisc.c: In function 'fixedsize':
gmisc.c:525:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  525 |   if (o->s_kind == K_OP && o->s_imp == s && o->s_sig)  /* if op */
      |      ^
gmisc.c: In function 'csig':
gmisc.c:257:1: warning: control reaches end of non-void function [-Wreturn-type]
  257 | }
      | ^
cc -O3 -Wall  -I/usr/X11R7/include -c gparam.c -o gparam.o
gparam.c: In function 'gparblk':
gparam.c:163:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  163 |  if (m->m_pass != O_VAL & (!lvalue (a)))
      |      ~~~~~~~~~~^~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c gstmt.c -o gstmt.o
In file included from /usr/include/ctype.h:100,
                 from gstmt.c:4:
gstmt.c: In function 'gstmt':
gstmt.c:72:56: warning: array subscript has type 'char' [-Wchar-subscripts]
   72 |       && o->s_op->o_impl != I_DCL && isalpha (o->s_name[0]))
      |                                                        ^
gstmt.c: In function 'cosend':
gstmt.c:360:1: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
  360 | cosend (e, n, tname)
      | ^~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c import.c -o import.o
echo '/*  Created mechanically;  DO NOT EDIT THIS FILE  */' >tkflags.h
echo '' >>tkflags.h
awk '/^%t[^*]*\*[BEG + END]*\*/{printf("TKFLAGS(%s,%s)\n",$2,$4);}'  <grammar.y >>tkflags.h
cc -O3 -Wall  -I/usr/X11R7/include -c input.c -o input.o
input.c: In function 'setinput':
input.c:256:18: warning: unused variable 'yyin' [-Wunused-variable]
  256 |     extern FILE *yyin;
      |                  ^~~~
input.c:255:11: warning: unused variable 'old' [-Wunused-variable]
  255 |     FILE *old;
      |           ^~~
input.c: In function 'start_echo':
input.c:163:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
  163 |     fprintf (specfile, "%s %s", s, e->e_l->e_name);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c list.c -o list.o
cc -O3 -Wall  -I/usr/X11R7/include -c names.c -o names.o
cc -O3 -Wall  -I/usr/X11R7/include -c node.c -o node.o
cc -O3 -Wall  -I/usr/X11R7/include -c op.c -o op.o
op.c: In function 'opscan':
op.c:247:3: warning: enumeration value 'I_SEM' not handled in switch [-Wswitch]
  247 |   switch (o->o_impl) {
      |   ^~~~~~
op.c: In function 'wimpl':
op.c:476:6: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  476 |      fprintf (f, "%c%c %s\n", c, o->o_sepctx ? '*' : ' ', s->s_name);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c output.c -o output.o
output.c: In function 'mkinter':
output.c:76:6: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration]
   76 |  if (mkdir (ifdir, 0777) != 0 && errno != EEXIST)
      |      ^~~~~
output.c: In function 'cprintf':
output.c:249:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  249 |     while (c = *fmt++)  {
      |            ^
output.c:368:34: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  368 |    for (s = va_arg (ap, char *); c = *s++; )
      |                                  ^
output.c: In function 'putconst':
output.c:472:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  472 |     for (s = buf; c = *s++; )  /* write the characters */
      |                   ^
cc -O3 -Wall  -I/usr/X11R7/include -c params.c -o params.o
cc -O3 -Wall  -I/usr/X11R7/include -c pregen.c -o pregen.o
pregen.c: In function 'pregen':
pregen.c:319:5: warning: 'func' may be used uninitialized in this function [-Wmaybe-uninitialized]
  319 |     cprintf ("%s(%e,%a)", func, e1, e2);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pregen.c:303:11: note: 'func' was declared here
  303 |     char *func;
      |           ^~~~
cc -O3 -Wall  -I/usr/X11R7/include -c presig.c -o presig.o
presig.c: In function 'fixlub':
presig.c:463:5: warning: enumeration value 'PRE_BOGUS' not handled in switch [-Wswitch]
  463 |     switch (e->e_l->e_sym->s_pre) {
      |     ^~~~~~
presig.c:463:5: warning: enumeration value 'PRE_lb' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_ub' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_pred' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_succ' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_length' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_maxlength' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_chars' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_locate' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_myresource' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_mymachine' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_myvm' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_mypriority' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_setpriority' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_free' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_abs' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_min' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_max' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sqrt' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_log' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_exp' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_ceil' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_floor' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_round' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sin' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_cos' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_tan' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_asin' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_acos' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_atan' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_random' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_seed' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_numargs' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_getarg' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_nap' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_age' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_open' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_flush' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_close' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_remove' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_get' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_put' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_seek' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_where' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_read' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_scanf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sscanf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_write' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_writes' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_printf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sprintf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_END' not handled in switch [-Wswitch]
cc -O3 -Wall -E includer.c  | sed 's/,/ ,/' | awk -f elabels.awk >print.h
cc -O3 -Wall  -I/usr/X11R7/include -c print.c -o print.o
print.c: In function 'pnode':
print.c:93:15: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'struct node *' [-Wformat=]
   93 |   printf ("%08X [?!]", e->e_l);
      |            ~~~^
      |               |
      |               unsigned int
print.c: In function 'psym':
print.c:213:5: warning: enumeration value 'K_BOGUS' not handled in switch [-Wswitch]
  213 |     switch (s->s_kind) {
      |     ^~~~~~
print.c:213:5: warning: enumeration value 'K_FIELD' not handled in switch [-Wswitch]
print.c:213:5: warning: enumeration value 'K_IMP' not handled in switch [-Wswitch]
print.c:213:5: warning: enumeration value 'K_PREDEF' not handled in switch [-Wswitch]
In file included from print.c:7:
At top level:
print.h:211:15: warning: 'impl_names' defined but not used [-Wunused-variable]
  211 | static char * impl_names[] = {
      |               ^~~~~~~~~~
print.h:204:15: warning: 'seg_names' defined but not used [-Wunused-variable]
  204 | static char * seg_names[] = {
      |               ^~~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c resource.c -o resource.o
resource.c: In function 'genprocs':
resource.c:196:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  196 |     switch (e->e_opr) {
      |     ^~~~~~
resource.c:196:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
In file included from /usr/include/stdio.h:595,
                 from ../mpd.h:4,
                 from compiler.h:10,
                 from resource.c:3:
resource.c: In function 'body':
resource.c:102:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  102 |     sprintf (cpath, "%s/%s", ifdir, cfile);
      |                     ^~~~~~~
resource.c:102:27: note: format string is defined here
  102 |     sprintf (cpath, "%s/%s", ifdir, cfile);
      |                           ^
In file included from /usr/include/stdio.h:595,
                 from ../mpd.h:4,
                 from compiler.h:10,
                 from resource.c:3:
resource.c:102:5: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 1001) into a destination of size 1000
  102 |     sprintf (cpath, "%s/%s", ifdir, cfile);
      |     ^~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c signat.c -o signat.o
signat.c: In function 'compat':
signat.c:329:1: warning: control reaches end of non-void function [-Wreturn-type]
  329 | }
      | ^
signat.c: In function 'symsig':
signat.c:108:8: warning: 'g' may be used uninitialized in this function [-Wmaybe-uninitialized]
  108 |     if (g == NULL)
      |        ^
cc -O3 -Wall  -I/usr/X11R7/include -c symtab.c -o symtab.o
In file included from /usr/include/ctype.h:100,
                 from symtab.c:4:
symtab.c: In function 'identify':
symtab.c:143:29: warning: array subscript has type 'char' [-Wchar-subscripts]
  143 |       if (isalpha (s->s_name[0]) && s->s_kind != K_IMP) {
      |                             ^
symtab.c:318:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  318 |      if (e->e_opr == O_CALL && l->e_opr == O_SYM)
      |         ^
symtab.c:334:3: warning: enumeration value 'K_BOGUS' not handled in switch [-Wswitch]
  334 |   switch (s->s_kind) {
      |   ^~~~~~
symtab.c:334:3: warning: enumeration value 'K_BLOCK' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_VAR' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_FIELD' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_TYPE' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_ELIT' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_RES' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_IMP' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_OP' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_PREDEF' not handled in switch [-Wswitch]
symtab.c:98:10: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   98 |     Kind k;
      |          ^
. ../paths.sh; cc -O3 -Wall -o mpd main.o grammar.o tokens.o ../util.o alloc.o attest.o dynamic.o errors.o fold.o  gdecl.o gexpr.o ginput.o gloop.o gmisc.o gparam.o gstmt.o  import.o input.o list.o names.o node.o  op.o output.o params.o pregen.o presig.o print.o  resource.o signat.o symtab.o $LIBM $LIBC
cd mpdl;	make   CC="cc" CFLAGS="-O3 -Wall"
cc -O3 -Wall  -I/usr/X11R7/include -c main.c -o main.o
main.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int]
   33 | main (argc, argv)
      | ^~~~
cc -O3 -Wall  -I/usr/X11R7/include -c limits.c -o limits.o
limits.c:22:59: warning: missing braces around initializer [-Wmissing-braces]
   22 | static struct lim { char c; int *v; char *s; } limits[] = {
      |                                                           ^
   23 |     'C', &max_co_stmts,   "maximum number of active `co' statements",
      |     {                                                               }
   24 |     'L', &max_loops,      "maximum number of loops before context switch",
      |     {                                                                    }
   25 |     'N', &max_classes,    "maximum number of `in' operation classes",
      |     {                                                               }
   26 |     'O', &max_operations, "maximum number of active operations",
      |     {                                                          }
   27 |     'P', &max_processes,  "maximum number of processes",
      |     {                                                  }
   28 |     'Q', &max_rmt_reqs,   "maximum number of pending remote requests",
      |     {                                                                }
   29 |     'R', &max_resources,  "maximum number of active resources",
      |     {                                                         }
   30 |     'V', &max_semaphores, "maximum number of semaphores",
      |     {                                                   }
   31 |     'S', &stack_size,     "size of a process stack",
      |     {                                              }
   32 |     0, 0, 0};
      |     {      }
In file included from /usr/include/ctype.h:100,
                 from limits.c:4:
limits.c: In function 'setlimit':
limits.c:51:21: warning: array subscript has type 'char' [-Wchar-subscripts]
   51 |     while (isdigit (*p))
      |                     ^
cc -O3 -Wall  -I/usr/X11R7/include -c resource.c -o resource.o
cc -O3 -Wall  -I/usr/X11R7/include -c gen.c -o gen.o
gen.c: In function 'gen_config':
gen.c:26:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   26 |     if (exe_tail = strrchr (exe_file, '/')) /* strip path */
      |         ^~~~~~~~
In file included from /usr/include/ctype.h:100,
                 from gen.c:8:
gen.c: In function 'addwords':
gen.c:152:18: warning: array subscript has type 'char' [-Wchar-subscripts]
  152 |  while (isspace (*s))  /* skip leading whitespace */
      |                  ^
gen.c:157:33: warning: array subscript has type 'char' [-Wchar-subscripts]
  157 |  while (*s != '\0' && !isspace (*s))
      |                                 ^
. ../paths.sh; cc -O3 -Wall -o mpdl main.o limits.o resource.o gen.o ../util.o $LIBC
cd csw;		make   CC="cc" CFLAGS="-O3 -Wall"
cc -O3 -Wall  -I/usr/X11R7/include -c cstest.c -o cstest.o
cstest.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int]
   54 | main ()
      | ^~~~
cc -O3 -Wall -c netbsd.c
ld -r -o asm.o netbsd.o /usr/lib/libpthread.a
. ../paths.sh; cc -O3 -Wall -o cstest  cstest.o asm.o $LIBM $LIBC
ld: asm.o: in function `mpd_setcontext_u':
netbsd.c:(.text+0x14): undefined reference to `pthread__i386_init'
ld: asm.o: in function `mpd_swapcontext_u':
netbsd.c:(.text+0x40): undefined reference to `pthread__i386_init'
*** Error code 1

Stop.
make[1]: stopped in /pbulk/work/lang/mpd/work/mpd.1.0.1/csw
*** Error code 1

Stop.
make: stopped in /pbulk/work/lang/mpd/work/mpd.1.0.1
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/lang/mpd
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/mpd