[Ci-reports] fail on QtWebKit_dev_Integration #229

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Jan 7 17:50:17 CET 2015


Compilation failed :(

          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
  qwindowsaudiodeviceinfo.cpp
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
  qwindowsaudiodeviceinfo.cpp(124) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudiodeviceinfo.cpp(124) : error C2078: too many initializers
  qwindowsaudiodeviceinfo.cpp(125) : error C2678: binary '>>' : no operator found which takes a left-hand operand of type 'int' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qbytearray.h(673): could be 'QDataStream &operator >>(QDataStream &,QByteArray &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qchar.h(559): or       'QDataStream &operator >>(QDataStream &,QChar &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qstring.h(1299): or       'QDataStream &operator >>(QDataStream &,QString &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(115): or       'QDataStream &operator >>(QDataStream &,QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(532): or       'QDataStream &operator >>(QDataStream &,QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(534): or       'QDataStream &operator >>(QDataStream &,QVariant::Type &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(962): or       'QDataStream &operator >>(QDataStream &,QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(217): or       'QTextStream &operator >>(QTextStream &,QTextStreamFunction)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(99): or       'QDataStream &operator >>(QDataStream &,QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(259): or       'QDataStream &operator >>(QDataStream &,QPointF &)'
          while trying to match the argument list '(int, QString)'
  qwindowsaudiodeviceinfo.cpp(446) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudiodeviceinfo.cpp(446) : error C2078: too many initializers
  qwindowsaudiodeviceinfo.cpp(447) : error C2678: binary '<<' : no operator found which takes a left-hand operand of type 'int' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qbytearray.h(672): could be 'QDataStream &operator <<(QDataStream &,const QByteArray &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qchar.h(558): or       'QDataStream &operator <<(QDataStream &,QChar)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qstring.h(1298): or       'QDataStream &operator <<(QDataStream &,const QString &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(114): or       'QDataStream &operator <<(QDataStream &,const QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(119): or       'QDebug operator <<(QDebug,const QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qobject.h(547): or       'QDebug operator <<(QDebug,const QObject *)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qiodevice.h(166): or       'QDebug operator <<(QDebug,QIODevice::OpenMode)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(443): or       'QDebug operator <<(QDebug,const QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(533): or       'QDataStream &operator <<(QDataStream &,const QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(535): or       'QDataStream &operator <<(QDataStream &,const QVariant::Type)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(842): or       'QDebug operator <<(QDebug,const QVariant::Type)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(961): or       'QDataStream &operator <<(QDataStream &,const QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(966): or       'QDebug operator <<(QDebug,const QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(220): or       'QTextStream &operator <<(QTextStream &,QTextStreamFunction)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(223): or       'QTextStream &operator <<(QTextStream &,QTextStreamManipulator)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(98): or       'QDataStream &operator <<(QDataStream &,const QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(198): or       'QDebug operator <<(QDebug,const QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(258): or       'QDataStream &operator <<(QDataStream &,const QPointF &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(387): or       'QDebug operator <<(QDebug,const QPointF &)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(57): or       'QDebug operator <<(QDebug,QAudio::Error)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(58): or       'QDebug operator <<(QDebug,QAudio::State)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(59): or       'QDebug operator <<(QDebug,QAudio::Mode)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(99): or       'QDebug operator <<(QDebug,const QAudioFormat &)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(100): or       'QDebug operator <<(QDebug,QAudioFormat::SampleType)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(101): or       'QDebug operator <<(QDebug,QAudioFormat::Endian)'
          while trying to match the argument list '(int, QString)'
  qwindowsaudiodeviceinfo.cpp(495) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudiodeviceinfo.cpp(495) : error C2078: too many initializers
  qwindowsaudiodeviceinfo.cpp(497) : warning C4293: '<<' : shift count negative or too big, undefined behavior
  qwindowsaudiodeviceinfo.cpp(497) : error C2678: binary '<<' : no operator found which takes a left-hand operand of type 'int' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qbytearray.h(672): could be 'QDataStream &operator <<(QDataStream &,const QByteArray &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qchar.h(558): or       'QDataStream &operator <<(QDataStream &,QChar)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qstring.h(1298): or       'QDataStream &operator <<(QDataStream &,const QString &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(114): or       'QDataStream &operator <<(QDataStream &,const QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(119): or       'QDebug operator <<(QDebug,const QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qobject.h(547): or       'QDebug operator <<(QDebug,const QObject *)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qiodevice.h(166): or       'QDebug operator <<(QDebug,QIODevice::OpenMode)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(443): or       'QDebug operator <<(QDebug,const QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(533): or       'QDataStream &operator <<(QDataStream &,const QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(535): or       'QDataStream &operator <<(QDataStream &,const QVariant::Type)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(842): or       'QDebug operator <<(QDebug,const QVariant::Type)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(961): or       'QDataStream &operator <<(QDataStream &,const QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(966): or       'QDebug operator <<(QDebug,const QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(220): or       'QTextStream &operator <<(QTextStream &,QTextStreamFunction)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(223): or       'QTextStream &operator <<(QTextStream &,QTextStreamManipulator)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(98): or       'QDataStream &operator <<(QDataStream &,const QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(198): or       'QDebug operator <<(QDebug,const QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(258): or       'QDataStream &operator <<(QDataStream &,const QPointF &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(387): or       'QDebug operator <<(QDebug,const QPointF &)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(57): or       'QDebug operator <<(QDebug,QAudio::Error)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(58): or       'QDebug operator <<(QDebug,QAudio::State)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(59): or       'QDebug operator <<(QDebug,QAudio::Mode)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(99): or       'QDebug operator <<(QDebug,const QAudioFormat &)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(100): or       'QDebug operator <<(QDebug,QAudioFormat::SampleType)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(101): or       'QDebug operator <<(QDebug,QAudioFormat::Endian)'
          while trying to match the argument list '(int, QString)'
  qwindowsaudiodeviceinfo.cpp(505) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudiodeviceinfo.cpp(505) : error C2078: too many initializers
  qwindowsaudiodeviceinfo.cpp(507) : warning C4293: '<<' : shift count negative or too big, undefined behavior
  qwindowsaudiodeviceinfo.cpp(507) : error C2678: binary '<<' : no operator found which takes a left-hand operand of type 'int' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qbytearray.h(672): could be 'QDataStream &operator <<(QDataStream &,const QByteArray &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qchar.h(558): or       'QDataStream &operator <<(QDataStream &,QChar)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qstring.h(1298): or       'QDataStream &operator <<(QDataStream &,const QString &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(114): or       'QDataStream &operator <<(QDataStream &,const QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qregexp.h(119): or       'QDebug operator <<(QDebug,const QRegExp &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qobject.h(547): or       'QDebug operator <<(QDebug,const QObject *)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qiodevice.h(166): or       'QDebug operator <<(QDebug,QIODevice::OpenMode)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(443): or       'QDebug operator <<(QDebug,const QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(533): or       'QDataStream &operator <<(QDataStream &,const QVariant &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(535): or       'QDataStream &operator <<(QDataStream &,const QVariant::Type)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/kernel/qvariant.h(842): or       'QDebug operator <<(QDebug,const QVariant::Type)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(961): or       'QDataStream &operator <<(QDataStream &,const QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qlocale.h(966): or       'QDebug operator <<(QDebug,const QLocale &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(220): or       'QTextStream &operator <<(QTextStream &,QTextStreamFunction)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/io/qtextstream.h(223): or       'QTextStream &operator <<(QTextStream &,QTextStreamManipulator)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(98): or       'QDataStream &operator <<(QDataStream &,const QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(198): or       'QDebug operator <<(QDebug,const QPoint &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(258): or       'QDataStream &operator <<(QDataStream &,const QPointF &)'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qpoint.h(387): or       'QDebug operator <<(QDebug,const QPointF &)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(57): or       'QDebug operator <<(QDebug,QAudio::Error)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(58): or       'QDebug operator <<(QDebug,QAudio::State)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudio.h(59): or       'QDebug operator <<(QDebug,QAudio::Mode)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(99): or       'QDebug operator <<(QDebug,const QAudioFormat &)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(100): or       'QDebug operator <<(QDebug,QAudioFormat::SampleType)'
          c:\work\build\qt\qtbase\include\qtmultimedia\../../../qtmultimedia/src/multimedia/audio/qaudioformat.h(101): or       'QDebug operator <<(QDebug,QAudioFormat::Endian)'
          while trying to match the argument list '(int, QString)'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
  qwindowsaudiooutput.cpp(324) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudiooutput.cpp(324) : error C2078: too many initializers
  qwindowsaudiooutput.cpp(326) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
  qwindowsaudioinput.cpp(339) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudioinput.cpp(339) : error C2078: too many initializers
  qwindowsaudioinput.cpp(341) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
  qwindowsaudioinput.cpp(418) : error C2079: 'ds' uses undefined class 'QDataStream'
  qwindowsaudioinput.cpp(418) : error C2078: too many initializers
  qwindowsaudioinput.cpp(420) : warning C4552: '>>' : operator has no effect; expected operator with side-effect

  Build log: http://testresults.qt-project.org/ci/QtWebKit_dev_Integration/build_00229/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1420648505):
    http://codereview.qt-project.org/103054 [PS1] - Map CSS font-weights to new QFont enums



More information about the Ci-reports mailing list