From 6573d8bcb792b70aa74f745e996a299c0e5f08c9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 27 Jul 2016 20:35:33 +0200 Subject: [PATCH] Remove -Wno-deprecated-declarations; we have no deprecations anymore, so even with -Werror, it should be fine. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a695b93..6d2063e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CXX=g++ INSTALL=install EMBEDDED_BMUSB=no PKG_MODULES := Qt5Core Qt5Gui Qt5Widgets Qt5OpenGLExtensions Qt5OpenGL libusb-1.0 movit lua52 libmicrohttpd epoxy x264 -CXXFLAGS ?= -O2 -g -Wall -Wno-deprecated-declarations # Will be overridden by environment. +CXXFLAGS ?= -O2 -g -Wall # Will be overridden by environment. CXXFLAGS += -std=gnu++11 -fPIC $(shell pkg-config --cflags $(PKG_MODULES)) -pthread -DMOVIT_SHADER_DIR=\"$(shell pkg-config --variable=shaderdir movit)\" -Idecklink/ ifeq ($(EMBEDDED_BMUSB),yes) -- 2.39.2