Skip to content

Commit e57b327

Browse files
tomballcopybara-github
authored andcommitted
Fixed Xalan Makefile, as CI build no longer defines XCODE_13_3_MINIMUM environment variable (and it's no longer needed).
PiperOrigin-RevId: 596995474
1 parent bc05d5b commit e57b327

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

xalan/Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ OBJC_SOURCES_MANIFEST = $(BUILD_DIR)/objc_sources.mf
2424
SOURCEPATH = $(SRC_DIR)
2525
INCLUDE_DIRS = $(GEN_OBJC_DIR)
2626

27-
ifeq ("$(XCODE_13_3_MINIMUM)", "YES")
28-
CC_WARNINGS += -Wno-bitwise-instead-of-logical
29-
CC_WARNINGS += -Wunused-but-set-variable
30-
endif
27+
CC_WARNINGS += -Wno-bitwise-instead-of-logical -Wno-unused-but-set-variable
3128

3229
J2OBJCC := $(ARCH_BIN_DIR)/j2objcc -c $(INCLUDE_DIRS:%=-I%) $(CC_WARNINGS)
3330

0 commit comments

Comments
 (0)