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 adda696 commit 6799f2aCopy full SHA for 6799f2a
src/Makefile
@@ -171,6 +171,9 @@ $(OBJDIR)/divminus.o: CFLAGS_EXTRA=-Wno-unused-but-set-variable
171
$(OBJDIR)/typedef.o: CFLAGS_EXTRA=-Wno-unused-but-set-variable
172
$(OBJDIR)/use-after-free.o: CFLAGS_EXTRA=-Wno-use-after-free
173
$(OBJDIR)/func-implicit.o: CFLAGS_EXTRA=-Wno-strict-prototypes
174
+ifeq ($(CC), clang)
175
+$(OBJDIR)/shadow-block.o: CFLAGS_EXTRA=-Wno-unused-but-set-variable
176
+endif
177
178
all: $(DIROBJS)
179
0 commit comments