Resolve "fixes for gcc 9.2 warning"
2 unresolved threads
2 unresolved threads
Closes #388 (closed)
Edited by gsell
Merge request reports
Activity
Filter activity
assigned to @gsell
- Resolved by snuverink_j
50 50 51 51 /* other variables */ 52 52 int state = -1; 53 char statefile[FILE_NAME_LENGTH]; 53 char *statefile; The memory needs to be deleted in the end!
Edited by kraus@kraus no, this is done by the OS. In general your are right but in this case it is not really needed.
You're right. However this can only be seen with more context.
Do you (or anyone) know why we compile this stand-alone program
nsga2
? As far as I know we don't use this at all in OPAL.Edited by kraus@kraus I don't know... if we don't need it we should remove it - less code to maintain.
mentioned in commit d447b22b
mentioned in merge request !201 (merged)
Please register or sign in to reply