aliens

Author Topic: build error  (Read 3669 times)

Offline katamari

  • Squaddie
  • *
  • Posts: 2
    • View Profile
build error
« on: August 28, 2015, 01:41:33 am »
I am trying to build the current github build and am getting this error

 CXX      src/Menu/openxcom-SlideshowState.o
src/Menu/SlideshowState.cpp: In member function ‘void OpenXcom::SlideshowState::screenClick(OpenXcom::Action*)’:
src/Menu/SlideshowState.cpp:115:45: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (_curScreen < _slideshowSlides->size())

I do not know how to fix this
plz help!

Offline katamari

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: build error
« Reply #1 on: August 28, 2015, 03:16:06 am »