[Commits] [wesnoth/wesnoth] baffd4: silence a clang warning -Wcovered-switch-default

GitHub noreply at github.com
Tue Jul 15 15:08:30 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: baffd44e9701bf472f6392eefd5608f916801206
      https://github.com/wesnoth/wesnoth/commit/baffd44e9701bf472f6392eefd5608f916801206
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/serialization/compression.hpp

  Log Message:
  -----------
  silence a clang warning -Wcovered-switch-default

There's no reason to catch DEFAULT there anyways, most likely if
someone adds a new format to the enum, we want them to specify a
new extension for it.


  Commit: 4d1c148540c6311f24406a0acf292db188d14faf
      https://github.com/wesnoth/wesnoth/commit/4d1c148540c6311f24406a0acf292db188d14faf
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/carryover.hpp

  Log Message:
  -----------
  silence a clang warning, "no newline at end of file"

This is apparently required by the C++ standard.


  Commit: 2d1e234fccaf3a9c6a863987a939eac932098db8
      https://github.com/wesnoth/wesnoth/commit/2d1e234fccaf3a9c6a863987a939eac932098db8
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M src/ai/configuration.cpp
    M src/editor/map/context_manager.cpp
    M src/game_config.cpp
    M src/gui/widgets/settings.cpp
    M src/image.cpp
    M src/network.cpp
    M src/preferences_display.cpp
    M src/replay.cpp
    M src/server/server.cpp
    M src/sound.cpp
    M src/synced_checkup.cpp

  Log Message:
  -----------
  Silence many clang warnings [-Wmissing-variable-declarations]

warning: no previous extern declaration for non-static variable ...


  Commit: 085f9695cc8944557b34405873b0a9bb106392e9
      https://github.com/wesnoth/wesnoth/commit/085f9695cc8944557b34405873b0a9bb106392e9
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/events.cpp

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/wesnoth/wesnoth


Compare: https://github.com/wesnoth/wesnoth/compare/77b1785a6083...085f9695cc89


More information about the Commits mailing list