widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #10472
Re: [Merge] lp:~widelands-dev/widelands/compiler_warnings_20170619 into lp:widelands
Comipling this again (after pulling from _this_ bracnh :-)
still get warning like:
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));
and similar warnings, in total 10
get this
compiler_warnings_20170619/src/economy/test/test_road.cc:92:1: warning: disabled expansion of recursive macro
[-Wdisabled-macro-expansion]
BOOST_AUTO_TEST_SUITE(Road)
compiler_warnings_20170619/src/economy/test/test_road.cc:100:1: warning: disabled expansion of recursive macro
[-Wdisabled-macro-expansion]
BOOST_FIXTURE_TEST_CASE(CorrectSizeTest, SimpleRoadTestsFixture) {
for a total of 16 warnings generated.
otherwise this looks much bettter lines of compilere messages without any warning.
You even fixed those ugly switch/all cases/default: warnings, hey!.
--
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