X-Git-Url: https://git.ao2.it/experiments/opencv_trail_effect.git/blobdiff_plain/2e62298e66cca8f5432b7086feac031e4a600e6b..4eac1abc8f592c16e93a54f5b1d04c371d35f8da:/Makefile?ds=inline

diff --git a/Makefile b/Makefile
index 66355e0..6bb3c15 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ ifneq ($(CXX),clang++)
 	      -Wunused-but-set-variable
 endif
 
+ifeq ($(CXX),clang++)
+  LDFLAGS += -Qunused-arguments
+endif
+
 CXXFLAGS += $(shell pkg-config --cflags opencv)
 LDLIBS += $(shell pkg-config --libs opencv)