]> git.lizzy.rs Git - dragonfireclient.git/commit
Fix more GCC 8.1 warnings ...
authorLoïc Blot <loic.blot@unix-experience.fr>
Mon, 28 May 2018 13:39:02 +0000 (15:39 +0200)
committerLoïc Blot <loic.blot@unix-experience.fr>
Mon, 28 May 2018 13:39:04 +0000 (15:39 +0200)
commita78659ed0529226ad937f5e241ad72ba93702959
tree2b214eee758b2b14383fb894774d8d9e2ce2d104
parentb620f2f02db4755f988f24522f4d77d890f6421d
Fix more GCC 8.1 warnings                                                           1   master 

Fix 3 warnings reported by GCC 8.1 of the following type

```src/client/gameui.cpp:191:43: warning: « void* memset(void*, int, size_t) » effacement d'un objet du type non trivial « struct GameUI::Flags »; use assignment or value-initialization instead [-Wclass-memaccess]
  memset(&m_flags, 0, sizeof(GameUI::Flags));
```
src/client/gameui.cpp
src/game.cpp
src/gui/guiTable.cpp