[Commits] [wesnoth/wesnoth] fc3757: fix compile warning (clang)

GitHub noreply at github.com
Tue Mar 7 13:00:30 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: fc3757f3f6feb3ad5ac30c5e501f091419b30908
      https://github.com/wesnoth/wesnoth/commit/fc3757f3f6feb3ad5ac30c5e501f091419b30908
  Author: Matthias Krüger <matthias.krueger at famsik.de>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
    M src/game_initialization/flg_manager.cpp
    M src/game_initialization/flg_manager.hpp

  Log Message:
  -----------
  fix compile warning (clang)
In file included from ../src/game_initialization/flg_manager.cpp:15:
../src/game_initialization/flg_manager.hpp:108:13: warning: private field 'use_map_settings_' is not used [-Wunused-private-field]
  const bool use_map_settings_;
             ^





More information about the Commits mailing list