Compilation failed :(

  qml\v4\qv4identifier.cpp(60) : error C2143: syntax error : missing ')' before 
'{'
  qml\v4\qv4identifier.cpp(60) : error C2143: syntax error : missing ';' before 
'}'
  qml\v4\qv4identifier.cpp(60) : error C2059: syntax error : ')'
  qml\v4\qv4identifier.cpp(61) : error C2059: syntax error : ','
  qml\v4\qv4identifier.cpp(63) : error C2143: syntax error : missing ';' before 
'{'
  qml\v4\qv4identifier.cpp(63) : error C2447: '{' : missing function header 
(old-style formal list?)
  qml\v4\qv4internalclass.cpp(69) : error C2143: syntax error : missing ')' 
before '{'
  qml\v4\qv4internalclass.cpp(69) : error C2143: syntax error : missing ';' 
before '}'
  qml\v4\qv4internalclass.cpp(69) : error C2059: syntax error : ')'
  qml\v4\qv4internalclass.cpp(70) : error C2059: syntax error : ','
  qml\v4\qv4internalclass.cpp(72) : error C2143: syntax error : missing ';' 
before '{'
  qml\v4\qv4internalclass.cpp(72) : error C2447: '{' : missing function header 
(old-style formal list?)

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

  Tested changes (refs/builds/wip/v4_1372420632):
    http://codereview.qt-project.org/60095 [PS1] - Fix IdentifierHash::findId()
    http://codereview.qt-project.org/60085 [PS1] - Fix compilation with clang
    http://codereview.qt-project.org/60084 [PS1] - We need to allow storing the 
value of UINT_MAX as an identifier
    http://codereview.qt-project.org/60083 [PS1] - Don't convert to a temporary 
QString just to compute it's hash
    http://codereview.qt-project.org/60075 [PS1] - Reuse the hash value inside 
identifier to hash them
    http://codereview.qt-project.org/60068 [PS3] - Move the IdentifierTable 
into it's own file
    http://codereview.qt-project.org/60067 [PS3] - Convert 
QV8Engine::illegalNames() to use the identifier hash
    http://codereview.qt-project.org/60066 [PS3] - Convert IdentifierHash to be 
template based
    http://codereview.qt-project.org/60065 [PS3] - Get rid of QQmlIntegerCache
    http://codereview.qt-project.org/60064 [PS3] - Add a replacement for 
QQmlIntegerCache
    http://codereview.qt-project.org/60017 [PS5] - Rewrite identifier table
    http://codereview.qt-project.org/60016 [PS4] - Rename IdentifierHash to 
IdentifierTable
    http://codereview.qt-project.org/60015 [PS4] - Remove some unused code and 
forward declarations
    http://codereview.qt-project.org/59910 [PS5] - Introduce an Identifier class
    http://codereview.qt-project.org/59909 [PS5] - Get rid of QHashedV4String
    http://codereview.qt-project.org/59826 [PS5] - Remove a potentially 
dangerous optimisation
    http://codereview.qt-project.org/59825 [PS5] - Remove the symbol 
optimisation from hashed string
    http://codereview.qt-project.org/59824 [PS5] - Remove an overoptimisation 
that was only used (wrongly) in one place
    http://codereview.qt-project.org/59823 [PS5] - More correct assertion in 
QHasheV4String
    http://codereview.qt-project.org/59822 [PS5] - A frozen class is also sealed
    http://codereview.qt-project.org/59780 [PS5] - Don't use a PersistentValue 
in QHashedV4String
    http://codereview.qt-project.org/59779 [PS5] - Some optimisations for 
QV4::Script
    http://codereview.qt-project.org/59778 [PS5] - Speed up QV4::InternalClass
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to