[Commits] [wesnoth/wesnoth] f5c098: Attempt to fix build of unit tests on GCC 4.8
GitHub
noreply at github.com
Fri Aug 25 18:31:10 UTC 2017
Branch: refs/heads/some_gui2_refactoring
Home: https://github.com/wesnoth/wesnoth
Commit: f5c098b7cee3d3cf3b953b097faa266ad6828eed
https://github.com/wesnoth/wesnoth/commit/f5c098b7cee3d3cf3b953b097faa266ad6828eed
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-08-25 (Fri, 25 Aug 2017)
Changed paths:
M src/tests/gui/iterator.cpp
Log Message:
-----------
Attempt to fix build of unit tests on GCC 4.8
The tests were building just fine on Clang and GCC 7, but not on GCC 4.8
that Travis CI uses. That points towards a compiler bug. As a workaround,
simply initialize the widgets in a more straightforward way.
More information about the Commits
mailing list