HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. *Read more...*
Bug #900828
closed-Wshadow warnings in C++ code
0%
Description
We currently enable -Wshadow in CFLAGS, but not in CXXFLAGS. Our Qt-client code produces several shadow warnings when they are enabled. Fix those.
Files
Related issues
Updated by Marko Lindqvist about 2 years ago
- Blocked by Bug #900975: Qt shadows: mr_menu member functions with menu_list variable added
Updated by Marko Lindqvist about 2 years ago
- Blocked by Bug #901860: Qt shadows: chat_input::chat_word_list_changed() parameter word_list shadows data member added
Updated by Marko Lindqvist about 2 years ago
- Sprint/Milestone set to 3.1.0
In the past we briefly had -Wshadow in CXXFLAGS, but that had to be reverted as old versions of Qt had shadow problems in their headers. If we're going to enable -Wshadow in CXXFLAGS again, it can't happen in S2_6 or S3_0 where such old Qt versions are still supported.
Updated by Marko Lindqvist about 2 years ago
Marko Lindqvist wrote:
In the past we briefly had -Wshadow in CXXFLAGS, but that had to be reverted as old versions of Qt had shadow problems in their headers
https://web.archive.org/web/20170307022423/http://gna.org/bugs/?24005
Updated by Marko Lindqvist about 2 years ago
- Blocked by Bug #914093: Qt shadows: hud_battle_log::timerEvent() shadow warning because of foreach() usage added
Updated by Marko Lindqvist about 2 years ago
- Blocked by Bug #912471: Qt shadows: citydlg local 'pcity' variables shadowing data member by the same name added
Updated by Marko Lindqvist about 2 years ago
- Blocked by Bug #914100: Qt shadows: cityrep.cpp shadow warnings in master added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #918786: Qt shadows: menu.cpp foreach() inside foreach() shadow warnings added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Feature #918824: Qt: Drop unused fc_client::game_layout added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #918890: Qt shadows: Shadow warnings from pages.cpp added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #919310: Qt shadows: plr_report::toggle_ai_mode() 'level' shadow warning added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #919445: Qt shadows: Multiple shadow warnings from repodlgs.cpp in S3_1 & master added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #919733: Ruledit shadows: effect_edit::add_effect_to_list() shadow warning added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #921179: Ruledit shadows: tab_enabler::update_enabler_info() added
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #921208: Ruledit shadows: req_edit::fill_active() shadow warning about 'data' added
Updated by Marko Lindqvist almost 2 years ago
- Subject changed from -Wshadow warnings in Qt-client code to -Wshadow warnings in C++ code
Updated by Marko Lindqvist almost 2 years ago
- Blocked by Bug #923440: Ruledit shadows: req_vec_fix::req_vec_fix() shadow warning added
Updated by Marko Lindqvist almost 2 years ago
- File 0041-Enable-shadow-warnings-in-C-code.patch 0041-Enable-shadow-warnings-in-C-code.patch added
- Status changed from New to Resolved
Updated by Marko Lindqvist almost 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist