← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/compiler_warnings_20170619 into lp:widelands

 

This:

compiler_warnings_20170619/src/wui/interactive_base.cc:168:34: warning: instantiation of function
      'Widelands::MapTriangleRegion<Widelands::TCoords<Widelands::Coords>, unsigned short>::MapTriangleRegion' required here, but no definition is
      available [-Wundefined-func-template]
                Widelands::MapTriangleRegion<> mr(map, Area<TCoords<>>(center.triangle, sel_.radius));


Is what I meant in my post above - I don't know what's causing them, so somebody who has access to Clang needs to figure them out.

For the BOOST_AUTO_TEST_SUITE warning, have a look at this commit: http://bazaar.launchpad.net/~widelands-dev/widelands/compiler_warnings_20170619/revision/8388

Maybe you can refine that so that the warnings disappear? Travis doesn't show them, so I can't fix them. I'd rather limit them to suppressing warnings from third-party code only and keep the warnings active for our own code.

Over to you now :)
-- 
https://code.launchpad.net/~widelands-dev/widelands/compiler_warnings_20170619/+merge/325952
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/compiler_warnings_20170619.


References