[wesnoth-commits] [wesnoth/wesnoth] 3826c2: Fix error: missing noexcept

GitHub noreply at github.com
Tue Aug 28 10:58:13 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 3826c263b1ac203c5487c1a81000c3111bda263b
      https://github.com/wesnoth/wesnoth/commit/3826c263b1ac203c5487c1a81000c3111bda263b
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/color.hpp
    M src/map/location.hpp

  Log Message:
  -----------
  Fix error: missing noexcept

GCC 8.2.0 -Wnoexcept flags two functions which should be marked as not throwing.


  Commit: 616ae9b47285fd84c458efbe72df18c540a14a0e
      https://github.com/wesnoth/wesnoth/commit/616ae9b47285fd84c458efbe72df18c540a14a0e
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  Fix error: no previous declaration

No used outside the source file, so marked as a static function.


Compare: https://github.com/wesnoth/wesnoth/compare/c59ae5204aff...616ae9b47285
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Commits mailing list