Skip to content

Commit f9d0530

Browse files
committed
Don't care about signed/unsigned compare
Summary: We need to stop these: facebook/rocksdb#99 facebook/rocksdb#83 Test Plan: no Reviewers: dhruba, haobo, sdong, ljin, yhchiang Reviewed By: ljin CC: leveldb Differential Revision: https://reviews.facebook.net/D16905
1 parent 30447b7 commit f9d0530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else
3636
PLATFORM_CCFLAGS += $(JEMALLOC_INCLUDE) -DHAVE_JEMALLOC
3737
endif
3838

39-
WARNING_FLAGS = -Wall -Werror
39+
WARNING_FLAGS = -Wall -Werror -Wno-sign-compare
4040
CFLAGS += -g $(WARNING_FLAGS) -I. -I./include $(PLATFORM_CCFLAGS) $(OPT)
4141
CXXFLAGS += -g $(WARNING_FLAGS) -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT) -Woverloaded-virtual
4242

0 commit comments

Comments
 (0)