Skip to content

Commit

Permalink
suppress clang's overzealous format inconsistency reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed May 12, 2024
1 parent d941cd4 commit 6a1dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(OBJDIR)/int-to-ptr.o: CFLAGS_EXTRA=-Wno-int-conversion -Wno-unused-variable
$(OBJDIR)/cast-double.o: CFLAGS_EXTRA=-Wno-format
$(OBJDIR)/struct-anon.o: CFLAGS_EXTRA=-Wno-c11-extensions -Wno-pedantic
$(OBJDIR)/array-literal.o: CFLAGS_EXTRA=-Wno-sign-compare
$(OBJDIR)/argv-do-while.o: CFLAGS_EXTRA=-Wno-error=unused-parameter
$(OBJDIR)/argv-do-while.o: CFLAGS_EXTRA=-Wno-error=unused-parameter -Wno-error=format-pedantic
$(OBJDIR)/argv-for-v2.o: CFLAGS_EXTRA=-Wno-error=unused-parameter
$(OBJDIR)/argv-while-v2.o: CFLAGS_EXTRA=-Wno-error=unused-parameter
$(OBJDIR)/plus-deref-plus-deref-argv.o: CFLAGS_EXTRA=-Wno-format \
Expand Down

0 comments on commit 6a1dcfa

Please sign in to comment.