clean up a few warnings with gcc 9.3.0

This commit is contained in:
Kartik K. Agaram 2021-10-22 19:25:59 -07:00
parent 74f8cd15bb
commit c03ee20559
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ PLAT= none
CC= gcc
CFLAGS= -O2 -Wall $(MYCFLAGS)
AR= ar rcu
AR= ar rc
RANLIB= ranlib
RM= rm -f
LIBS= -lm $(MYLIBS)