[Groonga-commit] Errored: groonga/groonga#7605 (master - 5c4325a)

Back to archive index

Travis CI build****@travi*****
Wed May 11 12:38:47 JST 2016


Build Update for groonga/groonga
-------------------------------------

Build: #7605
Status: Errored

Duration: 1 hour, 8 minutes, and 23 seconds
Commit: 5c4325a (master)
Author: Kouhei Sutou
Message: windows: remove needless cast

It causes build error on C++:

    C:\projects\groonga\lib\dat.cpp(133): error C2665: '_InterlockedExchangeAdd' : none of the 4 overloads could convert all the argument types [C:\projects\groonga\lib\libgroonga.vcxproj]
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(8964): could be 'unsigned __int64 _InterlockedExchangeAdd(volatile unsigned __int64 *,unsigned __int64)'
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(8942): or       'unsigned long _InterlockedExchangeAdd(volatile unsigned long *,unsigned long)'
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(8922): or       'unsigned int _InterlockedExchangeAdd(volatile unsigned int *,unsigned int)'
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h(5227): or       'LONG _InterlockedExchangeAdd(volatile LONG *,LONG)'
              while trying to match the argument list '(int32_t *, int32_t)'
    C:\projects\groonga\lib\dat.cpp(1167): error C2665: '_InterlockedExchangeAdd' : none of the 4 overloads could convert all the argument types [C:\projects\groonga\lib\libgroonga.vcxproj]
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(8964): could be 'unsigned __int64 _InterlockedExchangeAdd(volatile unsigned __int64 *,unsigned __int64)'
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(8942): or       'unsigned long _InterlockedExchangeAdd(volatile unsigned long *,unsigned long)'
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(8922): or       'unsigned int _InterlockedExchangeAdd(volatile unsigned int *,unsigned int)'
              C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h(5227): or       'LONG _InterlockedExchangeAdd(volatile LONG *,LONG)'
              while trying to match the argument list '(int32_t *, int32_t)'

View the changeset: https://github.com/groonga/groonga/compare/0ebc0a79bc03...5c4325ae9792

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/129311879

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index