[Commits] [wesnoth/wesnoth] 82648f: Fix bad design with a slimy hack

GitHub noreply at github.com
Mon Feb 12 15:33:38 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 82648f114b95c40a588443bb267ea27436f2288c
      https://github.com/wesnoth/wesnoth/commit/82648f114b95c40a588443bb267ea27436f2288c
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2018-02-12 (Mon, 12 Feb 2018)

  Changed paths:
    M src/campaign_server/campaign_server.cpp
    M src/formula/formula.cpp
    M src/server/server.cpp

  Log Message:
  -----------
  Fix bad design with a slimy hack

AKA Check the fucking Travis-CI logs before you merge, damnit!

GCC wanted a function prototype becore declaration. This is noise: added a proto to silence it.

We do NOT want to drag the translations into the servers. So have each define a do-nothing implemenation of the deprecation function.

I don't CARE if this is gross and disgusting. It's the cleanest way to get us compiling again. It's only a few hours until we tag a release and I don't want to see yet another slip in the schedule due to a stupid mistake.





More information about the Commits mailing list