[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 7, 2020
1 parent 23cbe1f commit 7922c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CFLAGS += -coverage
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Wpedantic
CFLAGS += -Werror
# CFLAGS += -Werror
CFLAGS += -Wno-unused-command-line-argument
ifeq ($(SANITIZE), yes)
CFLAGS += -fsanitize=address
Expand Down

0 comments on commit 7922c00

Please sign in to comment.