]> git.sesse.net Git - nageru/commitdiff
Remove -Wno-deprecated-declarations; we have no deprecations anymore, so even with...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 27 Jul 2016 18:35:33 +0000 (20:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 27 Jul 2016 18:35:33 +0000 (20:35 +0200)
Makefile

index a695b9343a77fe52124463a19397836443653d5e..6d2063e74c13bda60a9ae676405c8960e258d2b6 100644 (file)
--- 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)