aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-08-17 08:56:51 -0400
committerYour Name <you@example.com>2021-08-17 08:56:51 -0400
commit2a4ca022ad37ff2452ec3addb8c760a93bb616c6 (patch)
treedd66554b8e7e568a410974df71a95d37f5433d18 /Makefile
parent8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1 (diff)
parent5e4240ea795c992635a3cfc464d760205e07bf05 (diff)
downloadannotator-2a4ca022ad37ff2452ec3addb8c760a93bb616c6.tar.gz
annotator-2a4ca022ad37ff2452ec3addb8c760a93bb616c6.tar.bz2
annotator-2a4ca022ad37ff2452ec3addb8c760a93bb616c6.zip
Merge branch 'master' of https://vance.fish/git/annotator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e1db82..0d2c34c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=g++
LIBS=libconfuse opencv4
-CFLAGS=-c -Wall -fPIC -std=c++20
+CFLAGS=-c -Wall -fPIC -std=c++20 -Wno-deprecated-enum-enum-conversion
LDFLAGS=
SOURCES=src/annotator.cc src/labeller.cc src/playback.cc src/settings.cc src/ui.cc
OBJECTS=$(SOURCES:.cc=.o)