Skip to content

Commit 44504a2

Browse files
committed
make: remove -Wall
1 parent 8795883 commit 44504a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VERSION ?= $(shell . ./build.info && printf "%s" "$$gitstatus_version")
1010
#
1111
# Sized delete is implemented as __ZdlPvm in /usr/lib/libc++.1.dylib but this symbol is
1212
# missing in macOS prior to 10.13.
13-
CXXFLAGS += -std=c++14 -funsigned-char -O3 -DNDEBUG -DGITSTATUS_VERSION=$(VERSION) -Wall # -g -fsanitize=thread
13+
CXXFLAGS += -std=c++14 -funsigned-char -O3 -DNDEBUG -DGITSTATUS_VERSION=$(VERSION) # -Wall -g -fsanitize=thread
1414
LDFLAGS += -pthread # -fsanitize=thread
1515
LDLIBS += -lgit2 # -lprofiler -lunwind
1616

0 commit comments

Comments
 (0)