Merge PR #21: Make it build with gcc 10 and Ubuntu 21.04

gcc-9
Jenkins nymea 2021-05-19 18:25:05 +02:00
commit 7d4042a56f
2 changed files with 1 additions and 3 deletions

2
debian/control vendored
View File

@ -3,10 +3,8 @@ Section: utils
Priority: options
Maintainer: Simon Stürz <simon.stürz@guh.io>
Build-depends: debhelper (>= 0.0.0),
dh-systemd,
libqt5websockets5-dev,
libncurses5-dev,
qt5-default,
Standards-Version: 3.9.3
Package: nymea-remoteproxy

View File

@ -13,7 +13,7 @@ DEFINES += SERVER_NAME_STRING=\\\"$${SERVER_NAME}\\\" \
CONFIG += c++11 console
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g -Wno-deprecated-declarations
QMAKE_LFLAGS *= -std=c++11
top_srcdir=$$PWD