View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000481 | OMNeT++ | simulation kernel | public | 2011-12-02 21:57 | 2017-03-02 16:05 |
|
Reporter | michael | |
Assigned To | rhornig | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 4.2 | |
Target Version | | Fixed in Version | 5.1 | |
|
Summary | 0000481: Please fix all warnings from -Wall -Wextra -Weffc++ g++ switches... |
Description | Hi,
it would be nice if you can fix all warnings which results by using above -W switches, currently there are a lot issues from the simulation kernel instead of my own project. |
Additional Information | unused parameters can be fixed by:
(void)parameterName;
in the boddy, or commenting it out in the function header, or use the __attribute((unused))__ construct. Most of the -Weffc++ warning are missing initits in the initialization list of constructors. |
Tags | No tags attached. |
|
Attached Files | |
|