We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f1728 commit 6dddab0Copy full SHA for 6dddab0
examples/src/linux/Makefile
@@ -120,7 +120,7 @@ libpatch_test.so: patch_test.so.h patch_test.so.c
120
$(CC) $(CPPFLAGS) -Wall -s -O0 -shared -fpic -o $@ patch_test.so.c
121
122
patch_test.bin: patch_test.bin.c libpatch_test.so
123
- $(CC) $(CPPFLAGS) $(CFLAGS) -Wno-nonnull -o $@ $^
+ $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $^
124
125
$(OBJS):%.o:%.c
126
$(CC) $(CFLAGS) -c $< -o $@
0 commit comments