[wesnoth-commits] [wesnoth/wesnoth] d4c9db: Visual Studio: increased warning level to /W4 even...

GitHub noreply at github.com
Sat Mar 24 07:42:47 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: d4c9db9e3529434bf29a4ed237bc64e67f868f45
      https://github.com/wesnoth/wesnoth/commit/d4c9db9e3529434bf29a4ed237bc64e67f868f45
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-03-24 (Sat, 24 Mar 2018)

  Changed paths:
    M projectfiles/VC14/campaignd.vcxproj
    M projectfiles/VC14/wesnoth.vcxproj
    M projectfiles/VC14/wesnothd.vcxproj
    M projectfiles/VC14/wesnothlib.vcxproj
    M src/formula/tokenizer.cpp
    M src/generic_event.cpp
    M src/halo.cpp
    M src/scripting/lua_common.cpp
    M src/sdl/utils.cpp
    M src/server/send_receive_wml_helpers.ipp

  Log Message:
  -----------
  Visual Studio: increased warning level to /W4 even for release builds

In particular, this enables C4100, the warning for unreferenced function
parameters.

I also fixed some /W4 warnings.




More information about the Commits mailing list