Skip to content

Commit c5b53d3

Browse files
committed
added -Wno-long-long, closes kylemcdonald#8
1 parent 2b36d27 commit c5b53d3

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
@@ -7,7 +7,7 @@ CXX=g++
77

88
# Flags
99
ARCH_FLAGS=-arch x86_64
10-
CFLAGS=-Wextra -Wall -pedantic-errors $(ARCH_FLAGS) -O3
10+
CFLAGS=-Wextra -Wall -pedantic-errors $(ARCH_FLAGS) -O3 -Wno-long-long
1111
LDFLAGS=$(ARCH_FLAGS)
1212
DEFINES=
1313
INCLUDES=-I$(OPENCV_PATH)/include -Iinclude/

0 commit comments

Comments
 (0)