[Commits] [wesnoth/wesnoth] 2cc92e: Don't try to suppress -Wmaybe-uninitialized with C...

GitHub noreply at github.com
Thu Oct 13 16:21:55 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2cc92e881ed035e4403daaea5c06f7fd8573c6a5
      https://github.com/wesnoth/wesnoth/commit/2cc92e881ed035e4403daaea5c06f7fd8573c6a5
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M src/gui/widgets/listbox.cpp

  Log Message:
  -----------
  Don't try to suppress -Wmaybe-uninitialized with Clang

According to a warning log from @mattsc, attempting to suppress
-Wmaybe-uninitialized causes a compiler warning in Clang because
it doesn't have a -Wmaybe-uninitialized warning.

(I wish Clang didn't pretend to be GCC to begin with...)





More information about the Commits mailing list