single bit bitfield needs to be unsigned
This commit is contained in:
parent
bba9cf47c9
commit
186e68a8d3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
BIN = lisc
|
||||
OBJ = main.o parse.o ssa.o live.o isel.o
|
||||
|
||||
CFLAGS = -Wall -Wextra -std=c11 -g
|
||||
CFLAGS = -Wall -Wextra -std=c11 -g -pedantic
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
$(CC) $(LDFLAGS) $(OBJ) -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue