Skip to content

Commit bef48e8

Browse files
committed
chore(test/Makefile): switch to c99 to allow __func__
1 parent 4024e37 commit bef48e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC ?= gcc
33

44
EXES := test fuzz
55

6-
CFLAGS += -Wall -Wextra -Wpedantic -g -I$(TOP) -std=c89
6+
CFLAGS += -Wall -Wextra -Wpedantic -g -I$(TOP) -std=c99
77

88
all: $(EXES)
99

0 commit comments

Comments
 (0)