Skip to content

Commit

Permalink
LZMA: silence dangling-pointer warning
Browse files Browse the repository at this point in the history
fix #84
  • Loading branch information
JayXon committed Jun 9, 2022
1 parent e3cedec commit 66d25e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ leanify: $(LEANIFY_OBJ) $(LZMA_OBJ) $(MOZJPEG_OBJ) $(PUGIXML_OBJ) $(ZOPFLI_OB

$(LEANIFY_OBJ): CFLAGS += -Wextra -Wno-unused-parameter

$(LZMA_OBJ): CFLAGS += -Wno-unknown-warning-option -Wno-dangling-pointer

$(ZOPFLI_OBJ): CFLAGS += -Wno-unused-function

asan: CFLAGS += -g -fsanitize=address -fno-omit-frame-pointer
Expand Down

0 comments on commit 66d25e4

Please sign in to comment.