Skip to content

Commit 444f950

Browse files
committed
Move the nullability checks to normal clang flags
1 parent b3fd477 commit 444f950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif
2929
JCFLAGS += -Wold-style-definition -Wstrict-prototypes -Wc++-compat
3030

3131
ifeq ($(USECLANG),1)
32-
FLAGS += -Wno-return-type-c-linkage -Wno-atomic-alignment
32+
FLAGS += -Wno-return-type-c-linkage -Wno-atomic-alignment -Wno-nullability-extension -Wno-nullability-completeness # required to be allowed to use nullability extension and not be required to annotate all of everything
3333
endif
3434

3535
ifeq (${USE_THIRD_PARTY_GC},mmtk)

0 commit comments

Comments
 (0)