Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuehappy committed Jul 2, 2024
1 parent c9dee94 commit 2d8be0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ DISABLE_PERF_CONTEXT ?= 1
ifeq ($(DISABLE_PERF_CONTEXT),1)
PLATFORM_CXXFLAGS += -DNPERF_CONTEXT
PLATFORM_CCFLAGS += -DNPERF_CONTEXT
WARNING_FLAGS += -Werror -Wno-unused-private-field
endif

ifndef USE_FOLLY
Expand Down Expand Up @@ -540,7 +539,7 @@ endif
default: all

WARNING_FLAGS = -W -Wextra -Wall -Wsign-compare -Wshadow \
-Wunused-parameter
-Wunused-parameter -Wno-unused-private-field

ifeq (,$(filter amd64, $(MACHINE)))
C_WARNING_FLAGS = -Wstrict-prototypes
Expand Down

0 comments on commit 2d8be0f

Please sign in to comment.