[STOR-1029] Address frontend compilation warnings Created: 24/Sep/18 Updated: 10/Nov/20 Resolved: 10/Nov/20 |
|
Status: | Closed |
Project: | StoRM |
Component/s: | frontend |
Affects Version/s: | 1.11.14 |
Fix Version/s: | None |
Security Level: | Public (Visbile by non-authn users.) |
Type: | Task | Priority: | Major |
Reporter: | Andrea Ceccanti | Assignee: | Francesco Giacomini |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
Compiling the frontend produces several warnings, even more now that some xmlrpc code has been ported to C++. These should be reduced to a minimum. |
Comments |
Comment by Francesco Giacomini [ 04/Nov/20 ] |
Also the warnings in srmlogit.cpp have been fixed. Fix also the warnings shown by g++-8 (from devtoolset-8) concerning the now-deprecated dynamic exception specifications.
|
Comment by Francesco Giacomini [ 03/Nov/20 ] |
Most of the warning have been fixed. There are still some in srmlogit.cpp, due to the use of the '\0' character in a format string. A merge request is available at https://github.com/italiangrid/storm-frontend/pull/29. |