silence some warnings
This commit is contained in:
parent
498af259eb
commit
6f45894c7f
4 changed files with 8 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -13,7 +13,8 @@ OBJ = $(COMMOBJ) $(AMD64OBJ) $(ARM64OBJ) $(RV64OBJ)
|
|||
|
||||
SRCALL = $(OBJ:.o=.c)
|
||||
|
||||
CFLAGS = $(CPPFLAGS) -Wall -Wextra -std=c99 -g -Wpedantic
|
||||
CFLAGS = $(CPPFLAGS) -std=c99 -g \
|
||||
-Wall -Wextra -Wpedantic -Wno-format-truncation
|
||||
|
||||
qbe: $(OBJ)
|
||||
$(CC) $(LDFLAGS) $(OBJ) -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue