Bug#872636: qtiplot: FTBFS with sip 4.19: 'sipType_QDateTime' was not declared in this scope

Dmitry Shachnev mitya57 at debian.org
Sat Aug 19 15:27:08 UTC 2017


Source: qtiplot
Version: 0.9.8.9-15
Severity: important
User: python-modules-team at lists.alioth.debian.org
Usertags: sip4.19

Dear maintainer,

qtiplot fails to build with sip 4.19.3 and python-qt4 4.12.1, both of which
are available in experimental:

  src/scripting/qti.sip: In function ‘int setCellDataHelper(Table*, int, int, PyObject*)’:
  src/scripting/qti.sip:151:35: error: ‘sipType_QDateTime’ was not declared in this scope
       if (sipCanConvertToType(item, sipType_QDateTime, 0)) {
                                     ^~~~~~~~~~~~~~~~~
  src/scripting/qti.sip:167:35: error: ‘sipType_QTime’ was not declared in this scope
       if (sipCanConvertToType(item, sipType_QTime, 0)) {
                                     ^~~~~~~~~~~~~

The full build log is attached.

--
Dmitry Shachnev
-------------- next part --------------
 dpkg-buildpackage -rfakeroot -us -uc -j1
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: info: source package qtiplot
dpkg-buildpackage: info: source version 0.9.8.9-15
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Anton Gladky <gladk at debian.org>
 dpkg-source --before-build qtiplot-0.9.8.9
dpkg-buildpackage: info: host architecture i386
 fakeroot debian/rules clean
dh clean --parallel --with python2
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/qtiplot-0.9.8.9'
dh_auto_clean
find -type f -name Makefile ! -path ./manual/Makefile -exec rm -f {} \;
find -type f -name '*.qm' -exec rm -f {} \;
rm -rf icons
rm -f minigzip.c
rm -f qtiplot/qtiplot
rm -f manual/html/*.html
rm -f manual/qtiplot-manual-en.pdf
rm -f manual/html/qtiplot.adp
rm -rf API
rm -rf tmp
rm -f qtiplot/translations/*.qm
rm -rf 3rdparty/qwtplot3d/lib
rm -rf 3rdparty/qwtplot3d/tmp
rm -f build.conf
rm -f 3rdparty/qwt/lib/libqwt.a
make[1]: Leaving directory '/qtiplot-0.9.8.9'
   dh_clean
 dpkg-source -b qtiplot-0.9.8.9
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building qtiplot using existing ./qtiplot_0.9.8.9.orig.tar.gz
dpkg-source: info: building qtiplot in qtiplot_0.9.8.9-15.debian.tar.xz
dpkg-source: info: building qtiplot in qtiplot_0.9.8.9-15.dsc
 debian/rules build
dh build --parallel --with python2
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/qtiplot-0.9.8.9'
rm -f build.conf
cp build.conf.example build.conf
mkdir -p icons/48x48
mkdir -p icons/128x128
cp qtiplot_logo.png icons/128x128/qtiplot.png
convert qtiplot_logo.png -resize 48x48 icons/48x48/qtiplot.png
dh_auto_configure
	qmake -makefile -nocache "QMAKE_CFLAGS_RELEASE=-g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_RELEASE=-g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
make[1]: Leaving directory '/qtiplot-0.9.8.9'
   debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/qtiplot-0.9.8.9'
/usr/bin/make
make[2]: Entering directory '/qtiplot-0.9.8.9'
cd 3rdparty/qwt/ && /usr/lib/i386-linux-gnu/qt4/bin/qmake /qtiplot-0.9.8.9/3rdparty/qwt/qwt.pro -nocache QMAKE_CFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr -o Makefile
cd 3rdparty/qwt/ && /usr/bin/make -f Makefile 
make[3]: Entering directory '/qtiplot-0.9.8.9/3rdparty/qwt'
cd src/ && /usr/lib/i386-linux-gnu/qt4/bin/qmake /qtiplot-0.9.8.9/3rdparty/qwt/src/src.pro -nocache QMAKE_CFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr -o Makefile
cd src/ && /usr/bin/make -f Makefile 
make[4]: Entering directory '/qtiplot-0.9.8.9/3rdparty/qwt/src'
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_abstract_scale_draw.o qwt_abstract_scale_draw.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_color_map.o qwt_color_map.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_clipper.o qwt_clipper.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_double_interval.o qwt_double_interval.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_double_rect.o qwt_double_rect.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_dyngrid_layout.o qwt_dyngrid_layout.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_layout_metrics.o qwt_layout_metrics.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_math.o qwt_math.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_magnifier.o qwt_magnifier.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_paint_buffer.o qwt_paint_buffer.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_panner.o qwt_panner.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_painter.o qwt_painter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_picker.o qwt_picker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_round_scale_draw.o qwt_round_scale_draw.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_scale_div.o qwt_scale_div.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_scale_draw.o qwt_scale_draw.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_scale_map.o qwt_scale_map.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_spline.o qwt_spline.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_text_engine.o qwt_text_engine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_text_label.o qwt_text_label.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_text.o qwt_text.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_event_pattern.o qwt_event_pattern.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_picker_machine.o qwt_picker_machine.cpp
qwt_picker_machine.cpp: In member function 'virtual QwtPickerMachine::CommandList QwtPickerClickRectMachine::transition(const QwtEventPattern&, const QEvent*)':
qwt_picker_machine.cpp:154:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
             if ( eventPattern.mouseMatch(
             ^~
qwt_picker_machine.cpp:179:9: note: here
         case QEvent::MouseMove:
         ^~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_scale_engine.o qwt_scale_engine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_symbol.o qwt_symbol.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_curve_fitter.o qwt_curve_fitter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_data.o qwt_data.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_interval_data.o qwt_interval_data.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_legend.o qwt_legend.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_legend_item.o qwt_legend_item.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot.o qwt_plot.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_print.o qwt_plot_print.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_xml.o qwt_plot_xml.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_axis.o qwt_plot_axis.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_curve.o qwt_plot_curve.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_dict.o qwt_plot_dict.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_grid.o qwt_plot_grid.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_item.o qwt_plot_item.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_spectrogram.o qwt_plot_spectrogram.cpp
qwt_plot_spectrogram.cpp: In member function 'virtual void QwtPlotSpectrogram::drawContourLines(QPainter*, const QwtScaleMap&, const QwtScaleMap&, const ContourLines&) const':
qwt_plot_spectrogram.cpp:575:29: warning: variable 'intensityRange' set but not used [-Wunused-but-set-variable]
     const QwtDoubleInterval intensityRange = d_data->data->range();
                             ^~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_scaleitem.o qwt_plot_scaleitem.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_marker.o qwt_plot_marker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_layout.o qwt_plot_layout.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_printfilter.o qwt_plot_printfilter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_rasteritem.o qwt_plot_rasteritem.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_canvas.o qwt_plot_canvas.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_rescaler.o qwt_plot_rescaler.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_panner.o qwt_plot_panner.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_picker.o qwt_plot_picker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_zoomer.o qwt_plot_zoomer.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_plot_magnifier.o qwt_plot_magnifier.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_raster_data.o qwt_raster_data.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/qwt_scale_widget.o qwt_scale_widget.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_dyngrid_layout.h -o moc/moc_qwt_dyngrid_layout.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_dyngrid_layout.o moc/moc_qwt_dyngrid_layout.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_magnifier.h -o moc/moc_qwt_magnifier.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_magnifier.o moc/moc_qwt_magnifier.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_panner.h -o moc/moc_qwt_panner.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_panner.o moc/moc_qwt_panner.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_picker.h -o moc/moc_qwt_picker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_picker.o moc/moc_qwt_picker.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_text_label.h -o moc/moc_qwt_text_label.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_text_label.o moc/moc_qwt_text_label.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_legend.h -o moc/moc_qwt_legend.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_legend.o moc/moc_qwt_legend.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_legend_item.h -o moc/moc_qwt_legend_item.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_legend_item.o moc/moc_qwt_legend_item.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_plot.h -o moc/moc_qwt_plot.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_plot.o moc/moc_qwt_plot.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_plot_canvas.h -o moc/moc_qwt_plot_canvas.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_plot_canvas.o moc/moc_qwt_plot_canvas.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_plot_panner.h -o moc/moc_qwt_plot_panner.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_plot_panner.o moc/moc_qwt_plot_panner.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_plot_picker.h -o moc/moc_qwt_plot_picker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_plot_picker.o moc/moc_qwt_plot_picker.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_plot_zoomer.h -o moc/moc_qwt_plot_zoomer.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_plot_zoomer.o moc/moc_qwt_plot_zoomer.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_plot_magnifier.h -o moc/moc_qwt_plot_magnifier.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_plot_magnifier.o moc/moc_qwt_plot_magnifier.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc qwt_scale_widget.h -o moc/moc_qwt_scale_widget.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -o obj/moc_qwt_scale_widget.o moc/moc_qwt_scale_widget.cpp
rm -f libqwt.a
ar cqs libqwt.a obj/qwt_abstract_scale_draw.o obj/qwt_color_map.o obj/qwt_clipper.o obj/qwt_double_interval.o obj/qwt_double_rect.o obj/qwt_dyngrid_layout.o obj/qwt_layout_metrics.o obj/qwt_math.o obj/qwt_magnifier.o obj/qwt_paint_buffer.o obj/qwt_panner.o obj/qwt_painter.o obj/qwt_picker.o obj/qwt_round_scale_draw.o obj/qwt_scale_div.o obj/qwt_scale_draw.o obj/qwt_scale_map.o obj/qwt_spline.o obj/qwt_text_engine.o obj/qwt_text_label.o obj/qwt_text.o obj/qwt_event_pattern.o obj/qwt_picker_machine.o obj/qwt_scale_engine.o obj/qwt_symbol.o obj/qwt_curve_fitter.o obj/qwt_data.o obj/qwt_interval_data.o obj/qwt_legend.o obj/qwt_legend_item.o obj/qwt_plot.o obj/qwt_plot_print.o obj/qwt_plot_xml.o obj/qwt_plot_axis.o obj/qwt_plot_curve.o obj/qwt_plot_dict.o obj/qwt_plot_grid.o obj/qwt_plot_item.o obj/qwt_plot_spectrogram.o obj/qwt_plot_scaleitem.o obj/qwt_plot_marker.o obj/qwt_plot_layout.o obj/qwt_plot_printfilter.o obj/qwt_plot_rasteritem.o obj/qwt_plot_canvas.o obj/qwt_plot_rescaler.o obj/qwt_plot_panner.o obj/qwt_plot_picker.o obj/qwt_plot_zoomer.o obj/qwt_plot_magnifier.o obj/qwt_raster_data.o obj/qwt_scale_widget.o obj/moc_qwt_dyngrid_layout.o obj/moc_qwt_magnifier.o obj/moc_qwt_panner.o obj/moc_qwt_picker.o obj/moc_qwt_text_label.o obj/moc_qwt_legend.o obj/moc_qwt_legend_item.o obj/moc_qwt_plot.o obj/moc_qwt_plot_canvas.o obj/moc_qwt_plot_panner.o obj/moc_qwt_plot_picker.o obj/moc_qwt_plot_zoomer.o obj/moc_qwt_plot_magnifier.o obj/moc_qwt_scale_widget.o
rm -f ../lib/libqwt.a
mv -f libqwt.a ../lib/
make[4]: Leaving directory '/qtiplot-0.9.8.9/3rdparty/qwt/src'
make[3]: Leaving directory '/qtiplot-0.9.8.9/3rdparty/qwt'
cd 3rdparty/qwtplot3d/ && /usr/lib/i386-linux-gnu/qt4/bin/qmake /qtiplot-0.9.8.9/3rdparty/qwtplot3d/qwtplot3d.pro -nocache QMAKE_CFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr -o Makefile
cd 3rdparty/qwtplot3d/ && /usr/bin/make -f Makefile 
make[3]: Entering directory '/qtiplot-0.9.8.9/3rdparty/qwtplot3d'
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_extglwidget.o src/qwt3d_extglwidget.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_axis.o src/qwt3d_axis.cpp
src/qwt3d_axis.cpp: In member function 'bool Qwt3D::Axis::prepTicCalculation(Qwt3D::Triple&)':
src/qwt3d_axis.cpp:213:9: warning: variable 'normal' set but not used [-Wunused-but-set-variable]
  Triple normal = (end_ - beg_);
         ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_color.o src/qwt3d_color.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_coordsys.o src/qwt3d_coordsys.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_drawable.o src/qwt3d_drawable.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_mousekeyboard.o src/qwt3d_mousekeyboard.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_movements.o src/qwt3d_movements.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_lighting.o src/qwt3d_lighting.cpp
src/qwt3d_lighting.cpp: In member function 'void Qwt3D::ExtGLWidget::applyLight(unsigned int)':
src/qwt3d_lighting.cpp:178:48: warning: narrowing conversion of '((Qwt3D::ExtGLWidget*)this)->Qwt3D::ExtGLWidget::lights_.std::vector<Qwt3D::ExtGLWidget::Light>::operator[](light).Qwt3D::ExtGLWidget::Light::shift.Qwt3D::Triple::x' from 'double' to 'GLfloat {aka float}' inside { } [-Wnarrowing]
   GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0};
src/qwt3d_lighting.cpp:178:72: warning: narrowing conversion of '((Qwt3D::ExtGLWidget*)this)->Qwt3D::ExtGLWidget::lights_.std::vector<Qwt3D::ExtGLWidget::Light>::operator[](light).Qwt3D::ExtGLWidget::Light::shift.Qwt3D::Triple::y' from 'double' to 'GLfloat {aka float}' inside { } [-Wnarrowing]
   GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0};
src/qwt3d_lighting.cpp:178:96: warning: narrowing conversion of '((Qwt3D::ExtGLWidget*)this)->Qwt3D::ExtGLWidget::lights_.std::vector<Qwt3D::ExtGLWidget::Light>::operator[](light).Qwt3D::ExtGLWidget::Light::shift.Qwt3D::Triple::z' from 'double' to 'GLfloat {aka float}' inside { } [-Wnarrowing]
   GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0};
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_curve.o src/qwt3d_curve.cpp
src/qwt3d_curve.cpp: In member function 'void Qwt3D::Curve::updateNormals()':
src/qwt3d_curve.cpp:199:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if (plotStyle() == NOPLOT && !normals() || !actualData_p) return;
      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_colorlegend.o src/qwt3d_colorlegend.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_plot.o src/qwt3d_plot.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_label.o src/qwt3d_label.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_types.o src/qwt3d_types.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_enrichment_std.o src/qwt3d_enrichment_std.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_autoscaler.o src/qwt3d_autoscaler.cpp
src/qwt3d_autoscaler.cpp:48:8: warning: 'double {anonymous}::floor125(int&, double)' defined but not used [-Wunused-function]
 double floor125( int& exponent, double x)
        ^~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_io_reader.o src/qwt3d_io_reader.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_io.o src/qwt3d_io.cpp
src/qwt3d_io.cpp: In static member function 'static Qwt3D::IO::Container& Qwt3D::IO::rlist()':
src/qwt3d_io.cpp:103:8: warning: variable 'f' set but not used [-Wunused-but-set-variable]
   bool f = false;
        ^
src/qwt3d_io.cpp: In static member function 'static Qwt3D::IO::Container& Qwt3D::IO::wlist()':
src/qwt3d_io.cpp:117:8: warning: variable 'f' set but not used [-Wunused-but-set-variable]
   bool f = false;
        ^
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_scale.o src/qwt3d_scale.cpp
src/qwt3d_scale.cpp: In member function 'virtual QString Qwt3D::Scale::ticLabel(unsigned int) const':
src/qwt3d_scale.cpp:25:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  if (idx < 0 || idx >= majors_p.size())
      ~~~~^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_gridmapping.o src/qwt3d_gridmapping.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_parametricsurface.o src/qwt3d_parametricsurface.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_function.o src/qwt3d_function.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_gridplot.o src/qwt3d_gridplot.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_meshplot.o src/qwt3d_meshplot.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/qwt3d_io_gl2ps.o src/qwt3d_io_gl2ps.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp include/qwt3d_extglwidget.h -o lib/tmp/moc_qwt3d_extglwidget.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/moc_qwt3d_extglwidget.o lib/tmp/moc_qwt3d_extglwidget.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp include/qwt3d_curve.h -o lib/tmp/moc_qwt3d_curve.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/moc_qwt3d_curve.o lib/tmp/moc_qwt3d_curve.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp include/qwt3d_plot.h -o lib/tmp/moc_qwt3d_plot.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -Wall -W -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Iinclude -I../zlib -I../libpng/ -I/usr/X11R6/include -Ilib/tmp -o lib/tmp/moc_qwt3d_plot.o lib/tmp/moc_qwt3d_plot.cpp
rm -f libqwtplot3d.a
ar cqs libqwtplot3d.a lib/tmp/qwt3d_extglwidget.o lib/tmp/qwt3d_axis.o lib/tmp/qwt3d_color.o lib/tmp/qwt3d_coordsys.o lib/tmp/qwt3d_drawable.o lib/tmp/qwt3d_mousekeyboard.o lib/tmp/qwt3d_movements.o lib/tmp/qwt3d_lighting.o lib/tmp/qwt3d_curve.o lib/tmp/qwt3d_colorlegend.o lib/tmp/qwt3d_plot.o lib/tmp/qwt3d_label.o lib/tmp/qwt3d_types.o lib/tmp/qwt3d_enrichment_std.o lib/tmp/qwt3d_autoscaler.o lib/tmp/qwt3d_io_reader.o lib/tmp/qwt3d_io.o lib/tmp/qwt3d_scale.o lib/tmp/qwt3d_gridmapping.o lib/tmp/qwt3d_parametricsurface.o lib/tmp/qwt3d_function.o lib/tmp/qwt3d_gridplot.o lib/tmp/qwt3d_meshplot.o lib/tmp/qwt3d_io_gl2ps.o lib/tmp/moc_qwt3d_extglwidget.o lib/tmp/moc_qwt3d_curve.o lib/tmp/moc_qwt3d_plot.o
rm -f lib/libqwtplot3d.a
mv -f libqwtplot3d.a lib/
make[3]: Leaving directory '/qtiplot-0.9.8.9/3rdparty/qwtplot3d'
cd qtiplot/ && /usr/lib/i386-linux-gnu/qt4/bin/qmake /qtiplot-0.9.8.9/qtiplot/qtiplot.pro -nocache QMAKE_CFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_RELEASE=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_DEBUG=-g\ -O2\ -fdebug-prefix-map=/qtiplot-0.9.8.9=.\ -fstack-protector-strong\ -Wformat\ -Werror=format-security\ -Wdate-time\ -D_FORTIFY_SOURCE=2 QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr -o Makefile
WARNING: /qtiplot-0.9.8.9/qtiplot/qtiplot.pro:66: Unescaped backslashes are deprecated.
WARNING: /qtiplot-0.9.8.9/qtiplot/qtiplot.pro:66: Unmatched quotes are deprecated.
WARNING: /qtiplot-0.9.8.9/qtiplot/qtiplot.pro:67: Unmatched quotes are deprecated.
/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(66): Missing closing " quote/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(67): Missing closing " quote/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(167): Missing closing " quote/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(121): Function 'system' is not implemented/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(123): Function 'system' is not implemented/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(175): Function 'system' is not implemented/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(176): Function 'system' is not implementedUpdating 'translations/qtiplot_cn.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_cz.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_de.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_el.ts'...
    Found 3647 source text(s) (2 new and 3645 already existing)
Updating 'translations/qtiplot_es.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_fr.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_it.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_pt.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_ro.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_ru.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_ja.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
Updating 'translations/qtiplot_sv.ts'...
    Found 3647 source text(s) (0 new and 3647 already existing)
/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(66): Missing closing " quote/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(67): Missing closing " quote/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(167): Missing closing " quote/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(121): Function 'system' is not implemented/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(123): Function 'system' is not implemented/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(175): Function 'system' is not implemented/qtiplot-0.9.8.9/qtiplot/qtiplot.pro(176): Function 'system' is not implementedUpdating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_cn.qm'...
    Generated 3619 translation(s) (3608 finished and 11 unfinished)
    Ignored 28 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_cz.qm'...
    Generated 3642 translation(s) (3642 finished and 0 unfinished)
    Ignored 5 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_de.qm'...
    Generated 3646 translation(s) (3646 finished and 0 unfinished)
    Ignored 2 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_el.qm'...
    Generated 3190 translation(s) (3108 finished and 82 unfinished)
    Ignored 457 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_es.qm'...
    Generated 1903 translation(s) (284 finished and 1619 unfinished)
    Ignored 1744 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_fr.qm'...
    Generated 3645 translation(s) (3645 finished and 0 unfinished)
    Ignored 2 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_it.qm'...
    Generated 3645 translation(s) (3645 finished and 0 unfinished)
    Ignored 2 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_pt.qm'...
    Generated 2254 translation(s) (1517 finished and 737 unfinished)
    Ignored 1393 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_ro.qm'...
    Generated 3647 translation(s) (3647 finished and 0 unfinished)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_ru.qm'...
    Generated 3332 translation(s) (3224 finished and 108 unfinished)
    Ignored 315 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_ja.qm'...
    Generated 76 translation(s) (15 finished and 61 unfinished)
    Ignored 3571 untranslated source text(s)
Updating '/qtiplot-0.9.8.9/qtiplot/translations/qtiplot_sv.qm'...
    Generated 3347 translation(s) (3234 finished and 113 unfinished)
    Ignored 300 untranslated source text(s)
WARNING: /qtiplot-0.9.8.9/qtiplot/qtiplot.pro:167: Unescaped backslashes are deprecated.
WARNING: /qtiplot-0.9.8.9/qtiplot/qtiplot.pro:167: Unmatched quotes are deprecated.
sip: Deprecation warning: src/scripting/qti.sip:33: %Module version number should be specified using the 'version' argument
cd qtiplot/ && /usr/bin/make -f Makefile 
make[3]: Entering directory '/qtiplot-0.9.8.9/qtiplot'
gcc -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/minigzip.o ../3rdparty/zlib/minigzip.c
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ChiSquareTest.o src/analysis/ChiSquareTest.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Convolution.o src/analysis/Convolution.cpp
src/analysis/Convolution.cpp: In member function 'void Convolution::addResultCurve()':
src/analysis/Convolution.cpp:128:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!app)
     ^~
src/analysis/Convolution.cpp:131:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int cols = d_table->numCols();
  ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Correlation.o src/analysis/Correlation.cpp
src/analysis/Correlation.cpp: In member function 'void Correlation::addResultCurve()':
src/analysis/Correlation.cpp:151:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_n > d_table->numRows())
     ^~
src/analysis/Correlation.cpp:154:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int cols = d_table->numCols();
  ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Differentiation.o src/analysis/Differentiation.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ExponentialFit.o src/analysis/ExponentialFit.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FFTFilter.o src/analysis/FFTFilter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FFT.o src/analysis/FFT.cpp
src/analysis/FFT.cpp: In member function 'virtual bool FFT::setDataFromTable(Table*, const QString&, const QString&, int, int, bool)':
src/analysis/FFT.cpp:356:117: warning: unused parameter 'unused' [-Wunused-parameter]
 bool FFT::setDataFromTable(Table *t, const QString& realColName, const QString& imagColName, int from, int to, bool unused)
                                                                                                                     ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Filter.o src/analysis/Filter.cpp
src/analysis/Filter.cpp: In member function 'virtual void Filter::setDataCurve(QwtPlotCurve*, double, double)':
src/analysis/Filter.cpp:125:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else
     ^~~~
src/analysis/Filter.cpp:128:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  if (d_n == -1){
  ^~
src/analysis/Filter.cpp: In member function 'virtual int Filter::curveData(QwtPlotCurve*, double, double, double**, double**)':
src/analysis/Filter.cpp:369:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!c)
     ^~
src/analysis/Filter.cpp:372:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     int i_start = 0, i_end = 0;
     ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Fit.o src/analysis/Fit.cpp
src/analysis/Fit.cpp: In member function 'virtual bool Fit::setDataFromTable(Table*, const QString&, const QString&, int, int, bool)':
src/analysis/Fit.cpp:258:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for (int i = 0; i < d_n; i++)//initialize the weighting data to 1.0
      ^~~
src/analysis/Fit.cpp:260:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   return true;
   ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FitModelHandler.o src/analysis/FitModelHandler.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Integration.o src/analysis/Integration.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Interpolation.o src/analysis/Interpolation.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LogisticFit.o src/analysis/LogisticFit.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MultiPeakFit.o src/analysis/MultiPeakFit.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/NonLinearFit.o src/analysis/NonLinearFit.cpp
src/analysis/NonLinearFit.cpp: In member function 'void NonLinearFit::init()':
src/analysis/NonLinearFit.cpp:81:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (objectName().isEmpty())
     ^~
src/analysis/NonLinearFit.cpp:83:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_formula = QString::null;
  ^~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PluginFit.o src/analysis/PluginFit.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PolynomialFit.o src/analysis/PolynomialFit.cpp
src/analysis/PolynomialFit.cpp: In member function 'virtual void PolynomialFit::fit()':
src/analysis/PolynomialFit.cpp:162:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_init_err)
     ^~
src/analysis/PolynomialFit.cpp:165:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (d_p > d_n){
  ^~
src/analysis/PolynomialFit.cpp: In member function 'virtual void LinearFit::fit()':
src/analysis/PolynomialFit.cpp:295:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_init_err)
     ^~
src/analysis/PolynomialFit.cpp:298:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (d_p > d_n){
  ^~
src/analysis/PolynomialFit.cpp: In member function 'virtual void LinearSlopeFit::fit()':
src/analysis/PolynomialFit.cpp:401:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_init_err)
     ^~
src/analysis/PolynomialFit.cpp:404:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (d_p > d_n){
  ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ShapiroWilkTest.o src/analysis/ShapiroWilkTest.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SigmoidalFit.o src/analysis/SigmoidalFit.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SmoothFilter.o src/analysis/SmoothFilter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Statistics.o src/analysis/Statistics.cpp
src/analysis/Statistics.cpp: In member function 'virtual bool Statistics::run()':
src/analysis/Statistics.cpp:51:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  if (d_n < 0){
      ~~~~^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/StatisticTest.o src/analysis/StatisticTest.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/tTest.o src/analysis/tTest.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/fft2D.o src/analysis/fft2D.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/fit_gsl.o src/analysis/fit_gsl.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/AnovaDialog.o src/analysis/dialogs/AnovaDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/BaselineDialog.o src/analysis/dialogs/BaselineDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ExpDecayDialog.o src/analysis/dialogs/ExpDecayDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FFTDialog.o src/analysis/dialogs/FFTDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FitDialog.o src/analysis/dialogs/FitDialog.cpp
src/analysis/dialogs/FitDialog.cpp: In member function 'void FitDialog::saveUserFunction()':
src/analysis/dialogs/FitDialog.cpp:895:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (d_current_fit->setFormula(formula))
         ^~
src/analysis/dialogs/FitDialog.cpp:898:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (funcBox->currentItem()->text() == name)
   ^~
src/analysis/dialogs/FitDialog.cpp: In member function 'void FitDialog::removeUserFunction()':
src/analysis/dialogs/FitDialog.cpp:946:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (QMessageBox::Yes != QMessageBox::question (this, tr("QtiPlot") + " - " + tr("Remove Fit Model"), s, QMessageBox::Yes, QMessageBox::Cancel))
     ^~
src/analysis/dialogs/FitDialog.cpp:949:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QString name = funcBox->currentItem()->text();
  ^~~~~~~
src/analysis/dialogs/FitDialog.cpp: In member function 'void FitDialog::showFitPage()':
src/analysis/dialogs/FitDialog.cpp:1025:41: warning: enum constant in boolean context [-Wint-in-bool-context]
         it->setFlags(Qt::ItemFlags(!Qt::ItemIsEditable));
                                         ^~~~~~~~~~~~~~
src/analysis/dialogs/FitDialog.cpp:1052:35: warning: enum constant in boolean context [-Wint-in-bool-context]
   it->setFlags(Qt::ItemFlags(!Qt::ItemIsEditable));
                                   ^~~~~~~~~~~~~~
src/analysis/dialogs/FitDialog.cpp:1057:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 0; i<parameters; i++)
     ^~~
src/analysis/dialogs/FitDialog.cpp:1060:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  if (d_current_fit->type() == Fit::User){
  ^~
src/analysis/dialogs/FitDialog.cpp:1067:45: warning: enum constant in boolean context [-Wint-in-bool-context]
             it->setFlags(Qt::ItemFlags(!Qt::ItemIsEditable));
                                             ^~~~~~~~~~~~~~
src/analysis/dialogs/FitDialog.cpp: In member function 'void FitDialog::loadPlugins()':
src/analysis/dialogs/FitDialog.cpp:1223:18: warning: typedef 'fitFunc' locally defined but not used [-Wunused-local-typedefs]
  typedef char* (*fitFunc)();
                  ^~~~~~~
src/analysis/dialogs/FitDialog.cpp: In member function 'void FitDialog::showExpression(int)':
src/analysis/dialogs/FitDialog.cpp:1280:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (function < 0)
     ^~
src/analysis/dialogs/FitDialog.cpp:1283:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  setCurrentFit(function);
  ^~~~~~~~~~~~~
src/analysis/dialogs/FitDialog.cpp: In member function 'void FitDialog::saveInitialGuesses()':
src/analysis/dialogs/FitDialog.cpp:1724:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_current_fit)
     ^~
src/analysis/dialogs/FitDialog.cpp:1727:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  ApplicationWindow *app = (ApplicationWindow *)this->parent();
  ^~~~~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FilterDialog.o src/analysis/dialogs/FilterDialog.cpp
src/analysis/dialogs/FilterDialog.cpp: In member function 'void FilterDialog::filter()':
src/analysis/dialogs/FilterDialog.cpp:142:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     } else
       ^~~~
src/analysis/dialogs/FilterDialog.cpp:145:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  f->setColor(boxColor->color());
  ^
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FrequencyCountDialog.o src/analysis/dialogs/FrequencyCountDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/IntDialog.o src/analysis/dialogs/IntDialog.cpp
src/analysis/dialogs/IntDialog.cpp: In member function 'bool IntDialog::validInput(const QString&)':
src/analysis/dialogs/IntDialog.cpp:200:21: warning: variable 'y0' set but not used [-Wunused-but-set-variable]
      double x0 = x, y0 = y;
                     ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/IntegrationDialog.o src/analysis/dialogs/IntegrationDialog.cpp
src/analysis/dialogs/IntegrationDialog.cpp: In member function 'void IntegrationDialog::activateCurve(const QString&)':
src/analysis/dialogs/IntegrationDialog.cpp:222:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!app)
     ^~
src/analysis/dialogs/IntegrationDialog.cpp:225:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  double start, end;
  ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/InterpolationDialog.o src/analysis/dialogs/InterpolationDialog.cpp
src/analysis/dialogs/InterpolationDialog.cpp: In member function 'void InterpolationDialog::activateCurve(const QString&)':
src/analysis/dialogs/InterpolationDialog.cpp:165:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!app)
     ^~
src/analysis/dialogs/InterpolationDialog.cpp:168:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  double start, end;
  ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PolynomFitDialog.o src/analysis/dialogs/PolynomFitDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SmoothCurveDialog.o src/analysis/dialogs/SmoothCurveDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SubtractDataDialog.o src/analysis/dialogs/SubtractDataDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/StudentTestDialog.o src/analysis/dialogs/StudentTestDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/GriddingDialog.o src/analysis/dialogs/GriddingDialog.cpp
In file included from src/analysis/dialogs/GriddingDialog.h:36:0,
                 from src/analysis/dialogs/GriddingDialog.cpp:29:
/usr/include/libalglib/ap.h:1021:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 const bool operator==(const alglib::complex& lhs, const alglib::complex& rhs);
 ^~~~~
/usr/include/libalglib/ap.h:1022:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 const bool operator!=(const alglib::complex& lhs, const alglib::complex& rhs);
 ^~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Anova.o src/analysis/Anova.cpp
src/analysis/Anova.cpp: In member function 'virtual Table* Anova::resultTable(const QString&)':
src/analysis/Anova.cpp:392:43: warning: unused parameter 'name' [-Wunused-parameter]
 Table * Anova::resultTable(const QString& name)
                                           ^~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/main.o src/core/main.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ApplicationWindow.o src/core/ApplicationWindow.cpp
In file included from src/analysis/dialogs/GriddingDialog.h:36:0,
                 from src/core/ApplicationWindow.cpp:203:
/usr/include/libalglib/ap.h:1021:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 const bool operator==(const alglib::complex& lhs, const alglib::complex& rhs);
 ^~~~~
/usr/include/libalglib/ap.h:1022:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 const bool operator!=(const alglib::complex& lhs, const alglib::complex& rhs);
 ^~~~~
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::setListViewSize(const QString&, const QString&)':
src/core/ApplicationWindow.cpp:2208:56: warning: unused parameter 'caption' [-Wunused-parameter]
 void ApplicationWindow::setListViewSize(const QString& caption,const QString& size)
                                                        ^~~~~~~
src/core/ApplicationWindow.cpp:2208:79: warning: unused parameter 'size' [-Wunused-parameter]
 void ApplicationWindow::setListViewSize(const QString& caption,const QString& size)
                                                                               ^~~~
src/core/ApplicationWindow.cpp: In member function 'QString ApplicationWindow::windowGeometryInfo(MdiSubWindow*)':
src/core/ApplicationWindow.cpp:6647:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else
     ^~~~
src/core/ApplicationWindow.cpp:6649:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  return s;
  ^~~~~~
src/core/ApplicationWindow.cpp: In member function 'bool ApplicationWindow::saveWindow(MdiSubWindow*, const QString&, bool)':
src/core/ApplicationWindow.cpp:6903:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   file_compress(fn.toAscii().data(), "wb9");
                                           ^
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::showMatrixValuesDialog()':
src/core/ApplicationWindow.cpp:8042:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_completion)
     ^~
src/core/ApplicationWindow.cpp:8044:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  md->exec();
  ^~
In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0,
                 from /usr/include/qt4/QtCore/qobjectdefs.h:45,
                 from /usr/include/qt4/QtGui/qwindowdefs.h:45,
                 from /usr/include/qt4/QtGui/qwidget.h:46,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/core/ApplicationWindow.h:33,
                 from src/core/ApplicationWindow.cpp:31:
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::drawPoints()':
/usr/include/qt4/QtCore/qglobal.h:2502:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (variable = *_container_.i;; __extension__ ({--_container_.brk; break;}))
     ^
/usr/include/qt4/QtCore/qglobal.h:2566:21: note: in expansion of macro 'Q_FOREACH'
 #    define foreach Q_FOREACH
                     ^~~~~~~~~
src/core/ApplicationWindow.cpp:8983:5: note: in expansion of macro 'foreach'
     foreach(Graph *g, layers)
     ^
src/core/ApplicationWindow.cpp:8986:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  displayBar->show();
  ^~~~~~~~~~
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::analysisMenuAboutToShow()':
src/core/ApplicationWindow.cpp:9909:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!w)
     ^~
src/core/ApplicationWindow.cpp:9912:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (w->isA("MultiLayer")){
  ^~
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::saveFolder(Folder*, const QString&, bool)':
src/core/ApplicationWindow.cpp:16834:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   file_compress(fn.toAscii().data(), "wb9");
                                           ^
src/core/ApplicationWindow.cpp: In member function 'bool ApplicationWindow::deleteFolder(Folder*)':
src/core/ApplicationWindow.cpp:17170:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!f)
     ^~
src/core/ApplicationWindow.cpp:17173:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (confirmCloseFolder && QMessageBox::information(this, tr("QtiPlot - Delete folder?"),
  ^~
src/core/ApplicationWindow.cpp: In member function 'bool ApplicationWindow::copyFolder(Folder*, Folder*)':
src/core/ApplicationWindow.cpp:17621:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!src || !dest)
     ^~
src/core/ApplicationWindow.cpp:17624:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (dest->subfolders().contains(src->objectName())){
  ^~
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::addCustomAction(QAction*, const QString&, int)':
src/core/ApplicationWindow.cpp:18602:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!action)
     ^~
src/core/ApplicationWindow.cpp:18605:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QList<QToolBar *> toolBars = toolBarsList();
  ^~~~~
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::createActions()':
src/core/ApplicationWindow.cpp:13892:6: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
 void ApplicationWindow::createActions()
      ^~~~~~~~~~~~~~~~~
src/core/ApplicationWindow.cpp: In member function 'void ApplicationWindow::readSettings()':
src/core/ApplicationWindow.cpp:5285:6: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
 void ApplicationWindow::readSettings()
      ^~~~~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ConfigDialog.o src/core/ConfigDialog.cpp
src/core/ConfigDialog.cpp: In member function 'void ConfigDialog::setColorsList(const QList<QColor>&, const QStringList&)':
src/core/ConfigDialog.cpp:1393:35: warning: enum constant in boolean context [-Wint-in-bool-context]
   it->setFlags(Qt::ItemFlags(!Qt::ItemIsEditable));
                                   ^~~~~~~~~~~~~~
src/core/ConfigDialog.cpp: In member function 'virtual void ConfigDialog::languageChange()':
src/core/ConfigDialog.cpp:2123:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     else if (locale.name() == QLocale(QLocale::French).name())
          ^~
src/core/ConfigDialog.cpp:2126:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  lblClipboardSeparator->setText(tr("Clipboard Decimal Separators"));
  ^~~~~~~~~~~~~~~~~~~~~
src/core/ConfigDialog.cpp:2137:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     else if (app->clipboardLocale().name() == QLocale(QLocale::French).name())
          ^~
src/core/ConfigDialog.cpp:2140:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  lblTranslationsPath->setText("<a href=\"http://soft.proindependent.com/translations.html\">" + tr("Translations") + "</a>");
  ^~~~~~~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/CreateBinMatrixDialog.o src/core/CreateBinMatrixDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/CustomActionDialog.o src/core/CustomActionDialog.cpp
src/core/CustomActionDialog.cpp: In member function 'QAction* CustomActionDialog::addAction()':
src/core/CustomActionDialog.cpp:232:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!app)
     ^~
src/core/CustomActionDialog.cpp:235:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (validUserInput()){
  ^~
src/core/CustomActionDialog.cpp: In member function 'void CustomActionDialog::removeAction()':
src/core/CustomActionDialog.cpp:382:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (QMessageBox::Yes != QMessageBox::question(this, tr("QtiPlot") + " - " + tr("Remove Action"), s, QMessageBox::Yes, QMessageBox::Cancel))
     ^~
src/core/CustomActionDialog.cpp:385:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  ApplicationWindow *app = (ApplicationWindow *)parentWidget();
  ^~~~~~~~~~~~~~~~~
src/core/CustomActionDialog.cpp: In member function 'void CustomActionDialog::setCurrentAction(int)':
src/core/CustomActionDialog.cpp:538:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!list.isEmpty())
     ^~
src/core/CustomActionDialog.cpp:540:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (!w)
  ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Folder.o src/core/Folder.cpp
src/core/Folder.cpp: In member function 'virtual void FolderListView::startDrag()':
src/core/Folder.cpp:317:9: warning: variable 'orig' set but not used [-Wunused-but-set-variable]
  QPoint orig = viewportToContents( viewport()->mapFromGlobal( QCursor::pos() ) );
         ^~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FindDialog.o src/core/FindDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ImportASCIIDialog.o src/core/ImportASCIIDialog.cpp
src/core/ImportASCIIDialog.cpp: In constructor 'ImportASCIIDialog::ImportASCIIDialog(bool, QWidget*, bool, Qt::WFlags)':
src/core/ImportASCIIDialog.cpp:83:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     else if (app->d_ASCII_import_locale.name() == QLocale(QLocale::French).name())
          ^~
src/core/ImportASCIIDialog.cpp:86:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QLocale::NumberOptions groupSep = app->d_ASCII_import_locale.numberOptions();
  ^~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MdiSubWindow.o src/core/MdiSubWindow.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/OpenProjectDialog.o src/core/OpenProjectDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PlotWizard.o src/core/PlotWizard.cpp
src/core/PlotWizard.cpp: In member function 'void PlotWizard::plot3D(const QStringList&)':
src/core/PlotWizard.cpp:361:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!app)
     ^~
src/core/PlotWizard.cpp:364:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/QtiPlotApplication.o src/core/QtiPlotApplication.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/RenameWindowDialog.o src/core/RenameWindowDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ExcelFileConverter.o src/excel/ExcelFileConverter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/CollapsiveGroupBox.o src/lib/src/CollapsiveGroupBox.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ColorBox.o src/lib/src/ColorBox.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ColorButton.o src/lib/src/ColorButton.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ColorMapEditor.o src/lib/src/ColorMapEditor.cpp
src/lib/src/ColorMapEditor.cpp: In member function 'void ColorMapEditor::setColorMap(const LinearColorMap&)':
src/lib/src/ColorMapEditor.cpp:161:35: warning: enum constant in boolean context [-Wint-in-bool-context]
   it->setFlags(Qt::ItemFlags(!Qt::ItemIsEditable));
                                   ^~~~~~~~~~~~~~
src/lib/src/ColorMapEditor.cpp: In member function 'void ColorMapEditor::insertLevel()':
src/lib/src/ColorMapEditor.cpp:252:34: warning: enum constant in boolean context [-Wint-in-bool-context]
  it->setFlags(Qt::ItemFlags(!Qt::ItemIsEditable));
                                  ^~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/DoubleSpinBox.o src/lib/src/DoubleSpinBox.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ExtensibleFileDialog.o src/lib/src/ExtensibleFileDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LinearColorMap.o src/lib/src/LinearColorMap.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LineNumberDisplay.o src/lib/src/LineNumberDisplay.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PatternBox.o src/lib/src/PatternBox.cpp
src/lib/src/PatternBox.cpp: In member function 'void PatternBox::setPattern(const Qt::BrushStyle&)':
src/lib/src/PatternBox.cpp:156:39: warning: array subscript is above array bounds [-Warray-bounds]
   const Qt::BrushStyle*ite = std::find(patterns, patterns + sizeof(patterns), style);
                              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/src/PatternBox.cpp:157:23: warning: array subscript is above array bounds [-Warray-bounds]
   if (ite == patterns + sizeof(patterns))
              ~~~~~~~~~^~~~~~~~~
src/lib/src/PatternBox.cpp: In static member function 'static int PatternBox::patternIndex(const Qt::BrushStyle&)':
src/lib/src/PatternBox.cpp:182:39: warning: array subscript is above array bounds [-Warray-bounds]
   const Qt::BrushStyle*ite = std::find(patterns, patterns + sizeof(patterns), style);
                              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/src/PatternBox.cpp:183:23: warning: array subscript is above array bounds [-Warray-bounds]
   if (ite == patterns + sizeof(patterns))
              ~~~~~~~~~^~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PenStyleBox.o src/lib/src/PenStyleBox.cpp
src/lib/src/PenStyleBox.cpp: In member function 'void PenStyleBox::setStyle(const Qt::PenStyle&)':
src/lib/src/PenStyleBox.cpp:53:37: warning: array subscript is above array bounds [-Warray-bounds]
   const Qt::PenStyle*ite = std::find(patterns, patterns + sizeof(patterns), style);
                            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/src/PenStyleBox.cpp:54:23: warning: array subscript is above array bounds [-Warray-bounds]
   if (ite == patterns + sizeof(patterns))
              ~~~~~~~~~^~~~~~~~~
src/lib/src/PenStyleBox.cpp: In static member function 'static int PenStyleBox::styleIndex(const Qt::PenStyle&)':
src/lib/src/PenStyleBox.cpp:79:37: warning: array subscript is above array bounds [-Warray-bounds]
   const Qt::PenStyle*ite = std::find(patterns, patterns + sizeof(patterns), style);
                            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/src/PenStyleBox.cpp:80:23: warning: array subscript is above array bounds [-Warray-bounds]
   if (ite == patterns + sizeof(patterns))
              ~~~~~~~~~^~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SymbolBox.o src/lib/src/SymbolBox.cpp
src/lib/src/SymbolBox.cpp: In member function 'void SymbolBox::setStyle(const QwtSymbol::Style&)':
src/lib/src/SymbolBox.cpp:152:40: warning: array subscript is above array bounds [-Warray-bounds]
  const QwtSymbol::Style*ite = std::find(symbols, symbols + sizeof(symbols), style);
                               ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/src/SymbolBox.cpp:153:21: warning: array subscript is above array bounds [-Warray-bounds]
  if (ite == symbols + sizeof(symbols))
             ~~~~~~~~^~~~~~~~~
src/lib/src/SymbolBox.cpp: In static member function 'static int SymbolBox::symbolIndex(const QwtSymbol::Style&)':
src/lib/src/SymbolBox.cpp:170:40: warning: array subscript is above array bounds [-Warray-bounds]
  const QwtSymbol::Style*ite = std::find(symbols, symbols + sizeof(symbols), style);
                               ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/src/SymbolBox.cpp:171:21: warning: array subscript is above array bounds [-Warray-bounds]
  if (ite == symbols + sizeof(symbols))
             ~~~~~~~~^~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SymbolDialog.o src/lib/src/SymbolDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TextFormatButtons.o src/lib/src/TextFormatButtons.cpp
/usr/lib/i386-linux-gnu/qt4/bin/moc -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot src/lib/3rdparty/qtcolorpicker/src/qtcolorpicker.cpp -o ../tmp/qtiplot/qtcolorpicker.moc
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/qtcolorpicker.o src/lib/3rdparty/qtcolorpicker/src/qtcolorpicker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/AddWidgetTool.o src/plot2D/AddWidgetTool.cpp
src/plot2D/AddWidgetTool.cpp: In member function 'void AddWidgetTool::addRectangle(const QPoint&)':
src/plot2D/AddWidgetTool.cpp:152:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_fw)
     ^~
src/plot2D/AddWidgetTool.cpp:155:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (!d_fw)
  ^~
src/plot2D/AddWidgetTool.cpp: In member function 'void AddWidgetTool::addEllipse(const QPoint&)':
src/plot2D/AddWidgetTool.cpp:168:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_fw)
     ^~
src/plot2D/AddWidgetTool.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (!d_fw)
  ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ArrowMarker.o src/plot2D/ArrowMarker.cpp
src/plot2D/ArrowMarker.cpp: In member function 'virtual bool ArrowMarker::eventFilter(QObject*, QEvent*)':
src/plot2D/ArrowMarker.cpp:530:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
     }
     ^
src/plot2D/ArrowMarker.cpp:533:3: note: here
   default:
   ^~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/BoxCurve.o src/plot2D/BoxCurve.cpp
src/plot2D/BoxCurve.cpp: In member function 'void BoxCurve::updateLabels(bool)':
src/plot2D/BoxCurve.cpp:706:10: warning: variable 'locale' set but not used [-Wunused-but-set-variable]
  QLocale locale = d_plot->locale();
          ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/CanvasPicker.o src/plot2D/CanvasPicker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/DataPickerTool.o src/plot2D/DataPickerTool.cpp
src/plot2D/DataPickerTool.cpp: In member function 'virtual bool DataPickerTool::eventFilter(QObject*, QEvent*)':
src/plot2D/DataPickerTool.cpp:187:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
             else
             ^~~~
src/plot2D/DataPickerTool.cpp:189:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   break;
   ^~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/EllipseWidget.o src/plot2D/EllipseWidget.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ErrorBarsCurve.o src/plot2D/ErrorBarsCurve.cpp
src/plot2D/ErrorBarsCurve.cpp: In member function 'virtual void ErrorBarsCurve::loadData()':
src/plot2D/ErrorBarsCurve.cpp:297:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!plot())
     ^~
src/plot2D/ErrorBarsCurve.cpp:300:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  Table *mt = d_master_curve->table();
  ^~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FrameWidget.o src/plot2D/FrameWidget.cpp
src/plot2D/FrameWidget.cpp: In member function 'void FrameWidget::setCoordinates(double, double, double, double)':
src/plot2D/FrameWidget.cpp:139:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_plot)
     ^~
src/plot2D/FrameWidget.cpp:142:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QWidget *layerCanvas = d_plot->canvas();
  ^~~~~~~
src/plot2D/FrameWidget.cpp: In static member function 'static void FrameWidget::setRect(QWidget*, double, double, double, double, FrameWidget::Unit)':
src/plot2D/FrameWidget.cpp:397:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!widget)
     ^~
src/plot2D/FrameWidget.cpp:400:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int dpiX = widget->logicalDpiX();
  ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FunctionCurve.o src/plot2D/FunctionCurve.cpp
src/plot2D/FunctionCurve.cpp: In member function 'bool FunctionCurve::loadData(int, bool)':
src/plot2D/FunctionCurve.cpp:183:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!points)
     ^~
src/plot2D/FunctionCurve.cpp:186:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  double *X = (double *)malloc(points*sizeof(double));
  ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Graph.o src/plot2D/Graph.cpp
src/plot2D/Graph.cpp: In member function 'void Graph::enableTextEditor()':
src/plot2D/Graph.cpp:313:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!app)
     ^~
src/plot2D/Graph.cpp:316:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (app->d_in_place_editing)
  ^~
src/plot2D/Graph.cpp: In member function 'void Graph::updateOppositeScaleDiv(int)':
src/plot2D/Graph.cpp:1373:6: warning: variable 'max_min_intervals' set but not used [-Wunused-but-set-variable]
  int max_min_intervals = minorTicks;
      ^~~~~~~~~~~~~~~~~
src/plot2D/Graph.cpp: In member function 'void Graph::setBarsGap(int, int, int)':
src/plot2D/Graph.cpp:3791:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (bars->gap() == gapPercent && bars->offset() == offset)
     ^~
src/plot2D/Graph.cpp:3794:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  bars->setGap(gapPercent);
  ^~~~
src/plot2D/Graph.cpp: In member function 'void Graph::createTable(const QwtPlotCurve*)':
src/plot2D/Graph.cpp:4325:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!curve)
     ^~
src/plot2D/Graph.cpp:4328:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  MultiLayer *plot = multiLayer();
  ^~~~~~~~~~
src/plot2D/Graph.cpp: In member function 'void Graph::setCurveStyle(int, int)':
src/plot2D/Graph.cpp:5105:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (curve_type == VerticalBars || curve_type == HorizontalBars || curve_type == Histogram ||
     ^~
src/plot2D/Graph.cpp:5110:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  c->setCurveAttribute(QwtPlotCurve::Fitted, false);
  ^
src/plot2D/Graph.cpp: In member function 'void Graph::guessUniqueCurveLayout(int&, int&)':
src/plot2D/Graph.cpp:5294:14: warning: operation on 'colorIndex' may be undefined [-Wsequence-point]
   colorIndex = (++colorIndex)%16;
   ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
src/plot2D/Graph.cpp:5295:15: warning: operation on 'symbolIndex' may be undefined [-Wsequence-point]
   symbolIndex = (++symbolIndex)%15;
   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Grid.o src/plot2D/Grid.cpp
src/plot2D/Grid.cpp: In member function 'const QPen& Grid::xZeroLinePen()':
src/plot2D/Grid.cpp:275:14: warning: returning reference to temporary [-Wreturn-local-addr]
  return QPen();
              ^
src/plot2D/Grid.cpp: In member function 'const QPen& Grid::yZeroLinePen()':
src/plot2D/Grid.cpp:289:14: warning: returning reference to temporary [-Wreturn-local-addr]
  return QPen();
              ^
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ImageSymbol.o src/plot2D/ImageSymbol.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ImageWidget.o src/plot2D/ImageWidget.cpp
src/plot2D/ImageWidget.cpp: In member function 'void ImageWidget::draw(QPainter*, const QRect&)':
src/plot2D/ImageWidget.cpp:193:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_frame != None && (painter->device()->devType() == QInternal::Widget ||
     ^~
src/plot2D/ImageWidget.cpp:197:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  painter->drawPixmap(r, d_pix);
  ^~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LegendWidget.o src/plot2D/LegendWidget.cpp
src/plot2D/LegendWidget.cpp: In member function 'QVector<long int> LegendWidget::itemsHeight(QPainter*, int, int, int&, int&, int&, int&)':
src/plot2D/LegendWidget.cpp:497:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (aux_a > 90)
     ^~
src/plot2D/LegendWidget.cpp:500:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  double angle = aux_a*M_PI/180.0;
  ^~~~~~
src/plot2D/LegendWidget.cpp: In member function 'void LegendWidget::showTextEditor()':
src/plot2D/LegendWidget.cpp:738:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!app)
     ^~
src/plot2D/LegendWidget.cpp:741:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_plot->deselect(this);
  ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LineProfileTool.o src/plot2D/LineProfileTool.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LnScaleEngine.o src/plot2D/LnScaleEngine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Log2ScaleEngine.o src/plot2D/Log2ScaleEngine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LogitScaleEngine.o src/plot2D/LogitScaleEngine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MultiLayer.o src/plot2D/MultiLayer.cpp
src/plot2D/MultiLayer.cpp: In member function 'Graph* MultiLayer::layer(int)':
src/plot2D/MultiLayer.cpp:205:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (index < 0 || index >= graphsList.count())
     ^~
src/plot2D/MultiLayer.cpp:208:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  return (Graph*) graphsList.at(index);
  ^~~~~~
src/plot2D/MultiLayer.cpp: In member function 'bool MultiLayer::removeLayer(Graph*)':
src/plot2D/MultiLayer.cpp:510:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (index < 0 || index > graphsList.size())
     ^~
src/plot2D/MultiLayer.cpp:514:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  LayerButton* btn = buttonsList.at(index);
  ^~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MultiPeakFitTool.o src/plot2D/MultiPeakFitTool.cpp
src/plot2D/MultiPeakFitTool.cpp: In member function 'void MultiPeakFitTool::finalize()':
src/plot2D/MultiPeakFitTool.cpp:175:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     } else
       ^~~~
src/plot2D/MultiPeakFitTool.cpp:178:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  d_graph->setActiveTool(NULL);
  ^~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PieCurve.o src/plot2D/PieCurve.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PlotCurve.o src/plot2D/PlotCurve.cpp
src/plot2D/PlotCurve.cpp: In member function 'virtual QString DataCurve::saveToString()':
src/plot2D/PlotCurve.cpp:1040:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_labels_y_offset != 0.0)
     ^~
src/plot2D/PlotCurve.cpp:1043:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (type() == Graph::Box){
  ^~
src/plot2D/PlotCurve.cpp: In member function 'void DataCurve::restoreLabels(const QStringList&)':
src/plot2D/PlotCurve.cpp:1059:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (s.contains("<column>"))
     ^~
src/plot2D/PlotCurve.cpp:1062:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    for (line++; line != lst.end(); line++){
    ^~~
src/plot2D/PlotCurve.cpp:1079:59: warning: ignoring return value of 'QString QString::trimmed() const', declared with attribute warn_unused_result [-Wunused-result]
             s.remove("<Font>").remove("</Font>").trimmed();
                                                           ^
In file included from /usr/include/qt4/QtCore/qobject.h:48:0,
                 from /usr/include/qt4/QtCore/qiodevice.h:46,
                 from /usr/include/qt4/QtCore/qdatastream.h:46,
                 from /usr/include/qt4/QtCore/qstringlist.h:46,
                 from /usr/include/qt4/QtGui/qcolor.h:47,
                 from /usr/include/qt4/QtGui/qpen.h:45,
                 from ../3rdparty/qwt/src/qwt_plot_curve.h:13,
                 from src/plot2D/PlotCurve.h:32,
                 from src/plot2D/PlotCurve.cpp:29:
/usr/include/qt4/QtCore/qstring.h:250:13: note: declared here
     QString trimmed() const Q_REQUIRED_RESULT;
             ^~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ProbabilityScaleEngine.o src/plot2D/ProbabilityScaleEngine.cpp
src/plot2D/ProbabilityScaleEngine.cpp: In member function 'QwtValueList ProbabilityScaleEngine::buildMajorTicks(const QwtDoubleInterval&, int) const':
src/plot2D/ProbabilityScaleEngine.cpp:119:30: warning: unused parameter 'interval' [-Wunused-parameter]
     const QwtDoubleInterval &interval, int stepSize) const
                              ^~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/QwtBarCurve.o src/plot2D/QwtBarCurve.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/QwtHistogram.o src/plot2D/QwtHistogram.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/RangeSelectorTool.o src/plot2D/RangeSelectorTool.cpp
src/plot2D/RangeSelectorTool.cpp: In member function 'void RangeSelectorTool::copySelection()':
src/plot2D/RangeSelectorTool.cpp:313:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_selected_curve)
     ^~
src/plot2D/RangeSelectorTool.cpp:316:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (mightNeedMultipleSelection())
  ^~
src/plot2D/RangeSelectorTool.cpp: In member function 'void RangeSelectorTool::clearSelection()':
src/plot2D/RangeSelectorTool.cpp:324:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_selected_curve)
     ^~
src/plot2D/RangeSelectorTool.cpp:327:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (mightNeedMultipleSelection())
  ^~
src/plot2D/RangeSelectorTool.cpp: In member function 'void RangeSelectorTool::copySelectedCurve()':
src/plot2D/RangeSelectorTool.cpp:335:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_selected_curve)
     ^~
src/plot2D/RangeSelectorTool.cpp:338:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int start_point = QMIN(d_active_point, d_inactive_point);
  ^~~
src/plot2D/RangeSelectorTool.cpp: In member function 'void RangeSelectorTool::pasteSelection()':
src/plot2D/RangeSelectorTool.cpp:572:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!t)
     ^~
src/plot2D/RangeSelectorTool.cpp:575:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (t->isReadOnlyColumn(t->colIndex(((DataCurve *)d_selected_curve)->xColumnName()))){
  ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ReciprocalScaleEngine.o src/plot2D/ReciprocalScaleEngine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/RectangleWidget.o src/plot2D/RectangleWidget.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScaleDraw.o src/plot2D/ScaleDraw.cpp
src/plot2D/ScaleDraw.cpp: In member function 'virtual void ScaleDraw::drawTick(QPainter*, double, int) const':
src/plot2D/ScaleDraw.cpp:551:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (minTicks.contains(value) && (d_minTicks == In || d_minTicks == None))
     ^~
src/plot2D/ScaleDraw.cpp:554:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QwtScaleDraw::drawTick(p, value, len);
  ^~~~~~~~~~~~
src/plot2D/ScaleDraw.cpp: In member function 'void ScaleDraw::setNumericFormat(ScaleDraw::NumericFormat)':
src/plot2D/ScaleDraw.cpp:450:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
    d_fmt = 'f';
    ~~~~~~^~~~~
src/plot2D/ScaleDraw.cpp:451:3: note: here
   case Superscripts:
   ^~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScaleEngine.o src/plot2D/ScaleEngine.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScalePicker.o src/plot2D/ScalePicker.cpp
src/plot2D/ScalePicker.cpp: In member function 'void ScalePicker::selectLabels(QwtScaleWidget*, bool)':
src/plot2D/ScalePicker.cpp:274:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_labels_selected == select && d_selected_axis == scale)
     ^~
src/plot2D/ScalePicker.cpp:277:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  Graph *g = plot();
  ^~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScreenPickerTool.o src/plot2D/ScreenPickerTool.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SelectionMoveResizer.o src/plot2D/SelectionMoveResizer.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Spectrogram.o src/plot2D/Spectrogram.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SubtractLineTool.o src/plot2D/SubtractLineTool.cpp
src/plot2D/SubtractLineTool.cpp: In constructor 'SubtractLineTool::SubtractLineTool(Graph*, ApplicationWindow*, const QObject*, const char*)':
src/plot2D/SubtractLineTool.cpp:40:69: warning: unused parameter 'app' [-Wunused-parameter]
 SubtractLineTool::SubtractLineTool(Graph *graph, ApplicationWindow *app, const QObject *status_target, const char *status_slot)
                                                                     ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TexWidget.o src/plot2D/TexWidget.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TitlePicker.o src/plot2D/TitlePicker.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TranslateCurveTool.o src/plot2D/TranslateCurveTool.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/VectorCurve.o src/plot2D/VectorCurve.cpp
src/plot2D/VectorCurve.cpp: In member function 'virtual void VectorCurve::draw(QPainter*, const QwtScaleMap&, const QwtScaleMap&, int, int) const':
src/plot2D/VectorCurve.cpp:79:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (to < 0)
     ^~
src/plot2D/VectorCurve.cpp:82:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QwtPlotCurve::draw(painter, xMap, yMap, from, to);
  ^~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/AssociationsDialog.o src/plot2D/dialogs/AssociationsDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/AxesDialog.o src/plot2D/dialogs/AxesDialog.cpp
src/plot2D/dialogs/AxesDialog.cpp: In member function 'void AxesDialog::applyChangesToGrid(Grid*)':
src/plot2D/dialogs/AxesDialog.cpp:1091:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!grid)
     ^~
src/plot2D/dialogs/AxesDialog.cpp:1094:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (axesGridList->currentRow() == 1){
  ^~
src/plot2D/dialogs/AxesDialog.cpp: In member function 'void AxesDialog::updateLabelsFormat(int)':
src/plot2D/dialogs/AxesDialog.cpp:1786:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (boxAxisType->currentIndex() != ScaleDraw::Numeric)
         ^~
src/plot2D/dialogs/AxesDialog.cpp:1789:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   int a = mapToQwtAxisId();
   ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ContourLinesEditor.o src/plot2D/dialogs/ContourLinesEditor.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/CurvesDialog.o src/plot2D/dialogs/CurvesDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/CurveRangeDialog.o src/plot2D/dialogs/CurveRangeDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/EnrichmentDialog.o src/plot2D/dialogs/EnrichmentDialog.cpp
src/plot2D/dialogs/EnrichmentDialog.cpp: In constructor 'EnrichmentDialog::EnrichmentDialog(EnrichmentDialog::WidgetType, Graph*, ApplicationWindow*, QWidget*)':
src/plot2D/dialogs/EnrichmentDialog.cpp:96:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (wt != MDIWindow)
     ^~
src/plot2D/dialogs/EnrichmentDialog.cpp:98:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  initGeometryPage();
  ^~~~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ErrDialog.o src/plot2D/dialogs/ErrDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FunctionDialog.o src/plot2D/dialogs/FunctionDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ImageExportDialog.o src/plot2D/dialogs/ImageExportDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LayerDialog.o src/plot2D/dialogs/LayerDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/LineDialog.o src/plot2D/dialogs/LineDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PlotDialog.o src/plot2D/dialogs/PlotDialog.cpp
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::showAll(bool)':
src/plot2D/dialogs/PlotDialog.cpp:216:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (item->type() == CurveTreeItem::PlotCurveTreeItem)
      ^~
src/plot2D/dialogs/PlotDialog.cpp:219:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   btnMore->setText("&>>");
   ^~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::editCurve()':
src/plot2D/dialogs/PlotDialog.cpp:256:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (item->type() != CurveTreeItem::PlotCurveTreeItem)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:259:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int index = item->plotItemIndex();
  ^~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::changePlotType(int)':
src/plot2D/dialogs/PlotDialog.cpp:312:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!graph)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:315:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int curveType = item->plotItemStyle();
  ^~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::selectCurve(int)':
src/plot2D/dialogs/PlotDialog.cpp:2206:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (layerItem->type() != LayerItem::LayerTreeItem)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:2208:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QTreeWidgetItem *item = layerItem->child(index);
  ^~~~~~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::showStatistics()':
src/plot2D/dialogs/PlotDialog.cpp:2258:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!plotItem)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:2261:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QwtHistogram *h = (QwtHistogram *)plotItem;
  ^~~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::pickErrorBarsColor()':
src/plot2D/dialogs/PlotDialog.cpp:2481:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!graph)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:2484:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  graph->updateErrorBars((ErrorBarsCurve *)item->plotItem(), xBox->isChecked(), widthBox->value(),
  ^~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::insertTabs(int)':
src/plot2D/dialogs/PlotDialog.cpp:2645:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!item || item->type() != CurveTreeItem::PlotCurveTreeItem)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:2648:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  PlotCurve *fc = (PlotCurve *)((CurveTreeItem *)item)->plotItem();
  ^~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::showWorksheet()':
src/plot2D/dialogs/PlotDialog.cpp:2720:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (item->type() != CurveTreeItem::PlotCurveTreeItem)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:2723:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  app->showCurveWorksheet(item->graph(), item->plotItemIndex());
  ^~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::setActiveLayer(LayerItem*)':
src/plot2D/dialogs/PlotDialog.cpp:2784:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!g)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:2787:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  curvePlotTypeBox->hide();
  ^~~~~~~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'bool PlotDialog::acceptParams()':
src/plot2D/dialogs/PlotDialog.cpp:3744:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!graph)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:3747:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (privateTabWidget->currentPage() == axesPage){
  ^~
src/plot2D/dialogs/PlotDialog.cpp:3755:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
        if (!sp || sp->rtti() != QwtPlotItem::Rtti_PlotSpectrogram)
        ^~
src/plot2D/dialogs/PlotDialog.cpp:3758:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   ApplicationWindow *app = (ApplicationWindow *)this->parent();
   ^~~~~~~~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp:3789:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
        if (!sp || sp->rtti() != QwtPlotItem::Rtti_PlotSpectrogram)
        ^~
src/plot2D/dialogs/PlotDialog.cpp:3792:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (defaultContourBox->isChecked()){
   ^~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::chooseLabelsFont()':
src/plot2D/dialogs/PlotDialog.cpp:4254:7: warning: variable 'spectrogram' set but not used [-Wunused-but-set-variable]
  bool spectrogram = false;
       ^~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'void PlotDialog::setEquidistantLevels()':
src/plot2D/dialogs/PlotDialog.cpp:4485:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!it)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:4488:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  CurveTreeItem *item = (CurveTreeItem *)it;
  ^~~~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp:4490:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!plotItem)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:4493:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  Spectrogram *sp = (Spectrogram *)plotItem;
  ^~~~~~~~~~~
src/plot2D/dialogs/PlotDialog.cpp: In member function 'QRect PlotDialog::layerCanvasRect(QWidget*, double, double, double, double, FrameWidget::Unit)':
src/plot2D/dialogs/PlotDialog.cpp:5005:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!widget)
     ^~
src/plot2D/dialogs/PlotDialog.cpp:5008:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int dpiX = widget->logicalDpiX();
  ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TextDialog.o src/plot2D/dialogs/TextDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TextEditor.o src/plot2D/dialogs/TextEditor.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Bar.o src/plot3D/Bar.cpp
src/plot3D/Bar.cpp: In member function 'virtual void Bar::draw(const Qwt3D::Triple&)':
src/plot3D/Bar.cpp:126:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_draw_lines)
     ^~
src/plot3D/Bar.cpp:129:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  Qwt3D::RGBA meshCol = plot->meshColor();//using mesh color to draw the lines
  ^~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ColorMapPreviewDialog.o src/plot3D/ColorMapPreviewDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Cone3D.o src/plot3D/Cone3D.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Graph3D.o src/plot3D/Graph3D.cpp
src/plot3D/Graph3D.cpp: In member function 'virtual void Graph3D::print()':
src/plot3D/Graph3D.cpp:2097:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else
     ^~~~
src/plot3D/Graph3D.cpp:2099:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  printer.setColorMode (QPrinter::Color);
  ^~~~~~~
src/plot3D/Graph3D.cpp: In member function 'void Graph3D::exportVector(const QString&, int, int, const QSizeF&, int, double)':
src/plot3D/Graph3D.cpp:2288:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     else if (fileName.endsWith(".pgf", Qt::CaseInsensitive))
          ^~
src/plot3D/Graph3D.cpp:2291:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QSize cs = Graph::customPrintSize(customSize, unit, 72);
  ^~~~~
src/plot3D/Graph3D.cpp: In member function 'void Graph3D::setScale(double, double, double)':
src/plot3D/Graph3D.cpp:2543:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (sp->xScale() == xVal && sp->yScale() == yVal && sp->zScale() == zVal)
     ^~
src/plot3D/Graph3D.cpp:2546:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  sp->setScale(xVal, yVal, zVal);
  ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Plot3DDialog.o src/plot3D/Plot3DDialog.cpp
src/plot3D/Plot3DDialog.cpp: In member function 'bool Plot3DDialog::updatePlot()':
src/plot3D/Plot3DDialog.cpp:1112:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!app)
     ^~
src/plot3D/Plot3DDialog.cpp:1115:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (generalDialog->currentPage() == bars){
  ^~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SurfaceDialog.o src/plot3D/SurfaceDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ColorMapDialog.o src/matrix/ColorMapDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Matrix.o src/matrix/Matrix.cpp
src/matrix/Matrix.cpp: In member function 'void Matrix::clearSelection()':
src/matrix/Matrix.cpp:641:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_view_type == ImageView)
     ^~
src/matrix/Matrix.cpp:644:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QItemSelectionModel *selModel = d_table_view->selectionModel();
  ^~~~~~~~~~~~~~~~~~~
src/matrix/Matrix.cpp: In member function 'void Matrix::copySelection()':
src/matrix/Matrix.cpp:667:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_view_type == ImageView)
     ^~
src/matrix/Matrix.cpp:670:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QItemSelectionModel *selModel = d_table_view->selectionModel();
  ^~~~~~~~~~~~~~~~~~~
src/matrix/Matrix.cpp: In member function 'void Matrix::insertRow()':
src/matrix/Matrix.cpp:893:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_matrix_model->canResize(numRows() + 1, numCols()))
     ^~
src/matrix/Matrix.cpp:896:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_undo_stack->push(new MatrixInsertRowCommand(d_matrix_model, index.row(), tr("Insert Row") + " " +
  ^~~~~~~~~~~~
src/matrix/Matrix.cpp: In member function 'void Matrix::insertColumn()':
src/matrix/Matrix.cpp:913:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_matrix_model->canResize(numRows(), numCols() + 1))
     ^~
src/matrix/Matrix.cpp:916:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_undo_stack->push(new MatrixInsertColCommand(d_matrix_model, index.column(), tr("Insert Column") + " " +
  ^~~~~~~~~~~~
src/matrix/Matrix.cpp: In member function 'void Matrix::goToRow(int)':
src/matrix/Matrix.cpp:1270:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_view_type == ImageView)
     ^~
src/matrix/Matrix.cpp:1272:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_table_view->selectRow(row - 1);
  ^~~~~~~~~~~~
src/matrix/Matrix.cpp: In member function 'void Matrix::goToColumn(int)':
src/matrix/Matrix.cpp:1281:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (d_view_type == ImageView)
     ^~
src/matrix/Matrix.cpp:1283:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_table_view->selectColumn(col - 1);
  ^~~~~~~~~~~~
src/matrix/Matrix.cpp: In member function 'void Matrix::copy(Matrix*)':
src/matrix/Matrix.cpp:1318:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i=0; i<size; i++)
     ^~~
src/matrix/Matrix.cpp:1321:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  d_header_view_type = m->headerViewType();
  ^~~~~~~~~~~~~~~~~~
src/matrix/Matrix.cpp:1331:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (d_select_all_shortcut)
         ^~
src/matrix/Matrix.cpp:1333:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      initImageView();
      ^~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MatrixCommand.o src/matrix/MatrixCommand.cpp
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixSetColorMapCommand::redo()':
src/matrix/MatrixCommand.cpp:274:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_matrix)
     ^~
src/matrix/MatrixCommand.cpp:277:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  switch(d_map_type_after){
  ^~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixDeleteRowsCommand::redo()':
src/matrix/MatrixCommand.cpp:335:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:338:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixDeleteRowsCommand::undo()':
src/matrix/MatrixCommand.cpp:345:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:348:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixInsertRowCommand::redo()':
src/matrix/MatrixCommand.cpp:374:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:377:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixInsertRowCommand::undo()':
src/matrix/MatrixCommand.cpp:384:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:387:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixDeleteColsCommand::redo()':
src/matrix/MatrixCommand.cpp:407:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:410:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixDeleteColsCommand::undo()':
src/matrix/MatrixCommand.cpp:417:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:420:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixInsertColCommand::redo()':
src/matrix/MatrixCommand.cpp:448:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:451:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixInsertColCommand::undo()':
src/matrix/MatrixCommand.cpp:458:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:461:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixSetSizeCommand::undo()':
src/matrix/MatrixCommand.cpp:490:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:493:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int rows = d_old_size.width();
  ^~~
src/matrix/MatrixCommand.cpp:498:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!data)
     ^~
src/matrix/MatrixCommand.cpp:501:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixUndoCommand::redo()':
src/matrix/MatrixCommand.cpp:606:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:609:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  switch(d_operation){
  ^~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixUndoCommand::undo()':
src/matrix/MatrixCommand.cpp:631:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!data)
     ^~
src/matrix/MatrixCommand.cpp:634:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixImportAsciiCommand::redo()':
src/matrix/MatrixCommand.cpp:721:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:724:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  d_model->importASCII(d_path, d_sep, d_ignore_lines, d_strip_spaces, d_simplify_spaces,
  ^~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixPasteCommand::redo()':
src/matrix/MatrixCommand.cpp:823:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!d_model)
     ^~
src/matrix/MatrixCommand.cpp:826:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
src/matrix/MatrixCommand.cpp: In member function 'virtual void MatrixPasteCommand::undo()':
src/matrix/MatrixCommand.cpp:838:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!data)
     ^~
src/matrix/MatrixCommand.cpp:841:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
  ^~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MatrixDialog.o src/matrix/MatrixDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MatrixModel.o src/matrix/MatrixModel.cpp
In file included from /usr/include/libalglib/interpolation.h:22:0,
                 from src/matrix/MatrixModel.cpp:48:
/usr/include/libalglib/ap.h:1021:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 const bool operator==(const alglib::complex& lhs, const alglib::complex& rhs);
 ^~~~~
/usr/include/libalglib/ap.h:1022:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 const bool operator!=(const alglib::complex& lhs, const alglib::complex& rhs);
 ^~~~~
src/matrix/MatrixModel.cpp: In member function 'QString MatrixModel::text(int, int)':
src/matrix/MatrixModel.cpp:196:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (i < 0 || i >= d_rows*d_cols || gsl_isnan(val))
     ^~
src/matrix/MatrixModel.cpp:199:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (d_matrix){
  ^~
src/matrix/MatrixModel.cpp: In member function 'double MatrixModel::data(int, int) const':
src/matrix/MatrixModel.cpp:225:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (i < 0 || i>= d_rows*d_cols)
     ^~
src/matrix/MatrixModel.cpp:228:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  return d_data[i];
  ^~~~~~
src/matrix/MatrixModel.cpp: In member function 'virtual QVariant MatrixModel::data(const QModelIndex&, int) const':
src/matrix/MatrixModel.cpp:304:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (gsl_isnan (val))
     ^~
src/matrix/MatrixModel.cpp:307:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (role == Qt::DisplayRole || role == Qt::EditRole){
  ^~
src/matrix/MatrixModel.cpp: In member function 'virtual bool MatrixModel::insertColumns(int, int, const QModelIndex&)':
src/matrix/MatrixModel.cpp:401:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!canResize(d_rows, d_cols + count))
     ^~
src/matrix/MatrixModel.cpp:404:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  beginInsertColumns(parent, column, column + count - 1);
  ^~~~~~~~~~~~~~~~~~
src/matrix/MatrixModel.cpp: In member function 'virtual bool MatrixModel::insertRows(int, int, const QModelIndex&)':
src/matrix/MatrixModel.cpp:427:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!canResize(d_rows + count, d_cols))
     ^~
src/matrix/MatrixModel.cpp:430:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  beginInsertRows(parent, row, row + count - 1);
  ^~~~~~~~~~~~~~~
src/matrix/MatrixModel.cpp:439:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 0; i < insertedCells; i++)
     ^~~
src/matrix/MatrixModel.cpp:442:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  endInsertRows();
  ^~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MatrixSizeDialog.o src/matrix/MatrixSizeDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MatrixValuesDialog.o src/matrix/MatrixValuesDialog.cpp
src/matrix/MatrixValuesDialog.cpp: In member function 'void MatrixValuesDialog::setMatrix(Matrix*)':
src/matrix/MatrixValuesDialog.cpp:181:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!m)
     ^~
src/matrix/MatrixValuesDialog.cpp:184:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  matrix = m;
  ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MatrixResamplingDialog.o src/matrix/MatrixResamplingDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ExportDialog.o src/table/ExportDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SetColValuesDialog.o src/table/SetColValuesDialog.cpp
src/table/SetColValuesDialog.cpp: In member function 'void SetColValuesDialog::updateColumn(int)':
src/table/SetColValuesDialog.cpp:179:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (sc < 0 || sc > table->numCols() - 1)
     ^~
src/table/SetColValuesDialog.cpp:182:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (sc == 0)
  ^~
src/table/SetColValuesDialog.cpp: In member function 'bool SetColValuesDialog::apply()':
src/table/SetColValuesDialog.cpp:217:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (col < 0 || col > table->numCols() - 1)
     ^~
src/table/SetColValuesDialog.cpp:220:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QString formula = commands->text();
  ^~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/SortDialog.o src/table/SortDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Table.o src/table/Table.cpp
src/table/Table.cpp: In member function 'virtual void Table::print(QPrinter*)':
src/table/Table.cpp:200:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!p.begin(printer))
     ^~
src/table/Table.cpp:203:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  Q3PaintDeviceMetrics metrics( p.device() );
  ^~~~~~~~~~~~~~~~~~~~
src/table/Table.cpp: In member function 'void Table::setColName(int, const QString&, bool, bool)':
src/table/Table.cpp:1068:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (col_label[col] == text && !enumerateRight)
     ^~
src/table/Table.cpp:1071:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  QString caption = objectName();
  ^~~~~~~
src/table/Table.cpp: In member function 'virtual void Table::insertCols(int, int)':
src/table/Table.cpp:1271:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (start < 0)
     ^~
src/table/Table.cpp:1274:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int max = 0;
  ^~~
src/table/Table.cpp: In member function 'void Table::deleteRows(int, int)':
src/table/Table.cpp:1425:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (end >= d_table->numRows())
     ^~
src/table/Table.cpp:1428:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  int rows = abs(end - start) + 1;
  ^~~
src/table/Table.cpp: In member function 'void Table::freeMemory()':
src/table/Table.cpp:2197:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for ( int i = 0; i < d_table->numCols(); i++)
     ^~~
src/table/Table.cpp:2200:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  delete[] d_saved_cells;
  ^~~~~~
src/table/Table.cpp: In member function 'void Table::setMonthFormat(const QString&, int, bool)':
src/table/Table.cpp:2361:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (colTypes[col] == Month && col_format[col] == format)
     ^~
src/table/Table.cpp:2364:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  colTypes[col] = Month;
  ^~~~~~~~
src/table/Table.cpp: In member function 'void Table::setDayFormat(const QString&, int, bool)':
src/table/Table.cpp:2394:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (colTypes[col] == Day && col_format[col] == format)
     ^~
src/table/Table.cpp:2397:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  colTypes[col] = Day;
  ^~~~~~~~
src/table/Table.cpp: In member function 'virtual void Table::restore(const QStringList&)':
src/table/Table.cpp:3559:11: warning: statement has no effect [-Wunused-value]
  for (line; line != flist.end(); line++){
           ^
src/table/Table.cpp: In member function 'void Table::setReadOnlyColumn(int, bool)':
src/table/Table.cpp:3737:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (col < 0 || col >= d_table->numCols())
     ^~
src/table/Table.cpp:3740:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (d_table->isColumnReadOnly(col) == on)
  ^~
src/table/Table.cpp: In member function 'virtual void MyTable::activateNextCell()':
src/table/Table.cpp:4010:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(row+1 >= numRows())
     ^~
src/table/Table.cpp:4013:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  setCurrentCell (row + 1, col);
  ^~~~~~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TableDialog.o src/table/TableDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/TableStatistics.o src/table/TableStatistics.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ExtractDataDialog.o src/table/ExtractDataDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FindReplaceDialog.o src/scripting/FindReplaceDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/MyParser.o src/scripting/MyParser.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Note.o src/scripting/Note.cpp
src/scripting/Note.cpp: In member function 'void Note::init(ScriptingEnv*)':
src/scripting/Note.cpp:46:31: warning: unused parameter 'env' [-Wunused-parameter]
 void Note::init(ScriptingEnv *env)
                               ^~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PythonSyntaxHighlighter.o src/scripting/PythonSyntaxHighlighter.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScriptingEnv.o src/scripting/ScriptingEnv.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/Script.o src/scripting/Script.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScriptEdit.o src/scripting/ScriptEdit.cpp
src/scripting/ScriptEdit.cpp: In member function 'virtual void ScriptEdit::focusInEvent(QFocusEvent*)':
src/scripting/ScriptEdit.cpp:172:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (d_completer)
      ^~
src/scripting/ScriptEdit.cpp:175:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   activated(this);
   ^~~~~~~~~
src/scripting/ScriptEdit.cpp: In member function 'virtual void ScriptEdit::keyPressEvent(QKeyEvent*)':
src/scripting/ScriptEdit.cpp:210:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (!d_completer || (ctrlOrShift && e->text().isEmpty()))
      ^~
src/scripting/ScriptEdit.cpp:213:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   static QString eow("~!@#$%^&*()+{}|:\"<>?,./;'[]\\-="); // end of word
   ^~~~~~
src/scripting/ScriptEdit.cpp: In member function 'bool ScriptEdit::find(const QString&, QTextDocument::FindFlags, bool)':
src/scripting/ScriptEdit.cpp:761:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!found)
     ^~
src/scripting/ScriptEdit.cpp:763:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  return found;
  ^~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScriptingLangDialog.o src/scripting/ScriptingLangDialog.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/ScriptWindow.o src/scripting/ScriptWindow.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/muParserScript.o src/scripting/muParserScript.cpp
src/scripting/muParserScript.cpp: In member function 'double muParserScript::col(const QString&)':
src/scripting/muParserScript.cpp:86:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for (i++; i < arg.size() && arg[i] != '"'; i++)
    ^~~
src/scripting/muParserScript.cpp:92:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     item += "\"";
     ^~~~
src/scripting/muParserScript.cpp: In member function 'double muParserScript::tablecol(const QString&)':
src/scripting/muParserScript.cpp:142:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for (i++; i < arg.size() && arg[i] != '"'; i++)
    ^~~
src/scripting/muParserScript.cpp:148:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     item += "\"";
     ^~~~
src/scripting/muParserScript.cpp:156:9: warning: unused variable 'this_table' [-Wunused-variable]
  Table *this_table = (Table*) Context;
         ^~~~~~~~~~
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/muParserScripting.o src/scripting/muParserScripting.cpp
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 };
 ^
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
src/scripting/muParserScripting.cpp:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PythonScript.o src/scripting/PythonScript.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/PythonScripting.o src/scripting/PythonScripting.cpp
g++ -c -pipe -g -O2 -fdebug-prefix-map=/qtiplot-0.9.8.9=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova -I/usr/include -I/usr/X11R6/include -I/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/sipqticmodule.o ../tmp/qtiplot/sipqticmodule.cpp
src/scripting/qti.sip: In function 'int setCellDataHelper(Table*, int, int, PyObject*)':
src/scripting/qti.sip:151:35: error: 'sipType_QDateTime' was not declared in this scope
     if (sipCanConvertToType(item, sipType_QDateTime, 0)) {
                                   ^~~~~~~~~~~~~~~~~
src/scripting/qti.sip:151:35: note: suggested alternative: 'sipGetDateTime'
     if (sipCanConvertToType(item, sipType_QDateTime, 0)) {
                                   ^~~~~~~~~~~~~~~~~
                                   sipGetDateTime
src/scripting/qti.sip:167:35: error: 'sipType_QTime' was not declared in this scope
     if (sipCanConvertToType(item, sipType_QTime, 0)) {
                                   ^~~~~~~~~~~~~
src/scripting/qti.sip:167:35: note: suggested alternative: 'sipType_QSize'
     if (sipCanConvertToType(item, sipType_QTime, 0)) {
                                   ^~~~~~~~~~~~~
                                   sipType_QSize
src/scripting/qti.sip: At global scope:
src/scripting/qti.sip:233:12: warning: 'int cellDataHelper(Table*, int, int, PyObject**)' defined but not used [-Wunused-function]
 static int cellDataHelper(Table* table, int row, int col, PyObject** item) {
            ^~~~~~~~~~~~~~
src/scripting/qti.sip:119:12: warning: 'int setCellDataHelper(Table*, int, int, PyObject*)' defined but not used [-Wunused-function]
 static int setCellDataHelper(Table* table, int row, int col, PyObject* item) {
            ^~~~~~~~~~~~~~~~~
Makefile:2416: recipe for target '../tmp/qtiplot/sipqticmodule.o' failed
make[3]: *** [../tmp/qtiplot/sipqticmodule.o] Error 1
make[3]: Leaving directory '/qtiplot-0.9.8.9/qtiplot'
Makefile:85: recipe for target 'sub-qtiplot-make_default' failed
make[2]: *** [sub-qtiplot-make_default] Error 2
make[2]: Leaving directory '/qtiplot-0.9.8.9'
debian/rules:31: recipe for target 'override_dh_auto_build-arch' failed
make[1]: *** [override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/qtiplot-0.9.8.9'
debian/rules:13: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20170819/9ea6dd04/attachment-0001.sig>


More information about the debian-science-maintainers mailing list