Skip to content

Commit

Permalink
Merge pull request #982 from thomasjacquin/AndreasLMeg-Werror
Browse files Browse the repository at this point in the history
cleanup: use -Werror
  • Loading branch information
linuxkidd authored Feb 2, 2022
2 parents ae24ca8 + e6cdc03 commit 8d2b8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ifneq ($(PKGPATH),)
OPENCV = $(shell pkg-config --exists opencv && pkg-config --cflags --libs opencv || (pkg-config --exists opencv4 && pkg-config --cflags --libs opencv4))
endif
DEFS = -D_LIN -D_DEBUG -DGLIBC_20
CFLAGS = -Wall -Wno-psabi -Wno-unused-result -g -O2 -lpthread
CFLAGS = -Werror -Wall -Wno-psabi -Wno-unused-result -g -O2 -lpthread

ifeq ($(platform), armv6l)
CC = arm-linux-gnueabihf-g++
Expand Down

0 comments on commit 8d2b8aa

Please sign in to comment.