View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002037 | FSSCP | Build system | public | 2009-11-10 17:18 | 2015-08-30 21:10 |
Reporter | chief1983 | Assigned To | m_m | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 3.7.3 | ||||
Summary | 0002037: GCC 4.2 warning cleanup | ||||
Description | There are a _ton_ of deprecated char* conversion warnings when compiled with new GCC versions (4.2+), on Linux and Xcode 3.2. Large chunks can be eliminated with good fixes fortunately, but there are definitely a _lot_ of them. | ||||
Additional Information | Please track progress on this cleanup here. If anyone wants to manage this ticket please assign it yourself. | ||||
Tags | No tags attached. | ||||
|
Remaining warnings from GCC 4.4.7 (all warnings below have been removed) ========================================================== controlconfig/controlsconfigcommon.cpp:195: warning: missing initializer for member ‘config_item::type’ (plus friends) globalincs/alphacolors.cpp: In function ‘void parse_everything_else(const char*)’: globalincs/alphacolors.cpp:379: warning: declaration of ‘i’ shadows a previous local globalincs/alphacolors.cpp:357: warning: shadowed declaration is here globalincs/alphacolors.cpp:391: warning: declaration of ‘i’ shadows a previous local globalincs/alphacolors.cpp:357: warning: shadowed declaration is here graphics/gropengldraw.cpp: In function ‘void opengl_scene_texture_shutdown()’: graphics/gropengldraw.cpp:2539: warning: the address of ‘Distortion_texture’ will always evaluate as ‘true’ hud/hud.cpp: In member function ‘void HudGauge::initRenderStatus(bool)’: hud/hud.cpp:589: warning: declaration of ‘render’ shadows a member of 'this' hud/hudtarget.cpp: In constructor ‘HudGaugeWeaponList::HudGaugeWeaponList(int)’: hud/hudtarget.cpp:6706: warning: declaration of ‘gauge_object’ shadows a member of 'this' io/keycontrol.cpp: In function ‘void ppsk_hotkeys(int)’: io/keycontrol.cpp:1304: warning: suggest parentheses around ‘+’ in operand of ‘&’ |
|
m!m has removed all the warnings from the current versions of gcc 4.8/4.9, so closing this one (at last :)) |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-11-10 17:18 | chief1983 | New Issue | |
2009-11-10 17:18 | chief1983 | Status | new => assigned |
2009-11-10 17:18 | chief1983 | Assigned To | => chief1983 |
2012-12-26 09:00 | niffiwan | Assigned To | chief1983 => niffiwan |
2014-07-25 07:02 | niffiwan | Note Added: 0016133 | |
2014-07-27 09:49 | niffiwan | Note Edited: 0016133 | |
2014-07-27 09:49 | niffiwan | Note Edited: 0016133 | |
2014-07-27 09:50 | niffiwan | Note Edited: 0016133 | |
2014-07-31 09:53 | niffiwan | Note Edited: 0016133 | |
2015-08-30 21:09 | niffiwan | Assigned To | niffiwan => m_m |
2015-08-30 21:10 | niffiwan | Note Added: 0016766 | |
2015-08-30 21:10 | niffiwan | Status | assigned => resolved |
2015-08-30 21:10 | niffiwan | Fixed in Version | => 3.7.3 |
2015-08-30 21:10 | niffiwan | Resolution | open => fixed |