| Anonymous | Login | Signup for a new account | 2025-11-12 23:08 UTC |
| My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000899 | Zandronum | [All Projects] Bug | public | 2012-06-25 13:00 | 2018-09-30 19:53 | ||||
| Reporter | Dusk | ||||||||
| Assigned To | Dusk | ||||||||
| Priority | low | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.0-beta | ||||||||
| Target Version | Fixed in Version | 1.0 | |||||||
| Summary | 0000899: GCC warnings | ||||||||
| Description | I went over and fixed the Zandronum-specific GCC warnings: 'https://bitbucket.org/CrimsonDusk/neurosphere/changeset/43a2978b244a [^]' | ||||||||
| Attached Files | |||||||||
Notes |
|
|
Edward-san (developer) 2012-06-26 11:37 edited on: 2012-06-26 11:37 |
Great! You anticipated me :D btw, about the whitespace thing in cl_main.cpp, doesn't "\0" work? |
|
Dusk (developer) 2012-06-26 13:22 |
Whitespace came first to mind. :v |
|
Torr Samaho (administrator) 2012-06-26 20:34 |
Patch pulled. Just a remark for the future, please use C++ casts instead of C casts if you need to cast something, i.e. static_cast<int>(i) instead of (int)i. It's much easier to accidentally mess up things with C casts. |
|
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
| Supporters: | No one explicitly supports this issue yet. |
| Opponents: | No one explicitly opposes this issue yet. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-06-25 13:00 | Dusk | New Issue | |
| 2012-06-25 13:00 | Dusk | Status | new => assigned |
| 2012-06-25 13:00 | Dusk | Assigned To | => Dusk |
| 2012-06-25 13:00 | Dusk | Status | assigned => needs review |
| 2012-06-26 11:37 | Edward-san | Note Added: 0003853 | |
| 2012-06-26 11:37 | Edward-san | Note Edited: 0003853 | View Revisions |
| 2012-06-26 13:22 | Dusk | Note Added: 0003854 | |
| 2012-06-26 20:34 | Torr Samaho | Note Added: 0003855 | |
| 2012-06-26 20:35 | Torr Samaho | Status | needs review => resolved |
| 2012-06-26 20:35 | Torr Samaho | Fixed in Version | => 1.0 |
| 2012-06-26 20:35 | Torr Samaho | Resolution | open => fixed |
| 2018-09-30 19:53 | Blzut3 | Status | resolved => closed |
| Copyright © 2000 - 2025 MantisBT Team |