[wesnoth-commits] [wesnoth/wesnoth] 500c32: Fix error: missing noexcept

GitHub noreply at github.com
Tue Aug 28 10:51:29 UTC 2018


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 500c329fa1a1933c780149c76339dbbc94ffd6c1
      https://github.com/wesnoth/wesnoth/commit/500c329fa1a1933c780149c76339dbbc94ffd6c1
  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: 133254e3afec71effa0cddab72c99b811c968b5a
      https://github.com/wesnoth/wesnoth/commit/133254e3afec71effa0cddab72c99b811c968b5a
  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/14abecb2df9f...133254e3afec
      **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