Skip to content

Instantly share code, notes, and snippets.

@stephensrmmartin
Last active August 29, 2015 14:27
Show Gist options
  • Save stephensrmmartin/0bbbe94a8a2550a1f747 to your computer and use it in GitHub Desktop.
Save stephensrmmartin/0bbbe94a8a2550a1f747 to your computer and use it in GitHub Desktop.
# Maintainer: Stephen Martin <stephenSRMMartin at gmail dot com>
pkgname=jasp-desktop-git
_pkgname=jasp-desktop
_buildname=jasp-build
pkgver=r1752.1a28614
pkgrel=1
pkgdesc="JASP, a low fat alternative to SPSS, a delicious alternative to R."
arch=('any')
url="http://jasp-stats.org"
license=('AGPL3')
depends=('qt5-base' 'boost' 'r>=3.1.2-1' 'pcre' 'libarchive' 'zlib' 'boost-nowide')
makedepends=('git' 'qtchooser' 'r')
provides=('jasp')
conflicts=('jasp')
source=("$_pkgname::git+https://github.com/jasp-stats/$_pkgname.git"
"https://static.jasp-stats.org/development/R%20U1410%20for%20JASP%20%282015-02-19%29.zip"
"rbundle.R")
options=("!strip" "debug")
pkgver() {
cd "$srcdir/$_pkgname"
( set -o pipefail
git describe --long --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
}
prepare() {
cd $srcdir/$_pkgname
#Create new R bundle
mkdir -p R/include
_libraryPath=$srcdir/$_pkgname/R/library
if [ ! -e $srcdir/RBundle ]; then
echo "Creating customized R bundle"
echo "Copying R bin, etc, lib, modules, and base libs"
cp -r /usr/lib/R/{bin,etc,lib,modules,library} R/
rm R/bin/R
ln -s `which R` R/bin/R
echo "Copying R headers"
cp -r /usr/include/R/* R/include/
echo "Installing JASP dependencies"
Rscript $srcdir/rbundle.R $_libraryPath
#Copy JASP to new R bundle for it to later compile
echo "Installing JASP to bundle"
R CMD INSTALL -l $srcdir/$_buildname/R/library/ $srcdir/$_pkgname/JASP-Engine/JASP
#Copy modified gnm to bundle
echo "Copying modified gnm from packaged bundle to created bundle"
cp -r $srcdir/R/library/gnm $srcdir/$_buildname/R/library/
## Save new R bundle for future use
echo "Creating R bundle backup for future compilation"
cp -r R $srcdir/RBundle
else
echo "Restoring previously created R bundle"
cp -r $srcdir/RBundle/* ./R
fi
echo "Creating Makefile"
qmake PREFIX=/usr ../$_pkgname/JASP.pro
}
build() {
cd $srcdir/$_pkgname
make
}
package() {
cd $srcdir/$_pkgname
make DESTDIR=$pkgdir install
}
md5sums=('SKIP'
'03a719ec42763bed930fe265c8cd3b41'
'7cd2277906118ad7fa7865024d5d4c96')
This file has been truncated, but you can view the full file.
cd JASP-Common/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Common/JASP-Common.pro PREFIX=/usr -o Makefile ) && make -f Makefile
WARNING: Failure to find: filepackage.h
make[1]: Entering directory '/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Common'
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o analysis.o analysis.cpp
In file included from analysis.h:9:0,
from analysis.cpp:2:
options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysis.cpp:2:0:
analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o analysisloader.o analysisloader.cpp
In file included from analysis.h:9:0,
from analysisloader.h:4,
from analysisloader.cpp:1:
options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisloader.h:4:0,
from analysisloader.cpp:1:
analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o base64.o base64.cpp
base64.cpp: In static member function ‘static std::string Base64::encode(const string&, const string&, const char*)’:
base64.cpp:24:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (count = 0; count < prefix.length(); count++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cdecode.o base64/cdecode.cpp
base64/cdecode.cpp: In function ‘int base64_decode_value(char, const char*)’:
base64/cdecode.cpp:12:31: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (value_in < 0 || value_in > 127)
^
base64/cdecode.cpp: In function ‘void base64_init_decodestate(base64_decodestate*, const char*)’:
base64/cdecode.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < sizeof(state_in->decoding); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cencode.o base64/cencode.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o column.o column.cpp
column.cpp: In member function ‘void Column::changeColumnType(Column::ColumnType)’:
column.cpp:80:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < labels.size(); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o columns.o columns.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o datablock.o datablock.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o dataset.o dataset.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o datasetpackage.o datasetpackage.cpp
In file included from datasetpackage.cpp:1:0:
datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o datasetloader.o datasetloader.cpp
In file included from datasetloader.h:6:0,
from datasetloader.cpp:1:
datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o dirs.o dirs.cpp
dirs.cpp: In static member function ‘static std::string Dirs::exeDir()’:
dirs.cpp:224:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret >= sizeof(buf))
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o csv.o importers/csv.cpp
importers/csv.cpp: In member function ‘bool CSV::readLine(std::vector<std::basic_string<char> >&)’:
importers/csv.cpp:393:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < items.size(); i++)
^
importers/csv.cpp: In static member function ‘static bool CSV::utf16to8(char*, char*, int, int, int&, int&, bool)’:
importers/csv.cpp:423:6: warning: unused variable ‘i’ [-Wunused-variable]
int i;
^
importers/csv.cpp: In static member function ‘static bool CSV::utf16to32(uint32_t&, char*, int, int&, bool)’:
importers/csv.cpp:482:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (*in >= UNI_SUR_HIGH_START && *in <= UNI_SUR_LOW_START)
^
importers/csv.cpp:482:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (*in >= UNI_SUR_HIGH_START && *in <= UNI_SUR_LOW_START)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o csvimporter.o importers/csvimporter.cpp
In file included from importers/csvimporter.h:4:0,
from importers/csvimporter.cpp:2:
./datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
./datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
./datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
importers/csvimporter.cpp: In static member function ‘static void CSVImporter::loadDataSet(DataSetPackage*, const string&, boost::function<void(const std::basic_string<char>&, int)>)’:
importers/csvimporter.cpp:49:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (; i < line.size() && i < columnCount; i++)
^
importers/csvimporter.cpp: In static member function ‘static std::string CSVImporter::deEuropeanise(const string&)’:
importers/csvimporter.cpp:297:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < value.length(); i++)
^
importers/csvimporter.cpp:314:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (;i < value.size(); i++)
^
importers/csvimporter.cpp:326:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < uneurope.length(); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o spssimporter.o importers/spssimporter.cpp
In file included from importers/spssimporter.h:4:0,
from importers/spssimporter.cpp:2:
./datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
./datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
./datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
importers/spssimporter.cpp: In static member function ‘static void SPSSImporter::loadDataSet(DataSetPackage*, const string&, boost::function<void(const std::basic_string<char>&, int)>)’:
importers/spssimporter.cpp:33:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < columns.size(); i++)
^
importers/spssimporter.cpp: In static member function ‘static void SPSSImporter::readColumnInfoRecord(std::istream&, std::vector<SPSSImporter::SPSSColumn>&)’:
importers/spssimporter.cpp:100:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
int type = *(int*)&buffer;
^
importers/spssimporter.cpp:112:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
int hasVarLabel = *(int*)&buffer[4];
^
importers/spssimporter.cpp:113:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
int missingCount = *(int*)&buffer[8];
^
importers/spssimporter.cpp: In static member function ‘static void SPSSImporter::readDataRecord(std::istream&)’:
importers/spssimporter.cpp:146:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
int subType = *(int*)&header[0];
^
importers/spssimporter.cpp:147:28: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
int siz = *(int*)&header[4];
^
importers/spssimporter.cpp:148:30: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
int count = *(int*)&header[8];
^
importers/spssimporter.cpp:146:6: warning: unused variable ‘subType’ [-Wunused-variable]
int subType = *(int*)&header[0];
^
importers/spssimporter.cpp: In static member function ‘static void SPSSImporter::readData(std::istream&, std::vector<SPSSImporter::SPSSColumn>&)’:
importers/spssimporter.cpp:187:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < sizeof(buffer); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ipcchannel.o ipcchannel.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o label.o label.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o labels.o labels.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o json_reader.o lib_json/json_reader.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o json_value.o lib_json/json_value.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o json_writer.o lib_json/json_writer.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o option.o options/option.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionboolean.o options/optionboolean.cpp
In file included from options/optionboolean.cpp:1:0:
options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optioninteger.o options/optioninteger.cpp
In file included from options/optioninteger.cpp:1:0:
options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionintegerarray.o options/optionintegerarray.cpp
In file included from options/optionintegerarray.cpp:1:0:
options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionlist.o options/optionlist.cpp
In file included from options/optionlist.cpp:1:0:
options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionlist.cpp: In member function ‘void OptionList::set(int)’:
options/optionlist.cpp:44:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (index < _options.size())
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionnumber.o options/optionnumber.cpp
In file included from options/optionnumber.cpp:1:0:
options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o options.o options/options.cpp
In file included from options/options.cpp:1:0:
options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:5:0:
./options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:6:0:
./options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:7:0:
./options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:8:0:
./options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:9:0:
./options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:10:0:
./options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
./options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
./options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from options/options.cpp:11:0:
./options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
./options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
./options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./options/optionterm.h:4:0,
from options/options.cpp:12:
./options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
./options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
./options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from options/options.cpp:12:0:
./options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
./options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
./options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./options/optionvariable.h:8:0,
from options/options.cpp:14:
./options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
./options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:14:0:
./options/optionvariable.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionvariable.h:16:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionvariable.h:17:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/options.cpp:16:0:
./options/optionvariablesgroups.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
./options/optionvariablesgroups.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
./options/optionvariablesgroups.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionstable.o options/optionstable.cpp
In file included from options/optionstable.h:5:0,
from options/optionstable.cpp:1:
options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/optionstable.cpp:1:0:
options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from options/optionvariables.h:4:0,
from options/optionvariable.h:8,
from options/optionstable.cpp:5:
options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from options/optionvariable.h:8:0,
from options/optionstable.cpp:5:
options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/optionstable.cpp:5:0:
options/optionvariable.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionvariable.h:16:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionvariable.h:17:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionstring.o options/optionstring.cpp
In file included from options/optionstring.cpp:1:0:
options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionterm.o options/optionterm.cpp
In file included from options/optionterm.h:4:0,
from options/optionterm.cpp:2:
options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from options/optionterm.cpp:2:0:
options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionterms.o options/optionterms.cpp
In file included from options/optionterms.cpp:2:0:
options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
options/optionterms.cpp: In member function ‘virtual void OptionTerms::set(const Json::Value&)’:
options/optionterms.cpp:28:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < value.size(); i++)
^
options/optionterms.cpp:36:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < jVariable.size(); j++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionvariable.o options/optionvariable.cpp
In file included from options/optionvariables.h:4:0,
from options/optionvariable.h:8,
from options/optionvariable.cpp:2:
options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from options/optionvariable.h:8:0,
from options/optionvariable.cpp:2:
options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from options/optionvariable.cpp:2:0:
options/optionvariable.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionvariable.h:16:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionvariable.h:17:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionvariables.o options/optionvariables.cpp
In file included from options/optionvariables.h:4:0,
from options/optionvariables.cpp:2:
options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from options/optionvariables.cpp:2:0:
options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
options/optionvariables.cpp: In member function ‘std::vector<std::basic_string<char> > OptionVariables::variables() const’:
options/optionvariables.cpp:59:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < _value.size(); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o optionvariablesgroups.o options/optionvariablesgroups.cpp
In file included from options/optionvariablesgroups.cpp:2:0:
options/optionvariablesgroups.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
options/optionvariablesgroups.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
options/optionvariablesgroups.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o processinfo.o processinfo.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o sharedmemory.o sharedmemory.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tempfiles.o tempfiles.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o utils.o utils.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o jaspexporter.o exporters/jaspexporter.cpp
In file included from exporters/jaspexporter.h:4:0,
from exporters/jaspexporter.cpp:2:
./datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
./datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
./datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
In file included from exporters/jaspexporter.cpp:14:0:
./filereader.h:40:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isArchive = false;
^
./filereader.h:42:14: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
int _size = 0;
^
./filereader.h:43:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
int _currentRead = 0;
^
./filereader.h:44:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isOpen = false;
^
./filereader.h:45:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _exists = false;
^
./filereader.h:46:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _archiveExists = false;
^
exporters/jaspexporter.cpp: In static member function ‘static void JASPExporter::saveJASPArchive(archive*, DataSetPackage*, boost::function<void(const std::basic_string<char>&, int)>)’:
exporters/jaspexporter.cpp:253:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < paths.size(); j++)
^
exporters/jaspexporter.cpp: In static member function ‘static std::string JASPExporter::getColumnTypeName(Column::ColumnType)’:
exporters/jaspexporter.cpp:316:8: warning: enumeration value ‘ColumnTypeUnknown’ not handled in switch [-Wswitch]
switch(columnType)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o jaspimporter.o importers/jaspimporter.cpp
In file included from importers/jaspimporter.h:5:0,
from importers/jaspimporter.cpp:1:
./datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
./datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
./datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
In file included from importers/jaspimporter.cpp:18:0:
./filereader.h:40:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isArchive = false;
^
./filereader.h:42:14: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
int _size = 0;
^
./filereader.h:43:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
int _currentRead = 0;
^
./filereader.h:44:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isOpen = false;
^
./filereader.h:45:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _exists = false;
^
./filereader.h:46:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _archiveExists = false;
^
importers/jaspimporter.cpp: In static member function ‘static void JASPImporter::loadDataArchive_1_00(DataSetPackage*, const string&, boost::function<void(const std::basic_string<char>&, int)>)’:
importers/jaspimporter.cpp:205:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
column.setValue(r, *(double*)buff);
^
importers/jaspimporter.cpp:209:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
column.setValue(r, *(int*)buff);
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o filereader.o filereader.cpp
In file included from filereader.cpp:1:0:
filereader.h:40:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isArchive = false;
^
filereader.h:42:14: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
int _size = 0;
^
filereader.h:43:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
int _currentRead = 0;
^
filereader.h:44:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isOpen = false;
^
filereader.h:45:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _exists = false;
^
filereader.h:46:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _archiveExists = false;
^
filereader.cpp: In member function ‘void FileReader::openEntry(const string&, const string&)’:
filereader.cpp:58:7: warning: variable ‘success’ set but not used [-Wunused-but-set-variable]
bool success = false;
^
filereader.cpp: In member function ‘std::string FileReader::fileName() const’:
filereader.cpp:113:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (last == _entryPath.length() - 1)
^
filereader.cpp: In member function ‘std::string FileReader::extension() const’:
filereader.cpp:124:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (last == -1 || last == filename.length() - 1)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o version.o version.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../nowide -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o appinfo.o appinfo.cpp
rm -f libJASP-Common.a
ar cqs libJASP-Common.a analysis.o analysisloader.o base64.o cdecode.o cencode.o column.o columns.o datablock.o dataset.o datasetpackage.o datasetloader.o dirs.o csv.o csvimporter.o spssimporter.o ipcchannel.o label.o labels.o json_reader.o json_value.o json_writer.o option.o optionboolean.o optioninteger.o optionintegerarray.o optionlist.o optionnumber.o options.o optionstable.o optionstring.o optionterm.o optionterms.o optionvariable.o optionvariables.o optionvariablesgroups.o processinfo.o sharedmemory.o tempfiles.o utils.o jaspexporter.o jaspimporter.o filereader.o version.o appinfo.o
rm -f ../libJASP-Common.a
mv -f libJASP-Common.a ../
make[1]: Leaving directory '/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Common'
cd JASP-Engine/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine/JASP-Engine.pro PREFIX=/usr -o Makefile ) && make -f Makefile
make[1]: Entering directory '/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine'
/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine/../R/bin/R CMD INSTALL --library=/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine/../R/library /home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine/JASP
* installing *source* package ‘JASP’ ...
** R
** preparing package for lazy loading
** help
No man pages found in package ‘JASP’
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (JASP)
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -I. -I../R/include -I../R/library/RInside/include -I../R/library/Rcpp/include -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -I. -I../R/include -I../R/library/RInside/include -I../R/library/Rcpp/include -I/usr/lib/qt/mkspecs/linux-g++ -o engine.o engine.cpp
In file included from /usr/include/c++/5.2.0/backward/strstream:51:0,
from engine.cpp:3:
/usr/include/c++/5.2.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
#warning \
^
In file included from ../JASP-Common/analysis.h:9:0,
from ../JASP-Common/analysisloader.h:4,
from engine.cpp:8:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/analysisloader.h:4:0,
from engine.cpp:8:
../JASP-Common/analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
In file included from ../JASP-Common/datasetloader.h:6:0,
from engine.cpp:10:
../JASP-Common/datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
../JASP-Common/datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
../JASP-Common/datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
In file included from ../R/library/Rcpp/include/Rcpp/macros/macros.h:88:0,
from ../R/library/Rcpp/include/Rcpp/r/headers.h:50,
from ../R/library/Rcpp/include/RcppCommon.h:29,
from ../R/library/Rcpp/include/Rcpp.h:27,
from ../R/library/RInside/include/RInsideCommon.h:38,
from ../R/library/RInside/include/RInside.h:26,
from rbridge.h:4,
from engine.cpp:14:
../R/library/Rcpp/include/Rcpp/Module.h: In copy constructor ‘Rcpp::CppClass::CppClass(const Rcpp::CppClass&)’:
../R/library/Rcpp/include/Rcpp/Module.h:404:23: warning: base class ‘class Rcpp::S4_Impl<Rcpp::PreserveStorage>’ should be explicitly initialized in the copy constructor [-Wextra]
RCPP_CTOR_ASSIGN(CppClass)
^
../R/library/Rcpp/include/Rcpp/macros/interface.h:27:1: note: in definition of macro ‘RCPP_CTOR_ASSIGN’
__CLASS__( const __CLASS__& other ){ \
^
../R/library/Rcpp/include/Rcpp/Module.h: In copy constructor ‘Rcpp::CppObject::CppObject(const Rcpp::CppObject&)’:
../R/library/Rcpp/include/Rcpp/Module.h:416:26: warning: base class ‘class Rcpp::S4_Impl<Rcpp::PreserveStorage>’ should be explicitly initialized in the copy constructor [-Wextra]
RCPP_CTOR_ASSIGN(CppObject)
^
../R/library/Rcpp/include/Rcpp/macros/interface.h:27:1: note: in definition of macro ‘RCPP_CTOR_ASSIGN’
__CLASS__( const __CLASS__& other ){ \
^
engine.cpp: In member function ‘void Engine::runAnalysis()’:
engine.cpp:111:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < filesToKeepValue.size(); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -I. -I../R/include -I../R/library/RInside/include -I../R/library/Rcpp/include -I/usr/lib/qt/mkspecs/linux-g++ -o rbridge.o rbridge.cpp
In file included from ../R/library/Rcpp/include/Rcpp/macros/macros.h:88:0,
from ../R/library/Rcpp/include/Rcpp/r/headers.h:50,
from ../R/library/Rcpp/include/RcppCommon.h:29,
from ../R/library/Rcpp/include/Rcpp.h:27,
from ../R/library/RInside/include/RInsideCommon.h:38,
from ../R/library/RInside/include/RInside.h:26,
from rbridge.h:4,
from rbridge.cpp:2:
../R/library/Rcpp/include/Rcpp/Module.h: In copy constructor ‘Rcpp::CppClass::CppClass(const Rcpp::CppClass&)’:
../R/library/Rcpp/include/Rcpp/Module.h:404:23: warning: base class ‘class Rcpp::S4_Impl<Rcpp::PreserveStorage>’ should be explicitly initialized in the copy constructor [-Wextra]
RCPP_CTOR_ASSIGN(CppClass)
^
../R/library/Rcpp/include/Rcpp/macros/interface.h:27:1: note: in definition of macro ‘RCPP_CTOR_ASSIGN’
__CLASS__( const __CLASS__& other ){ \
^
../R/library/Rcpp/include/Rcpp/Module.h: In copy constructor ‘Rcpp::CppObject::CppObject(const Rcpp::CppObject&)’:
../R/library/Rcpp/include/Rcpp/Module.h:416:26: warning: base class ‘class Rcpp::S4_Impl<Rcpp::PreserveStorage>’ should be explicitly initialized in the copy constructor [-Wextra]
RCPP_CTOR_ASSIGN(CppObject)
^
../R/library/Rcpp/include/Rcpp/macros/interface.h:27:1: note: in definition of macro ‘RCPP_CTOR_ASSIGN’
__CLASS__( const __CLASS__& other ){ \
^
rbridge.cpp: In function ‘std::map<std::basic_string<char>, Column::ColumnType> rbridge_marshallSEXPs(SEXP, SEXP, SEXP, SEXP, SEXP)’:
rbridge.cpp:457:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < temp.size(); i++)
^
rbridge.cpp:464:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < temp.size(); i++)
^
rbridge.cpp:471:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < temp.size(); i++)
^
rbridge.cpp:478:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < temp.size(); i++)
^
In file included from ../R/library/Rcpp/include/Rcpp.h:56:0,
from ../R/library/RInside/include/RInsideCommon.h:38,
from ../R/library/RInside/include/RInside.h:26,
from rbridge.h:4,
from rbridge.cpp:2:
../R/library/Rcpp/include/Rcpp/DataFrame.h: In instantiation of ‘Rcpp::DataFrame_Impl<StoragePolicy>::DataFrame_Impl(const Rcpp::DataFrame_Impl<StoragePolicy>&) [with StoragePolicy = Rcpp::PreserveStorage]’:
rbridge.cpp:316:50: required from here
../R/library/Rcpp/include/Rcpp/DataFrame.h:46:9: warning: base class ‘class Rcpp::Vector<19>’ should be explicitly initialized in the copy constructor [-Wextra]
DataFrame_Impl( const DataFrame_Impl& other){
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o ../JASPEngine main.o engine.o rbridge.o -L.. -lJASP-Common -lboost_filesystem -lboost_system -larchive -L/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine/../R/library/RInside/lib -lRInside -L/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine/../R/lib -lR -lrt -lpthread
make[1]: Leaving directory '/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Engine'
cd JASP-Desktop/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Desktop/JASP-Desktop.pro PREFIX=/usr -o Makefile ) && make -f Makefile
RCC: Warning: No resources in 'resources/win/stylesheets.qrc'.
make[1]: Entering directory '/home/hwkiller/Builds/mine/jasp-git/src/jasp-desktop/JASP-Desktop'
/usr/lib/qt/bin/uic backstageform.ui -o ui_backstageform.h
/usr/lib/qt/bin/uic analysisforms/anovabayesianform.ui -o ui_anovabayesianform.h
/usr/lib/qt/bin/uic analysisforms/ttestpairedsamplesform.ui -o ui_ttestpairedsamplesform.h
/usr/lib/qt/bin/uic analysisforms/anovamultivariateform.ui -o ui_anovamultivariateform.h
/usr/lib/qt/bin/uic analysisforms/ttestbayesianonesampleform.ui -o ui_ttestbayesianonesampleform.h
analysisforms/ttestbayesianonesampleform.ui: Warning: The name 'widget_2' (QWidget) is already in use, defaulting to 'widget_21'.
/usr/lib/qt/bin/uic widgets/progresswidget.ui -o ui_progresswidget.h
/usr/lib/qt/bin/uic widgets/anovamodelwidget.ui -o ui_anovamodelwidget.h
/usr/lib/qt/bin/uic analysisforms/ancovaform.ui -o ui_ancovaform.h
analysisforms/ancovaform.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout1'.
/usr/lib/qt/bin/uic analysisforms/anovaform.ui -o ui_anovaform.h
/usr/lib/qt/bin/uic analysisforms/descriptivesform.ui -o ui_descriptivesform.h
/usr/lib/qt/bin/uic analysisforms/anovaonewayform.ui -o ui_anovaonewayform.h
/usr/lib/qt/bin/uic analysisforms/ttestindependentsamplesform.ui -o ui_ttestindependentsamplesform.h
analysisforms/ttestindependentsamplesform.ui: Warning: The name 'gridLayout_5' (QGridLayout) is already in use, defaulting to 'gridLayout_51'.
/usr/lib/qt/bin/uic analysisforms/ttestonesampleform.ui -o ui_ttestonesampleform.h
/usr/lib/qt/bin/uic analysisforms/ancovamultivariateform.ui -o ui_ancovamultivariateform.h
/usr/lib/qt/bin/uic analysisforms/regressionlinearform.ui -o ui_regressionlinearform.h
/usr/lib/qt/bin/uic mainwindow.ui -o ui_mainwindow.h
/usr/lib/qt/bin/uic analysisforms/correlationform.ui -o ui_correlationform.h
/usr/lib/qt/bin/uic widgets/boundassignwidget.ui -o ui_boundassignwidget.h
/usr/lib/qt/bin/uic analysisforms/anovarepeatedmeasuresform.ui -o ui_anovarepeatedmeasuresform.h
/usr/lib/qt/bin/uic analysisforms/contingencytablesform.ui -o ui_contingencytablesform.h
/usr/lib/qt/bin/uic analysisforms/correlationpartialform.ui -o ui_correlationpartialform.h
/usr/lib/qt/bin/uic ribbons/ribbonhome.ui -o ui_ribbonhome.h
/usr/lib/qt/bin/uic ribbons/ribbonsem.ui -o ui_ribbonsem.h
/usr/lib/qt/bin/uic ribbons/ribbonanalysis.ui -o ui_ribbonanalysis.h
ribbons/ribbonanalysis.ui: Warning: Z-order assignment: 'horizontalSpacer' is not a valid widget.
/usr/lib/qt/bin/uic analysisforms/semsimpleform.ui -o ui_semsimpleform.h
/usr/lib/qt/bin/uic analysisforms/ttestbayesianindependentsamplesform.ui -o ui_ttestbayesianindependentsamplesform.h
/usr/lib/qt/bin/uic analysisforms/ttestbayesianpairedsamplesform.ui -o ui_ttestbayesianpairedsamplesform.h
/usr/lib/qt/bin/uic optionsform.ui -o ui_optionsform.h
/usr/lib/qt/bin/uic widgets/datasetselectwidget.ui -o ui_datasetselectwidget.h
/usr/lib/qt/bin/uic analysisforms/ancovabayesianform.ui -o ui_ancovabayesianform.h
/usr/lib/qt/bin/uic analysisforms/anovarepeatedmeasuresbayesianform.ui -o ui_anovarepeatedmeasuresbayesianform.h
analysisforms/anovarepeatedmeasuresbayesianform.ui: Warning: The name 'widget' (QWidget) is already in use, defaulting to 'widget1'.
/usr/lib/qt/bin/uic analysisforms/correlationbayesianform.ui -o ui_correlationbayesianform.h
/usr/lib/qt/bin/uic analysisforms/correlationbayesianpairsform.ui -o ui_correlationbayesianpairsform.h
/usr/lib/qt/bin/uic analysisforms/contingencytablesbayesianform.ui -o ui_contingencytablesbayesianform.h
/usr/lib/qt/bin/uic analysisforms/regressionlinearbayesianform.ui -o ui_regressionlinearbayesianform.h
/usr/lib/qt/bin/uic analysisforms/r11tlearnform.ui -o ui_r11tlearnform.h
/usr/lib/qt/bin/uic ribbons/ribbonr11tlearn.ui -o ui_ribbonr11tlearn.h
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp
In file included from mainwindow.h:8:0,
from main.cpp:2:
datasettablemodel.h:21:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:23:81: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
datasettablemodel.h:24:106: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData ( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const OVERRIDE;
^
datasettablemodel.h:25:83: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
datasettablemodel.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from enginesync.h:16:0,
from mainwindow.h:9,
from main.cpp:2:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from enginesync.h:17:0,
from mainwindow.h:9,
from main.cpp:2:
../JASP-Common/analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from mainwindow.h:13,
from main.cpp:2:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from mainwindow.h:13,
from main.cpp:2:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from mainwindow.h:13,
from main.cpp:2:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from main.cpp:2:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from main.cpp:2:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from main.cpp:2:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from main.cpp:2:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from main.cpp:2:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from main.cpp:2:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from main.cpp:2:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from main.cpp:2:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from mainwindow.h:13,
from main.cpp:2:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from mainwindow.h:13:0,
from main.cpp:2:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ../JASP-Common/datasetloader.h:6:0,
from asyncloader.h:10,
from mainwindow.h:14,
from main.cpp:2:
../JASP-Common/datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
../JASP-Common/datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
../JASP-Common/datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
In file included from main.cpp:2:0:
mainwindow.h:32:46: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *event) OVERRIDE;
^
mainwindow.h:33:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dragEnterEvent(QDragEnterEvent *event) OVERRIDE;
^
mainwindow.h:34:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
mainwindow.h:35:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void closeEvent(QCloseEvent *event) OVERRIDE;
^
mainwindow.h:57:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isClosed = false;
^
mainwindow.h:58:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _dataSetClosing = false;
^
mainwindow.h:77:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _resultsViewLoaded = false;
^
mainwindow.h:78:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _openedUsingArgs = false;
^
In file included from main.cpp:9:0:
application.h:15:54: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool notify(QObject *receiver, QEvent *event) OVERRIDE;
^
application.h:16:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool event(QEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o analyses.o analyses.cpp
In file included from ../JASP-Common/analysis.h:9:0,
from analyses.h:4,
from analyses.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analyses.h:4:0,
from analyses.cpp:1:
../JASP-Common/analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o mainwindow.o mainwindow.cpp
In file included from mainwindow.h:8:0,
from mainwindow.cpp:1:
datasettablemodel.h:21:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:23:81: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
datasettablemodel.h:24:106: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData ( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const OVERRIDE;
^
datasettablemodel.h:25:83: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
datasettablemodel.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from enginesync.h:16:0,
from mainwindow.h:9,
from mainwindow.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from enginesync.h:17:0,
from mainwindow.h:9,
from mainwindow.cpp:1:
../JASP-Common/analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from mainwindow.h:13,
from mainwindow.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from mainwindow.h:13,
from mainwindow.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from mainwindow.h:13,
from mainwindow.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from mainwindow.h:13,
from mainwindow.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from mainwindow.h:13:0,
from mainwindow.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ../JASP-Common/datasetloader.h:6:0,
from asyncloader.h:10,
from mainwindow.h:14,
from mainwindow.cpp:1:
../JASP-Common/datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
../JASP-Common/datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
../JASP-Common/datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
In file included from mainwindow.cpp:1:0:
mainwindow.h:32:46: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *event) OVERRIDE;
^
mainwindow.h:33:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dragEnterEvent(QDragEnterEvent *event) OVERRIDE;
^
mainwindow.h:34:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
mainwindow.h:35:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void closeEvent(QCloseEvent *event) OVERRIDE;
^
mainwindow.h:57:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isClosed = false;
^
mainwindow.h:58:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _dataSetClosing = false;
^
mainwindow.h:77:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _resultsViewLoaded = false;
^
mainwindow.h:78:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _openedUsingArgs = false;
^
In file included from ui_mainwindow.h:27:0,
from mainwindow.cpp:2:
backstageform.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool eventFilter(QObject *object, QEvent *event) OVERRIDE;
^
backstageform.h:45:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
const int _maxRecents = 5;
^
backstageform.h:46:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _loaded = false;
^
In file included from maintableview.h:6:0,
from ui_mainwindow.h:28,
from mainwindow.cpp:2:
widgets/infopopup.h:27:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
In file included from maintableview.h:9:0,
from ui_mainwindow.h:28,
from mainwindow.cpp:2:
maintablehorizontalheader.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ui_mainwindow.h:28:0,
from mainwindow.cpp:2:
maintableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
maintableview.h:20:96: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
maintableview.h:21:54: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void verticalScrollbarValueChanged(int value) OVERRIDE;
^
In file included from ribbons/ribbonwidget.h:5:0,
from ribbons/ribbonanalysis.h:4,
from ui_mainwindow.h:29,
from mainwindow.cpp:2:
./widgets/ribbonbutton.h:21:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void enterEvent(QEvent *event) OVERRIDE;
^
./widgets/ribbonbutton.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ui_mainwindow.h:33:0,
from mainwindow.cpp:2:
widgets/webview.h:20:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
In file included from ./widgets/tablemodelcontrasts.h:7:0,
from analysisforms/anovaonewayform.h:10,
from mainwindow.cpp:14:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/anovaonewayform.h:10:0,
from mainwindow.cpp:14:
./widgets/tablemodelcontrasts.h:16:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelcontrasts.h:19:58: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:20:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:21:70: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:22:90: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::DisplayRole) OVERRIDE;
^
./widgets/tablemodelcontrasts.h:23:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:24:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/anovaform.h:7,
from mainwindow.cpp:15:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from analysisforms/anovaform.h:7:0,
from mainwindow.cpp:15:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/anovaform.h:7:0,
from mainwindow.cpp:15:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from analysisforms/anovaform.h:8:0,
from mainwindow.cpp:15:
./widgets/tablemodelvariablesoptions.h:16:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:17:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:20:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:21:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:23:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:24:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
In file included from mainwindow.cpp:15:0:
analysisforms/anovaform.h:22:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from ./widgets/tablemodelanovadesign.h:12:0,
from analysisforms/anovarepeatedmeasuresform.h:9,
from mainwindow.cpp:16:
../JASP-Common/options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/tablemodelanovadesign.h:13:0,
from analysisforms/anovarepeatedmeasuresform.h:9,
from mainwindow.cpp:16:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:9:0,
from mainwindow.cpp:16:
./widgets/tablemodelanovadesign.h:26:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovadesign.h:27:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovadesign.h:29:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:30:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:31:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &parent = QModelIndex(), int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:32:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:34:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:35:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovadesign.h:36:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:10:0,
from mainwindow.cpp:16:
./widgets/tablemodelanovawithinsubjectcells.h:20:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:21:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void unbind() OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:24:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:25:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:26:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:27:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:28:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:30:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:10:0,
from mainwindow.cpp:16:
./widgets/tablemodelanovawithinsubjectcells.h:31:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:32:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:33:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:34:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:35:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:36:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from mainwindow.cpp:16:0:
analysisforms/anovarepeatedmeasuresform.h:24:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from mainwindow.cpp:17:0:
analysisforms/ancovaform.h:22:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from mainwindow.cpp:21:0:
analysisforms/anovabayesianform.h:21:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from mainwindow.cpp:22:0:
analysisforms/ancovabayesianform.h:21:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from mainwindow.cpp:23:0:
analysisforms/anovarepeatedmeasuresbayesianform.h:24:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from analysisforms/regressionlinearform.h:6:0,
from mainwindow.cpp:25:
./widgets/tablemodelvariableslevels.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:28:50: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:29:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:30:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:31:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:32:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:34:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:35:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:36:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:37:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:38:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from analysisforms/regressionlinearform.h:6:0,
from mainwindow.cpp:25:
./widgets/tablemodelvariableslevels.h:39:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from mainwindow.cpp:26:0:
analysisforms/regressionlinearbayesianform.h:21:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from mainwindow.cpp:59:0:
lrnam.h:19:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QNetworkReply *createRequest(Operation op, const QNetworkRequest &request, QIODevice *outgoingData) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o datasettablemodel.o datasettablemodel.cpp
In file included from datasettablemodel.cpp:1:0:
datasettablemodel.h:21:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:23:81: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
datasettablemodel.h:24:106: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData ( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const OVERRIDE;
^
datasettablemodel.h:25:83: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
datasettablemodel.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o backstageform.o backstageform.cpp
In file included from backstageform.cpp:1:0:
backstageform.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool eventFilter(QObject *object, QEvent *event) OVERRIDE;
^
backstageform.h:45:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
const int _maxRecents = 5;
^
backstageform.h:46:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _loaded = false;
^
In file included from ui_backstageform.h:25:0,
from backstageform.cpp:2:
widgets/stealthbutton.h:15:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o enginesync.o enginesync.cpp
In file included from enginesync.h:16:0,
from enginesync.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from enginesync.h:17:0,
from enginesync.cpp:1:
../JASP-Common/analysis.h:53:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _visible = true;
^
enginesync.cpp: In destructor ‘virtual EngineSync::~EngineSync()’:
enginesync.cpp:43:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < _slaveProcesses.size(); i++)
^
enginesync.cpp: In member function ‘void EngineSync::process()’:
enginesync.cpp:175:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < _channels.size(); i++)
^
enginesync.cpp: In member function ‘void EngineSync::sendMessages()’:
enginesync.cpp:262:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < _analysesInProgress.size(); i++) // this loop handles changes in running analyses
^
enginesync.cpp:289:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < _analysesInProgress.size(); i++)
^
enginesync.cpp:305:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 1; i < _analysesInProgress.size(); i++) // don't perform 'runs' on process 0, only inits.
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o availablefields.o availablefields.cpp
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from availablefields.h:12,
from availablefields.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from availablefields.h:12:0,
from availablefields.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from availablefields.cpp:1:0:
availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o asyncloader.o asyncloader.cpp
In file included from ../JASP-Common/datasetloader.h:6:0,
from asyncloader.h:10,
from asyncloader.cpp:1:
../JASP-Common/datasetpackage.h:20:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool isArchive = false;
^
../JASP-Common/datasetpackage.h:34:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isModified = false;
^
../JASP-Common/datasetpackage.h:35:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
bool _isLoaded = false;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o maintableview.o maintableview.cpp
In file included from maintableview.h:6:0,
from maintableview.cpp:1:
widgets/infopopup.h:27:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
In file included from maintableview.h:8:0,
from maintableview.cpp:1:
datasettablemodel.h:21:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
datasettablemodel.h:23:81: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
datasettablemodel.h:24:106: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData ( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const OVERRIDE;
^
datasettablemodel.h:25:83: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
datasettablemodel.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from maintableview.h:9:0,
from maintableview.cpp:1:
maintablehorizontalheader.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from maintableview.cpp:1:0:
maintableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
maintableview.h:20:96: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
maintableview.h:21:54: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void verticalScrollbarValueChanged(int value) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o maintablehorizontalheader.o maintablehorizontalheader.cpp
In file included from maintablehorizontalheader.cpp:2:0:
maintablehorizontalheader.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o assignbutton.o widgets/assignbutton.cpp
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/assignbutton.cpp:1:
widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/assignbutton.cpp:1:
widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/assignbutton.h:4:0,
from widgets/assignbutton.cpp:1:
widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from widgets/assignbutton.h:5:0,
from widgets/assignbutton.cpp:1:
widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o availablefieldslistview.o widgets/availablefieldslistview.cpp
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/availablefieldslistview.h:8,
from widgets/availablefieldslistview.cpp:1:
widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/availablefieldslistview.h:8,
from widgets/availablefieldslistview.cpp:1:
widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/assignbutton.h:4:0,
from widgets/availablefieldslistview.h:8,
from widgets/availablefieldslistview.cpp:1:
widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from widgets/assignbutton.h:5:0,
from widgets/availablefieldslistview.h:8,
from widgets/availablefieldslistview.cpp:1:
widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from ./availablefields.h:12,
from widgets/availablefieldslistview.cpp:5:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from ./availablefields.h:12:0,
from widgets/availablefieldslistview.cpp:5:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/availablefieldslistview.cpp:5:0:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundcheckbox.o widgets/boundcheckbox.cpp
In file included from widgets/boundcheckbox.h:7:0,
from widgets/boundcheckbox.cpp:1:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundcheckbox.cpp:1:0:
widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundlistview.o widgets/boundlistview.cpp
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from widgets/boundlistview.h:10,
from widgets/boundlistview.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from widgets/boundlistview.h:10:0,
from widgets/boundlistview.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/availablefieldslistview.h:8,
from widgets/boundlistview.h:12,
from widgets/boundlistview.cpp:1:
widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/availablefieldslistview.h:8,
from widgets/boundlistview.h:12,
from widgets/boundlistview.cpp:1:
widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/assignbutton.h:4:0,
from widgets/availablefieldslistview.h:8,
from widgets/boundlistview.h:12,
from widgets/boundlistview.cpp:1:
widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from widgets/assignbutton.h:5:0,
from widgets/availablefieldslistview.h:8,
from widgets/boundlistview.h:12,
from widgets/boundlistview.cpp:1:
widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from widgets/tablemodelvariablesassigned.h:6:0,
from widgets/boundlistview.h:14,
from widgets/boundlistview.cpp:1:
widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/tablemodelvariablesassigned.h:6:0,
from widgets/boundlistview.h:14,
from widgets/boundlistview.cpp:1:
widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from widgets/boundlistview.h:14:0,
from widgets/boundlistview.cpp:1:
widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/boundlistview.h:14:0,
from widgets/boundlistview.cpp:1:
widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from widgets/boundlistview.cpp:1:0:
widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from widgets/tableviewmenueditordelegate.h:9:0,
from widgets/boundlistview.cpp:12:
widgets/tableviewmenueditor.h:22:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void showEvent(QShowEvent *) OVERRIDE;
^
widgets/tableviewmenueditor.h:23:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
In file included from widgets/boundlistview.cpp:12:0:
widgets/tableviewmenueditordelegate.h:17:111: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const OVERRIDE;
^
widgets/tableviewmenueditordelegate.h:18:98: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o expanderbutton.o widgets/expanderbutton.cpp
In file included from widgets/expanderbutton.cpp:1:0:
widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o infopopup.o widgets/infopopup.cpp
In file included from widgets/infopopup.cpp:1:0:
widgets/infopopup.h:27:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ribbonbutton.o widgets/ribbonbutton.cpp
In file included from widgets/ribbonbutton.cpp:1:0:
widgets/ribbonbutton.h:21:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void enterEvent(QEvent *event) OVERRIDE;
^
widgets/ribbonbutton.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o toolbutton.o widgets/toolbutton.cpp
In file included from widgets/toolbutton.cpp:1:0:
widgets/toolbutton.h:20:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundtextbox.o widgets/boundtextbox.cpp
In file included from widgets/boundtextbox.h:7:0,
from widgets/boundtextbox.cpp:1:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundtextbox.h:8:0,
from widgets/boundtextbox.cpp:1:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundtextbox.h:9:0,
from widgets/boundtextbox.cpp:1:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundtextbox.cpp:1:0:
widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundgroupbox.o widgets/boundgroupbox.cpp
In file included from widgets/itemmodelselectitem.h:8:0,
from widgets/boundgroupbox.h:12,
from widgets/boundgroupbox.cpp:1:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundgroupbox.h:12:0,
from widgets/boundgroupbox.cpp:1:
widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from widgets/boundgroupbox.cpp:1:0:
widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o progresswidget.o widgets/progresswidget.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o anovamodelwidget.o widgets/anovamodelwidget.cpp
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from widgets/anovamodelwidget.h:9,
from widgets/anovamodelwidget.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from widgets/anovamodelwidget.h:9:0,
from widgets/anovamodelwidget.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/anovamodelwidget.h:10:0,
from widgets/anovamodelwidget.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from widgets/tablemodelvariablesavailable.h:4:0,
from widgets/anovamodelwidget.h:12,
from widgets/anovamodelwidget.cpp:1:
widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/tablemodelvariablesavailable.h:4:0,
from widgets/anovamodelwidget.h:12,
from widgets/anovamodelwidget.cpp:1:
widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/anovamodelwidget.h:12:0,
from widgets/anovamodelwidget.cpp:1:
widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/anovamodelwidget.h:12:0,
from widgets/anovamodelwidget.cpp:1:
widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from widgets/tablemodelanovamodel.h:9:0,
from widgets/anovamodelwidget.h:13,
from widgets/anovamodelwidget.cpp:1:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ../JASP-Common/options/optionstable.h:5:0,
from widgets/tablemodelanovamodel.h:10,
from widgets/anovamodelwidget.h:13,
from widgets/anovamodelwidget.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/tablemodelanovamodel.h:10:0,
from widgets/anovamodelwidget.h:13,
from widgets/anovamodelwidget.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from widgets/anovamodelwidget.h:13:0,
from widgets/anovamodelwidget.cpp:1:
widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from widgets/anovamodelwidget.h:13:0,
from widgets/anovamodelwidget.cpp:1:
widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/anovamodelwidget.cpp:1:0:
widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./ui_anovamodelwidget.h:21,
from widgets/anovamodelwidget.cpp:2:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./ui_anovamodelwidget.h:21,
from widgets/anovamodelwidget.cpp:2:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./ui_anovamodelwidget.h:24:0,
from widgets/anovamodelwidget.cpp:2:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from ./analysisforms/analysisform.h:16,
from widgets/anovamodelwidget.cpp:8:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from ./analysisforms/analysisform.h:16,
from widgets/anovamodelwidget.cpp:8:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from ./analysisforms/analysisform.h:16:0,
from widgets/anovamodelwidget.cpp:8:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from widgets/anovamodelwidget.cpp:8:0:
./analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o listview.o widgets/listview.cpp
In file included from widgets/listview.h:8:0,
from widgets/listview.cpp:1:
widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/listview.h:8:0,
from widgets/listview.cpp:1:
widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/listview.cpp:1:0:
widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o draganddrop.o widgets/draganddrop.cpp
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o assignbuttonmenu.o widgets/assignbuttonmenu.cpp
In file included from widgets/assignbuttonmenu.h:4:0,
from widgets/assignbuttonmenu.cpp:1:
widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tableview.o widgets/tableview.cpp
In file included from widgets/tableview.cpp:2:0:
widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./widgets/tableviewmenueditordelegate.h:9:0,
from widgets/tableview.cpp:12:
./widgets/tableviewmenueditor.h:22:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void showEvent(QShowEvent *) OVERRIDE;
^
./widgets/tableviewmenueditor.h:23:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
In file included from widgets/tableview.cpp:12:0:
./widgets/tableviewmenueditordelegate.h:17:111: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const OVERRIDE;
^
./widgets/tableviewmenueditordelegate.h:18:98: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundpairstable.o widgets/boundpairstable.cpp
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/availablefieldslistview.h:8,
from widgets/boundpairstable.h:6,
from widgets/boundpairstable.cpp:1:
widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/listview.h:8:0,
from widgets/assignbutton.h:4,
from widgets/availablefieldslistview.h:8,
from widgets/boundpairstable.h:6,
from widgets/boundpairstable.cpp:1:
widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/assignbutton.h:4:0,
from widgets/availablefieldslistview.h:8,
from widgets/boundpairstable.h:6,
from widgets/boundpairstable.cpp:1:
widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from widgets/assignbutton.h:5:0,
from widgets/availablefieldslistview.h:8,
from widgets/boundpairstable.h:6,
from widgets/boundpairstable.cpp:1:
widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from widgets/tablemodelpairsassigned.h:6:0,
from widgets/boundpairstable.h:8,
from widgets/boundpairstable.cpp:1:
../JASP-Common/options/optionvariablesgroups.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/tablemodelpairsassigned.h:10:0,
from widgets/boundpairstable.h:8,
from widgets/boundpairstable.cpp:1:
widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/tablemodelpairsassigned.h:10:0,
from widgets/boundpairstable.h:8,
from widgets/boundpairstable.cpp:1:
widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from widgets/boundpairstable.h:8:0,
from widgets/boundpairstable.cpp:1:
widgets/tablemodelpairsassigned.h:24:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
widgets/tablemodelpairsassigned.h:25:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:26:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:27:70: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:28:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:31:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:32:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:33:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:34:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from widgets/boundpairstable.h:8:0,
from widgets/boundpairstable.cpp:1:
widgets/tablemodelpairsassigned.h:35:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
widgets/tablemodelpairsassigned.h:36:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelpairsassigned.h:37:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/boundpairstable.h:9:0,
from widgets/boundpairstable.cpp:1:
widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from widgets/boundpairstable.cpp:1:0:
widgets/boundpairstable.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/boundpairstable.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
In file included from widgets/tablemodelvariablesassigned.h:7:0,
from widgets/boundpairstable.cpp:10:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from widgets/boundpairstable.cpp:10:0:
widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/boundpairstable.cpp:10:0:
widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundcombobox.o widgets/boundcombobox.cpp
In file included from widgets/boundcombobox.h:6:0,
from widgets/boundcombobox.cpp:1:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundcombobox.h:7:0,
from widgets/boundcombobox.cpp:1:
widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from widgets/boundcombobox.cpp:1:0:
widgets/boundcombobox.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundtableview.o widgets/boundtableview.cpp
In file included from widgets/boundtableview.h:4:0,
from widgets/boundtableview.cpp:2:
widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from widgets/boundtableview.cpp:2:0:
widgets/boundtableview.h:13:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/boundtableview.h:14:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
widgets/boundtableview.h:15:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tableviewmenueditor.o widgets/tableviewmenueditor.cpp
In file included from widgets/tableviewmenueditor.cpp:1:0:
widgets/tableviewmenueditor.h:22:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void showEvent(QShowEvent *) OVERRIDE;
^
widgets/tableviewmenueditor.h:23:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
widgets/tableviewmenueditor.cpp: In member function ‘void TableViewMenuEditor::setMenuContent(QStringList, QString)’:
widgets/tableviewmenueditor.cpp:32:32: warning: ‘active’ may be used uninitialized in this function [-Wmaybe-uninitialized]
_menu->setActiveAction(active);
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tableviewmenueditordelegate.o widgets/tableviewmenueditordelegate.cpp
In file included from widgets/tableviewmenueditordelegate.h:9:0,
from widgets/tableviewmenueditordelegate.cpp:1:
widgets/tableviewmenueditor.h:22:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void showEvent(QShowEvent *) OVERRIDE;
^
widgets/tableviewmenueditor.h:23:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
In file included from widgets/tableviewmenueditordelegate.cpp:1:0:
widgets/tableviewmenueditordelegate.h:17:111: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const OVERRIDE;
^
widgets/tableviewmenueditordelegate.h:18:98: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o analysisform.o analysisforms/analysisform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/analysisform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/analysisform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/analysisform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/analysisform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/analysisform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/analysisform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/analysisform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/analysisform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/analysisform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/analysisform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/analysisform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/analysisform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/analysisform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/analysisform.cpp:1:0:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelpairsassigned.h:6:0,
from ./widgets/boundpairstable.h:8,
from analysisforms/analysisform.cpp:11:
../JASP-Common/options/optionvariablesgroups.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:8:0,
from analysisforms/analysisform.cpp:11:
./widgets/tablemodelpairsassigned.h:24:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:25:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:26:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:27:70: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:28:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:31:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:32:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:33:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:34:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:8:0,
from analysisforms/analysisform.cpp:11:
./widgets/tablemodelpairsassigned.h:35:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:36:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:37:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:9:0,
from analysisforms/analysisform.cpp:11:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from analysisforms/analysisform.cpp:11:0:
./widgets/boundpairstable.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundpairstable.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
analysisforms/analysisform.cpp: In member function ‘virtual void AnalysisForm::unbind()’:
analysisforms/analysisform.cpp:84:11: warning: unused variable ‘option’ [-Wunused-variable]
Option *option = _options->get(name);
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o anovabayesianform.o analysisforms/anovabayesianform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/anovabayesianform.h:4,
from analysisforms/anovabayesianform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/anovabayesianform.h:4:0,
from analysisforms/anovabayesianform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/anovabayesianform.h:7,
from analysisforms/anovabayesianform.cpp:1:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:10:0,
from analysisforms/anovabayesianform.h:7,
from analysisforms/anovabayesianform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/anovabayesianform.h:7:0,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/anovabayesianform.h:7:0,
from analysisforms/anovabayesianform.cpp:1:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from analysisforms/anovabayesianform.cpp:1:0:
analysisforms/anovabayesianform.h:21:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from ./ui_anovabayesianform.h:22:0,
from analysisforms/anovabayesianform.cpp:2:
./widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_anovabayesianform.h:25,
from analysisforms/anovabayesianform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovabayesianform.h:25:0,
from analysisforms/anovabayesianform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_anovabayesianform.h:26,
from analysisforms/anovabayesianform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_anovabayesianform.h:26,
from analysisforms/anovabayesianform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_anovabayesianform.h:26:0,
from analysisforms/anovabayesianform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_anovabayesianform.h:28,
from analysisforms/anovabayesianform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_anovabayesianform.h:28,
from analysisforms/anovabayesianform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_anovabayesianform.h:28,
from analysisforms/anovabayesianform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovabayesianform.h:28:0,
from analysisforms/anovabayesianform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_anovabayesianform.h:29:0,
from analysisforms/anovabayesianform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ttestpairedsamplesform.o analysisforms/ttestpairedsamplesform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ttestpairedsamplesform.h:4,
from analysisforms/ttestpairedsamplesform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ttestpairedsamplesform.h:4:0,
from analysisforms/ttestpairedsamplesform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ttestpairedsamplesform.h:24,
from analysisforms/ttestpairedsamplesform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestpairedsamplesform.h:24:0,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_ttestpairedsamplesform.h:25,
from analysisforms/ttestpairedsamplesform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_ttestpairedsamplesform.h:25,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ttestpairedsamplesform.h:25:0,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/tablemodelpairsassigned.h:6:0,
from ./widgets/boundpairstable.h:8,
from ./ui_ttestpairedsamplesform.h:26,
from analysisforms/ttestpairedsamplesform.cpp:2:
../JASP-Common/options/optionvariablesgroups.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:8:0,
from ./ui_ttestpairedsamplesform.h:26,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/tablemodelpairsassigned.h:24:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:25:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:26:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:27:70: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:28:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:31:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:32:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:33:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:34:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:8:0,
from ./ui_ttestpairedsamplesform.h:26,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/tablemodelpairsassigned.h:35:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:36:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:37:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:9:0,
from ./ui_ttestpairedsamplesform.h:26,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./ui_ttestpairedsamplesform.h:26:0,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/boundpairstable.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundpairstable.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_ttestpairedsamplesform.h:27,
from analysisforms/ttestpairedsamplesform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_ttestpairedsamplesform.h:27,
from analysisforms/ttestpairedsamplesform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_ttestpairedsamplesform.h:27,
from analysisforms/ttestpairedsamplesform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestpairedsamplesform.h:27:0,
from analysisforms/ttestpairedsamplesform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o anovamultivariateform.o analysisforms/anovamultivariateform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/anovamultivariateform.h:4,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/anovamultivariateform.h:4:0,
from analysisforms/anovamultivariateform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/anovamultivariateform.h:7,
from analysisforms/anovamultivariateform.cpp:1:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:10:0,
from analysisforms/anovamultivariateform.h:7,
from analysisforms/anovamultivariateform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/anovamultivariateform.h:7:0,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/anovamultivariateform.h:7:0,
from analysisforms/anovamultivariateform.cpp:1:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./ui_anovamultivariateform.h:21:0,
from analysisforms/anovamultivariateform.cpp:2:
./widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_anovamultivariateform.h:25:0,
from analysisforms/anovamultivariateform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
In file included from analysisforms/anovamultivariateform.cpp:6:0:
./widgets/tablemodelanovamodelnuisancefactors.h:12:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:13:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:14:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:15:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:16:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:18:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ttestbayesianonesampleform.o analysisforms/ttestbayesianonesampleform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ttestbayesianonesampleform.h:4,
from analysisforms/ttestbayesianonesampleform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ttestbayesianonesampleform.h:4:0,
from analysisforms/ttestbayesianonesampleform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ttestbayesianonesampleform.h:25,
from analysisforms/ttestbayesianonesampleform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestbayesianonesampleform.h:25:0,
from analysisforms/ttestbayesianonesampleform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_ttestbayesianonesampleform.h:26,
from analysisforms/ttestbayesianonesampleform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_ttestbayesianonesampleform.h:26,
from analysisforms/ttestbayesianonesampleform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ttestbayesianonesampleform.h:26:0,
from analysisforms/ttestbayesianonesampleform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_ttestbayesianonesampleform.h:28,
from analysisforms/ttestbayesianonesampleform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_ttestbayesianonesampleform.h:28,
from analysisforms/ttestbayesianonesampleform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_ttestbayesianonesampleform.h:28,
from analysisforms/ttestbayesianonesampleform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestbayesianonesampleform.h:28:0,
from analysisforms/ttestbayesianonesampleform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ancovaform.o analysisforms/ancovaform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ancovaform.h:4,
from analysisforms/ancovaform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ancovaform.h:4:0,
from analysisforms/ancovaform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/ancovaform.h:7,
from analysisforms/ancovaform.cpp:1:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:10:0,
from analysisforms/ancovaform.h:7,
from analysisforms/ancovaform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/ancovaform.h:7:0,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/ancovaform.h:7:0,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from analysisforms/ancovaform.h:8:0,
from analysisforms/ancovaform.cpp:1:
./widgets/tablemodelvariablesoptions.h:16:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:17:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:20:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:21:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:23:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:24:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
In file included from analysisforms/ancovaform.cpp:1:0:
analysisforms/ancovaform.h:22:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from ./ui_ancovaform.h:24:0,
from analysisforms/ancovaform.cpp:2:
./widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_ancovaform.h:27:0,
from analysisforms/ancovaform.cpp:2:
./widgets/boundassignwidget.h:26:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ancovaform.h:28,
from analysisforms/ancovaform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ancovaform.h:28:0,
from analysisforms/ancovaform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:6:0,
from ./ui_ancovaform.h:29,
from analysisforms/ancovaform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:7:0,
from ./ui_ancovaform.h:29,
from analysisforms/ancovaform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ancovaform.h:29:0,
from analysisforms/ancovaform.cpp:2:
./widgets/boundcombobox.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_ancovaform.h:30:0,
from analysisforms/ancovaform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtableview.h:4:0,
from ./ui_ancovaform.h:32,
from analysisforms/ancovaform.cpp:2:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./ui_ancovaform.h:32:0,
from analysisforms/ancovaform.cpp:2:
./widgets/boundtableview.h:13:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtableview.h:14:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundtableview.h:15:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_ancovaform.h:33,
from analysisforms/ancovaform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_ancovaform.h:33,
from analysisforms/ancovaform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_ancovaform.h:33,
from analysisforms/ancovaform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ancovaform.h:33:0,
from analysisforms/ancovaform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_ancovaform.h:34:0,
from analysisforms/ancovaform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
In file included from analysisforms/ancovaform.cpp:6:0:
./widgets/tablemodelanovamodelnuisancefactors.h:12:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:13:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:14:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:15:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:16:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:18:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o anovaform.o analysisforms/anovaform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/anovaform.h:4,
from analysisforms/anovaform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/anovaform.h:4:0,
from analysisforms/anovaform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/anovaform.h:7,
from analysisforms/anovaform.cpp:1:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:10:0,
from analysisforms/anovaform.h:7,
from analysisforms/anovaform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/anovaform.h:7:0,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/anovaform.h:7:0,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from analysisforms/anovaform.h:8:0,
from analysisforms/anovaform.cpp:1:
./widgets/tablemodelvariablesoptions.h:16:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:17:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:20:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:21:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:23:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:24:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
In file included from analysisforms/anovaform.cpp:1:0:
analysisforms/anovaform.h:22:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from ./ui_anovaform.h:24:0,
from analysisforms/anovaform.cpp:2:
./widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_anovaform.h:27:0,
from analysisforms/anovaform.cpp:2:
./widgets/boundassignwidget.h:26:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_anovaform.h:28,
from analysisforms/anovaform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovaform.h:28:0,
from analysisforms/anovaform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:6:0,
from ./ui_anovaform.h:29,
from analysisforms/anovaform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:7:0,
from ./ui_anovaform.h:29,
from analysisforms/anovaform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_anovaform.h:29:0,
from analysisforms/anovaform.cpp:2:
./widgets/boundcombobox.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_anovaform.h:30:0,
from analysisforms/anovaform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtableview.h:4:0,
from ./ui_anovaform.h:32,
from analysisforms/anovaform.cpp:2:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./ui_anovaform.h:32:0,
from analysisforms/anovaform.cpp:2:
./widgets/boundtableview.h:13:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtableview.h:14:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundtableview.h:15:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_anovaform.h:33,
from analysisforms/anovaform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_anovaform.h:33,
from analysisforms/anovaform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_anovaform.h:33,
from analysisforms/anovaform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovaform.h:33:0,
from analysisforms/anovaform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_anovaform.h:34:0,
from analysisforms/anovaform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
In file included from analysisforms/anovaform.cpp:6:0:
./widgets/tablemodelanovamodelnuisancefactors.h:12:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:13:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:14:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:15:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:16:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:18:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o descriptivesform.o analysisforms/descriptivesform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/descriptivesform.h:6,
from analysisforms/descriptivesform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/descriptivesform.h:6:0,
from analysisforms/descriptivesform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_descriptivesform.h:29,
from analysisforms/descriptivesform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_descriptivesform.h:29:0,
from analysisforms/descriptivesform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_descriptivesform.h:30,
from analysisforms/descriptivesform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_descriptivesform.h:30,
from analysisforms/descriptivesform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_descriptivesform.h:30:0,
from analysisforms/descriptivesform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_descriptivesform.h:32,
from analysisforms/descriptivesform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_descriptivesform.h:32,
from analysisforms/descriptivesform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_descriptivesform.h:32,
from analysisforms/descriptivesform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_descriptivesform.h:32:0,
from analysisforms/descriptivesform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_descriptivesform.h:33:0,
from analysisforms/descriptivesform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o anovaonewayform.o analysisforms/anovaonewayform.cpp
In file included from analysisforms/anovaonewayform.h:4:0,
from analysisforms/anovaonewayform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/anovaonewayform.h:7,
from analysisforms/anovaonewayform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/anovaonewayform.h:7:0,
from analysisforms/anovaonewayform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelcontrasts.h:7:0,
from analysisforms/anovaonewayform.h:10,
from analysisforms/anovaonewayform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/anovaonewayform.h:10:0,
from analysisforms/anovaonewayform.cpp:1:
./widgets/tablemodelcontrasts.h:16:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelcontrasts.h:19:58: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:20:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:21:70: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:22:90: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::DisplayRole) OVERRIDE;
^
./widgets/tablemodelcontrasts.h:23:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelcontrasts.h:24:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_anovaonewayform.h:26,
from analysisforms/anovaonewayform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovaonewayform.h:26:0,
from analysisforms/anovaonewayform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_anovaonewayform.h:27,
from analysisforms/anovaonewayform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_anovaonewayform.h:27,
from analysisforms/anovaonewayform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_anovaonewayform.h:27:0,
from analysisforms/anovaonewayform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtableview.h:4:0,
from ./ui_anovaonewayform.h:29,
from analysisforms/anovaonewayform.cpp:2:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./ui_anovaonewayform.h:29:0,
from analysisforms/anovaonewayform.cpp:2:
./widgets/boundtableview.h:13:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtableview.h:14:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundtableview.h:15:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_anovaonewayform.h:30,
from analysisforms/anovaonewayform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_anovaonewayform.h:30,
from analysisforms/anovaonewayform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_anovaonewayform.h:30,
from analysisforms/anovaonewayform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovaonewayform.h:30:0,
from analysisforms/anovaonewayform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_anovaonewayform.h:31:0,
from analysisforms/anovaonewayform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ttestonesampleform.o analysisforms/ttestonesampleform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ttestonesampleform.h:5,
from analysisforms/ttestonesampleform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ttestonesampleform.h:5:0,
from analysisforms/ttestonesampleform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ttestonesampleform.h:25,
from analysisforms/ttestonesampleform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestonesampleform.h:25:0,
from analysisforms/ttestonesampleform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_ttestonesampleform.h:26,
from analysisforms/ttestonesampleform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_ttestonesampleform.h:26,
from analysisforms/ttestonesampleform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ttestonesampleform.h:26:0,
from analysisforms/ttestonesampleform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_ttestonesampleform.h:28,
from analysisforms/ttestonesampleform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_ttestonesampleform.h:28,
from analysisforms/ttestonesampleform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_ttestonesampleform.h:28,
from analysisforms/ttestonesampleform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestonesampleform.h:28:0,
from analysisforms/ttestonesampleform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ttestindependentsamplesform.o analysisforms/ttestindependentsamplesform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ttestindependentsamplesform.h:5,
from analysisforms/ttestindependentsamplesform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ttestindependentsamplesform.h:5:0,
from analysisforms/ttestindependentsamplesform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ttestindependentsamplesform.h:25,
from analysisforms/ttestindependentsamplesform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestindependentsamplesform.h:25:0,
from analysisforms/ttestindependentsamplesform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_ttestindependentsamplesform.h:26,
from analysisforms/ttestindependentsamplesform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_ttestindependentsamplesform.h:26,
from analysisforms/ttestindependentsamplesform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ttestindependentsamplesform.h:26:0,
from analysisforms/ttestindependentsamplesform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_ttestindependentsamplesform.h:28,
from analysisforms/ttestindependentsamplesform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_ttestindependentsamplesform.h:28,
from analysisforms/ttestindependentsamplesform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_ttestindependentsamplesform.h:28,
from analysisforms/ttestindependentsamplesform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestindependentsamplesform.h:28:0,
from analysisforms/ttestindependentsamplesform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ancovamultivariateform.o analysisforms/ancovamultivariateform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ancovamultivariateform.h:4,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ancovamultivariateform.h:4:0,
from analysisforms/ancovamultivariateform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/ancovamultivariateform.h:7,
from analysisforms/ancovamultivariateform.cpp:1:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:10:0,
from analysisforms/ancovamultivariateform.h:7,
from analysisforms/ancovamultivariateform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/ancovamultivariateform.h:7:0,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/ancovamultivariateform.h:7:0,
from analysisforms/ancovamultivariateform.cpp:1:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./ui_ancovamultivariateform.h:21:0,
from analysisforms/ancovamultivariateform.cpp:2:
./widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_ancovamultivariateform.h:25:0,
from analysisforms/ancovamultivariateform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
In file included from analysisforms/ancovamultivariateform.cpp:6:0:
./widgets/tablemodelanovamodelnuisancefactors.h:12:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:13:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:14:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:15:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:16:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:18:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o regressionlinearform.o analysisforms/regressionlinearform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/regressionlinearform.h:4,
from analysisforms/regressionlinearform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/regressionlinearform.h:4:0,
from analysisforms/regressionlinearform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariableslevels.h:13:0,
from analysisforms/regressionlinearform.h:6,
from analysisforms/regressionlinearform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelvariableslevels.h:14:0,
from analysisforms/regressionlinearform.h:6,
from analysisforms/regressionlinearform.cpp:1:
../JASP-Common/options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/tablemodelvariableslevels.h:15:0,
from analysisforms/regressionlinearform.h:6,
from analysisforms/regressionlinearform.cpp:1:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/regressionlinearform.h:6:0,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariableslevels.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:28:50: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:29:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:30:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:31:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:32:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:34:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:35:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:36:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:37:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:38:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from analysisforms/regressionlinearform.h:6:0,
from analysisforms/regressionlinearform.cpp:1:
./widgets/tablemodelvariableslevels.h:39:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_regressionlinearform.h:24,
from analysisforms/regressionlinearform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_regressionlinearform.h:24:0,
from analysisforms/regressionlinearform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_regressionlinearform.h:25,
from analysisforms/regressionlinearform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_regressionlinearform.h:25:0,
from analysisforms/regressionlinearform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_regressionlinearform.h:27,
from analysisforms/regressionlinearform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_regressionlinearform.h:27,
from analysisforms/regressionlinearform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_regressionlinearform.h:27,
from analysisforms/regressionlinearform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_regressionlinearform.h:27:0,
from analysisforms/regressionlinearform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_regressionlinearform.h:28:0,
from analysisforms/regressionlinearform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o correlationform.o analysisforms/correlationform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/correlationform.h:4,
from analysisforms/correlationform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/correlationform.h:4:0,
from analysisforms/correlationform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_correlationform.h:24,
from analysisforms/correlationform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_correlationform.h:24:0,
from analysisforms/correlationform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_correlationform.h:25,
from analysisforms/correlationform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_correlationform.h:25,
from analysisforms/correlationform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_correlationform.h:25:0,
from analysisforms/correlationform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_correlationform.h:27,
from analysisforms/correlationform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_correlationform.h:27,
from analysisforms/correlationform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_correlationform.h:27,
from analysisforms/correlationform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_correlationform.h:27:0,
from analysisforms/correlationform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_correlationform.h:28:0,
from analysisforms/correlationform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundassignwidget.o widgets/boundassignwidget.cpp
In file included from widgets/boundassignwidget.h:8:0,
from widgets/boundassignwidget.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesavailable.h:4:0,
from widgets/boundassignwidget.h:9,
from widgets/boundassignwidget.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesavailable.h:4:0,
from widgets/boundassignwidget.h:9,
from widgets/boundassignwidget.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from widgets/boundassignwidget.h:9:0,
from widgets/boundassignwidget.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/boundassignwidget.h:9:0,
from widgets/boundassignwidget.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from widgets/boundassignwidget.h:10:0,
from widgets/boundassignwidget.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from widgets/boundassignwidget.h:10:0,
from widgets/boundassignwidget.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from widgets/boundassignwidget.cpp:1:0:
widgets/boundassignwidget.h:26:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./ui_boundassignwidget.h:19,
from widgets/boundassignwidget.cpp:2:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./ui_boundassignwidget.h:19,
from widgets/boundassignwidget.cpp:2:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundlistview.h:10:0,
from ./ui_boundassignwidget.h:21,
from widgets/boundassignwidget.cpp:2:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_boundassignwidget.h:21:0,
from widgets/boundassignwidget.cpp:2:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o anovarepeatedmeasuresform.o analysisforms/anovarepeatedmeasuresform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/anovarepeatedmeasuresform.h:4,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:4:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:9:0,
from analysisforms/anovarepeatedmeasuresform.h:7,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/optionterm.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionterm.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterm.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterm.h:15:61: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::string> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelanovamodel.h:10:0,
from analysisforms/anovarepeatedmeasuresform.h:7,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:7:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelanovamodel.h:25:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:27:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:28:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:7:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelanovamodel.h:31:141: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:32:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent = QModelIndex()) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:33:136: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent, int assignType) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:34:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:35:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:36:100: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:38:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:39:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovamodel.h:43:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovamodel.h:44:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovamodel.h:46:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:8:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelvariablesoptions.h:16:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:17:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:20:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:21:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:22:72: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:23:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariablesoptions.h:24:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
In file included from ./widgets/tablemodelanovadesign.h:12:0,
from analysisforms/anovarepeatedmeasuresform.h:9,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/tablemodelanovadesign.h:13:0,
from analysisforms/anovarepeatedmeasuresform.h:9,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:9:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelanovadesign.h:26:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovadesign.h:27:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelanovadesign.h:29:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:30:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:31:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &parent = QModelIndex(), int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:32:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:34:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovadesign.h:35:95: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) OVERRIDE;
^
./widgets/tablemodelanovadesign.h:36:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:10:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelanovawithinsubjectcells.h:20:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:21:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void unbind() OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:24:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:25:69: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:26:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:27:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:28:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:30:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.h:10:0,
from analysisforms/anovarepeatedmeasuresform.cpp:2:
./widgets/tablemodelanovawithinsubjectcells.h:31:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:32:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:33:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:34:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:35:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelanovawithinsubjectcells.h:36:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.cpp:2:0:
analysisforms/anovarepeatedmeasuresform.h:24:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Options *options, DataSet *dataSet) OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:24:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/anovamodelwidget.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:27:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/boundassignwidget.h:26:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_anovarepeatedmeasuresform.h:28,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:28:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:7:0,
from ./ui_anovarepeatedmeasuresform.h:29,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:29:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/boundcombobox.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:30:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtableview.h:4:0,
from ./ui_anovarepeatedmeasuresform.h:32,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/tableview.h:25:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *event) OVERRIDE;
^
./widgets/tableview.h:27:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/tableview.h:29:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void virtual mousePressEvent(QMouseEvent *event) OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:32:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/boundtableview.h:13:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtableview.h:14:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundtableview.h:15:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_anovarepeatedmeasuresform.h:33,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_anovarepeatedmeasuresform.h:33,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_anovarepeatedmeasuresform.h:33,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:33:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_anovarepeatedmeasuresform.h:34:0,
from analysisforms/anovarepeatedmeasuresform.cpp:3:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
In file included from analysisforms/anovarepeatedmeasuresform.cpp:7:0:
./widgets/tablemodelanovamodelnuisancefactors.h:12:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:13:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:14:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:15:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:16:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:18:82: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const OVERRIDE;
^
./widgets/tablemodelanovamodelnuisancefactors.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o contingencytablesform.o analysisforms/contingencytablesform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/contingencytablesform.h:5,
from analysisforms/contingencytablesform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/contingencytablesform.h:5:0,
from analysisforms/contingencytablesform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariableslevels.h:13:0,
from analysisforms/contingencytablesform.h:6,
from analysisforms/contingencytablesform.cpp:1:
../JASP-Common/options/optionstable.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstable.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstable.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionstable.h:21:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<Options *> &value) OVERRIDE;
^
In file included from ./widgets/tablemodelvariableslevels.h:14:0,
from analysisforms/contingencytablesform.h:6,
from analysisforms/contingencytablesform.cpp:1:
../JASP-Common/options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/tablemodelvariableslevels.h:15:0,
from analysisforms/contingencytablesform.h:6,
from analysisforms/contingencytablesform.cpp:1:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/contingencytablesform.h:6:0,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariableslevels.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:26:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:28:50: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:29:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:30:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:31:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:32:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:34:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:35:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:36:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:37:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariableslevels.h:38:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from analysisforms/contingencytablesform.h:6:0,
from analysisforms/contingencytablesform.cpp:1:
./widgets/tablemodelvariableslevels.h:39:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_contingencytablesform.h:24,
from analysisforms/contingencytablesform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_contingencytablesform.h:24:0,
from analysisforms/contingencytablesform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_contingencytablesform.h:25,
from analysisforms/contingencytablesform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_contingencytablesform.h:25:0,
from analysisforms/contingencytablesform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_contingencytablesform.h:27,
from analysisforms/contingencytablesform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_contingencytablesform.h:27,
from analysisforms/contingencytablesform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_contingencytablesform.h:27,
from analysisforms/contingencytablesform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_contingencytablesform.h:27:0,
from analysisforms/contingencytablesform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./ui_contingencytablesform.h:28:0,
from analysisforms/contingencytablesform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o correlationpartialform.o analysisforms/correlationpartialform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/correlationpartialform.h:5,
from analysisforms/correlationpartialform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/correlationpartialform.h:5:0,
from analysisforms/correlationpartialform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_correlationpartialform.h:27,
from analysisforms/correlationpartialform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_correlationpartialform.h:27:0,
from analysisforms/correlationpartialform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_correlationpartialform.h:28,
from analysisforms/correlationpartialform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_correlationpartialform.h:28,
from analysisforms/correlationpartialform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_correlationpartialform.h:28:0,
from analysisforms/correlationpartialform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ribbonwidget.o ribbons/ribbonwidget.cpp
In file included from ribbons/ribbonwidget.h:5:0,
from ribbons/ribbonwidget.cpp:1:
./widgets/ribbonbutton.h:21:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void enterEvent(QEvent *event) OVERRIDE;
^
./widgets/ribbonbutton.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ribbonsem.o ribbons/ribbonsem.cpp
In file included from ribbons/ribbonwidget.h:5:0,
from ribbons/ribbonsem.h:4,
from ribbons/ribbonsem.cpp:1:
./widgets/ribbonbutton.h:21:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void enterEvent(QEvent *event) OVERRIDE;
^
./widgets/ribbonbutton.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ribbonanalysis.o ribbons/ribbonanalysis.cpp
In file included from ribbons/ribbonwidget.h:5:0,
from ribbons/ribbonanalysis.h:4,
from ribbons/ribbonanalysis.cpp:1:
./widgets/ribbonbutton.h:21:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void enterEvent(QEvent *event) OVERRIDE;
^
./widgets/ribbonbutton.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ribbonhome.o ribbons/ribbonhome.cpp
In file included from ribbons/ribbonwidget.h:5:0,
from ribbons/ribbonhome.h:4,
from ribbons/ribbonhome.cpp:1:
./widgets/ribbonbutton.h:21:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void enterEvent(QEvent *event) OVERRIDE;
^
./widgets/ribbonbutton.h:22:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mousePressEvent(QMouseEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o semsimpleform.o analysisforms/semsimpleform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/semsimpleform.h:4,
from analysisforms/semsimpleform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/semsimpleform.h:4:0,
from analysisforms/semsimpleform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_semsimpleform.h:22,
from analysisforms/semsimpleform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_semsimpleform.h:22:0,
from analysisforms/semsimpleform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:6:0,
from ./ui_semsimpleform.h:23,
from analysisforms/semsimpleform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundcombobox.h:7:0,
from ./ui_semsimpleform.h:23,
from analysisforms/semsimpleform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_semsimpleform.h:23:0,
from analysisforms/semsimpleform.cpp:2:
./widgets/boundcombobox.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
In file included from ./ui_semsimpleform.h:24:0,
from analysisforms/semsimpleform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_semsimpleform.h:25,
from analysisforms/semsimpleform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_semsimpleform.h:25,
from analysisforms/semsimpleform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_semsimpleform.h:25,
from analysisforms/semsimpleform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_semsimpleform.h:25:0,
from analysisforms/semsimpleform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
In file included from ./widgets/textmodellavaan.h:7:0,
from ./widgets/boundtextedit.h:9,
from ./ui_semsimpleform.h:26,
from analysisforms/semsimpleform.cpp:2:
../JASP-Common/options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextedit.h:9:0,
from ./ui_semsimpleform.h:26,
from analysisforms/semsimpleform.cpp:2:
./widgets/textmodellavaan.h:30:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/textmodellavaan.h:112:50: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void highlightBlock(const QString &text) OVERRIDE;
^
In file included from ./ui_semsimpleform.h:26:0,
from analysisforms/semsimpleform.cpp:2:
./widgets/boundtextedit.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextedit.h:29:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextedit.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundtextedit.h:31:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void paintEvent(QPaintEvent *event) OVERRIDE;
^
./widgets/boundtextedit.h:32:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void insertFromMimeData(const QMimeData *source) OVERRIDE;
^
In file included from ./ui_semsimpleform.h:27:0,
from analysisforms/semsimpleform.cpp:2:
./widgets/expanderbutton.h:15:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
In file included from ./widgets/itemmodelselectvariable.h:7:0,
from analysisforms/semsimpleform.cpp:4:
../JASP-Common/options/optionvariable.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariable.h:16:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionvariable.h:17:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/semsimpleform.cpp:4:0:
./widgets/itemmodelselectvariable.h:19:50: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/itemmodelselectvariable.h:20:60: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectvariable.h:21:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/itemmodelselectvariable.h:22:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectvariable.h:24:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option* option) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o boundtextedit.o widgets/boundtextedit.cpp
In file included from widgets/textmodellavaan.h:7:0,
from widgets/boundtextedit.h:9,
from widgets/boundtextedit.cpp:2:
../JASP-Common/options/optionstring.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionstring.h:14:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionstring.h:15:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void set(const Json::Value &value) OVERRIDE;
^
../JASP-Common/options/optionstring.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from widgets/boundtextedit.h:9:0,
from widgets/boundtextedit.cpp:2:
widgets/textmodellavaan.h:30:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/textmodellavaan.h:112:50: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void highlightBlock(const QString &text) OVERRIDE;
^
In file included from widgets/boundtextedit.cpp:2:0:
widgets/boundtextedit.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
widgets/boundtextedit.h:29:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
widgets/boundtextedit.h:30:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void resizeEvent(QResizeEvent *e) OVERRIDE;
^
widgets/boundtextedit.h:31:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void paintEvent(QPaintEvent *event) OVERRIDE;
^
widgets/boundtextedit.h:32:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void insertFromMimeData(const QMimeData *source) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o stealthbutton.o widgets/stealthbutton.cpp
In file included from widgets/stealthbutton.cpp:1:0:
widgets/stealthbutton.h:15:44: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void paintEvent(QPaintEvent *event) OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ttestbayesianindependentsamplesform.o analysisforms/ttestbayesianindependentsamplesform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ttestbayesianindependentsamplesform.h:5,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ttestbayesianindependentsamplesform.h:5:0,
from analysisforms/ttestbayesianindependentsamplesform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ttestbayesianindependentsamplesform.h:25,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestbayesianindependentsamplesform.h:25:0,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_ttestbayesianindependentsamplesform.h:26,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_ttestbayesianindependentsamplesform.h:26,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ttestbayesianindependentsamplesform.h:26:0,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:7:0,
from ./ui_ttestbayesianindependentsamplesform.h:28,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
../JASP-Common/options/optioninteger.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:13:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optioninteger.h:14:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optioninteger.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:8:0,
from ./ui_ttestbayesianindependentsamplesform.h:28,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
../JASP-Common/options/optionintegerarray.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionintegerarray.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundtextbox.h:9:0,
from ./ui_ttestbayesianindependentsamplesform.h:28,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
../JASP-Common/options/optionnumber.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:18:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionnumber.h:19:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionnumber.h:20:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestbayesianindependentsamplesform.h:28:0,
from analysisforms/ttestbayesianindependentsamplesform.cpp:2:
./widgets/boundtextbox.h:19:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundtextbox.h:26:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void keyPressEvent(QKeyEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:27:39: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusOutEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/boundtextbox.h:45:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QValidator::State validate(QString & input, int&pos) const OVERRIDE;
^
./widgets/boundtextbox.h:46:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void fixup(QString &input) const OVERRIDE;
^
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extra-semi’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-long-long’
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-extensions’
g++ -c -pipe -Wno-c++11-extensions -Wno-unused-parameter -Wno-c++11-long-long -Wno-c++11-extra-semi -DBOOST_USE_WINDOWS_H -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../JASP-Common -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ttestbayesianpairedsamplesform.o analysisforms/ttestbayesianpairedsamplesform.cpp
In file included from analysisforms/analysisform.h:10:0,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
../JASP-Common/options/options.h:21:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/options.h:23:35: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/options.h:24:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value &json) OVERRIDE;
^
../JASP-Common/options/options.h:31:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ../JASP-Common/options/optionvariables.h:4:0,
from analysisforms/analysisform.h:11,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
../JASP-Common/options/optionterms.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionterms.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:15:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
../JASP-Common/options/optionterms.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionterms.h:18:75: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setValue(const std::vector<std::vector<std::string> > &value) OVERRIDE;
^
In file included from analysisforms/analysisform.h:11:0,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
../JASP-Common/options/optionvariables.h:11:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON()const OVERRIDE;
^
../JASP-Common/options/optionvariables.h:12:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariables.h:13:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from analysisforms/analysisform.h:13:0,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./availablefields.h:27:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &) const OVERRIDE;
^
./availablefields.h:28:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/tablemodelvariables.h:34:47: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int rowCount(const QModelIndex &) const OVERRIDE;
^
./widgets/tablemodelvariables.h:35:53: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:36:63: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/tablemodelvariables.h:38:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariables.h:39:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelvariables.h:41:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:42:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelvariables.h:44:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariables.h:45:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelvariables.h:46:123: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/listview.h:8:0,
from ./widgets/assignbutton.h:4,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/tablemodelvariables.h:47:128: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelvariables.h:54:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:4:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/listview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/listview.h:18:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/listview.h:21:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/listview.h:22:88: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) OVERRIDE;
^
./widgets/listview.h:23:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void dropEvent(QDropEvent *event) OVERRIDE;
^
./widgets/listview.h:24:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/assignbutton.h:5:0,
from ./widgets/availablefieldslistview.h:8,
from analysisforms/analysisform.h:14,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/button.h:15:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:20:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/tablemodelvariablesassigned.h:6:0,
from ./widgets/boundlistview.h:14,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesavailable.h:21:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:26:66: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool removeRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesavailable.h:27:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:17:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:18:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:21:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
In file included from ./widgets/boundlistview.h:14:0,
from analysisforms/analysisform.h:16,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/tablemodelvariablesassigned.h:22:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelvariablesassigned.h:23:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indices) OVERRIDE;
^
In file included from analysisforms/analysisform.h:16:0,
from analysisforms/ttestbayesianpairedsamplesform.h:4,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
./widgets/boundlistview.h:24:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundlistview.h:25:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void unbind() OVERRIDE;
^
./widgets/boundlistview.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/boundlistview.h:33:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void resizeEvent(QResizeEvent *e) OVERRIDE;
^
./widgets/boundlistview.h:34:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void moveEvent(QMoveEvent *e) OVERRIDE;
^
In file included from analysisforms/ttestbayesianpairedsamplesform.h:4:0,
from analysisforms/ttestbayesianpairedsamplesform.cpp:1:
analysisforms/analysisform.h:39:78: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QVariant requestInfo(const Term &term, VariableInfo::InfoType info) const OVERRIDE;
^
In file included from ./widgets/boundcheckbox.h:7:0,
from ./ui_ttestbayesianpairedsamplesform.h:24,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
../JASP-Common/options/optionboolean.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:14:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionboolean.h:15:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionboolean.h:16:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./ui_ttestbayesianpairedsamplesform.h:24:0,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
./widgets/boundcheckbox.h:16:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/boundcheckbox.h:19:30: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void nextCheckState() OVERRIDE;
^
./widgets/boundcheckbox.h:20:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
bool event(QEvent *e) OVERRIDE;
^
In file included from ./widgets/itemmodelselectitem.h:8:0,
from ./widgets/boundgroupbox.h:12,
from ./ui_ttestbayesianpairedsamplesform.h:25,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
../JASP-Common/options/optionlist.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void init(const Json::Value &data) OVERRIDE;
^
../JASP-Common/options/optionlist.h:15:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionlist.h:16:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionlist.h:19:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundgroupbox.h:12:0,
from ./ui_ttestbayesianpairedsamplesform.h:25,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
./widgets/itemmodelselectitem.h:15:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void bindTo(Option *option) OVERRIDE;
^
./widgets/itemmodelselectitem.h:16:52: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role) const OVERRIDE;
^
./widgets/itemmodelselectitem.h:17:80: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool setData(const QModelIndex &index, const QVariant &value, int role) OVERRIDE;
^
./widgets/itemmodelselectitem.h:18:56: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
In file included from ./ui_ttestbayesianpairedsamplesform.h:25:0,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
./widgets/boundgroupbox.h:21:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/boundgroupbox.h:25:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void childEvent(QChildEvent *child) OVERRIDE;
^
In file included from ./widgets/tablemodelpairsassigned.h:6:0,
from ./widgets/boundpairstable.h:8,
from ./ui_ttestbayesianpairedsamplesform.h:26,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
../JASP-Common/options/optionvariablesgroups.h:12:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Json::Value asJSON() const OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:13:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void set(const Json::Value& value) OVERRIDE;
^
../JASP-Common/options/optionvariablesgroups.h:14:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Option* clone() const OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:8:0,
from ./ui_ttestbayesianpairedsamplesform.h:26,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
./widgets/tablemodelpairsassigned.h:24:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void bindTo(Option *option) OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:25:42: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int rowCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:26:45: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
int columnCount(const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:27:70: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:28:48: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
Qt::ItemFlags flags(const QModelIndex &index) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:30:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDropActions() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:31:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual Qt::DropActions supportedDragActions() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:32:34: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QStringList mimeTypes() const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:33:62: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual QMimeData *mimeData(const QModelIndexList &indexes) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:34:120: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:8:0,
from ./ui_ttestbayesianpairedsamplesform.h:26,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
./widgets/tablemodelpairsassigned.h:35:125: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:36:71: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual bool insertRows(int row, int count, const QModelIndex &parent) OVERRIDE;
^
./widgets/tablemodelpairsassigned.h:37:59: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void mimeDataMoved(const QModelIndexList &indexes) OVERRIDE;
^
In file included from ./widgets/boundpairstable.h:9:0,
from ./ui_ttestbayesianpairedsamplesform.h:26,
from analysisforms/ttestbayesianpairedsamplesform.cpp:2:
./widgets/tableview.h:17:49: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void setModel(QAbstractItemModel *model) OVERRIDE;
^
./widgets/tableview.h:20:36: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
virtual void notifyDragWasDropped() OVERRIDE;
^
./widgets/tableview.h:23:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void focusInEvent(QFocusEvent *event) OVERRIDE;
^
./widgets/tableview.h:24:88: warning: override cont
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment