Skip to content

Commit 6dddab0

Browse files
committed
patch_test no longer triggers null deref warning
1 parent d5f1728 commit 6dddab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ libpatch_test.so: patch_test.so.h patch_test.so.c
120120
$(CC) $(CPPFLAGS) -Wall -s -O0 -shared -fpic -o $@ patch_test.so.c
121121

122122
patch_test.bin: patch_test.bin.c libpatch_test.so
123-
$(CC) $(CPPFLAGS) $(CFLAGS) -Wno-nonnull -o $@ $^
123+
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $^
124124

125125
$(OBJS):%.o:%.c
126126
$(CC) $(CFLAGS) -c $< -o $@

0 commit comments

Comments
 (0)