From d98a1b7089ec4c2583442a055381d0c8f73bd621 Mon Sep 17 00:00:00 2001 From: sdong Date: Thu, 31 Oct 2019 14:42:34 -0700 Subject: [PATCH] Disable warning as error --- Makefile | 1 - build_tools/fbcode_config.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1c539ea0d..af4bc273b 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,6 @@ else PLATFORM_CCFLAGS += $(JEMALLOC_INCLUDE) -DHAVE_JEMALLOC endif -WARNING_FLAGS = -Wall CFLAGS += $(WARNING_FLAGS) -I. -I./include $(PLATFORM_CCFLAGS) $(OPT) CXXFLAGS += $(WARNING_FLAGS) -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT) -Woverloaded-virtual diff --git a/build_tools/fbcode_config.sh b/build_tools/fbcode_config.sh index 5eab3af96..6470c3414 100644 --- a/build_tools/fbcode_config.sh +++ b/build_tools/fbcode_config.sh @@ -39,7 +39,6 @@ if test -z $PIC_BUILD; then LZ4_LIBS=" $LZ4_BASE/lib/liblz4.a" CFLAGS+=" -DLZ4" fi -CFLAGS+=" -DZSTD" # location of gflags headers and libraries GFLAGS_INCLUDE=" -I $GFLAGS_BASE/include/"