cc -O -DOS_BSD -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long -c phoon.c cc -O -DOS_BSD -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long -c date_parse.c cc -O -DOS_BSD -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long -c astro.c phoon.c: In function ‘putmoon’: phoon.c:359:29: warning: variable ‘numcols’ set but not used [-Wunused-but-set-variable] 359 | int atflrlen, atflridx, numcols, lin, col, midlin; | ^~~~~~~ date_parse.c: In function ‘date_parse’: date_parse.c:92:9: warning: variable ‘got_zone’ set but not used [-Wunused-but-set-variable] 92 | int got_zone; | ^~~~~~~~ astro.c: In function ‘phase’: astro.c:364:33: warning: variable ‘MoonPar’ set but not used [-Wunused-but-set-variable] 364 | MoonDist, MoonDFrac, MoonAng, MoonPar, | ^~~~~~~ astro.c:362:46: warning: variable ‘BetaM’ set but not used [-Wunused-but-set-variable] 362 | mEc, A4, lP, V, lPP, NP, y, x, Lambdamoon, BetaM, | ^~~~~ cc -s -o phoon phoon.o date_parse.o astro.o -lm