nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#854 Numerous compiler warning come out of newer version of gcc, #2580

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

These kinds of warnings are about deprecated usage. The most egregious is function prototypes that should be (const char) but are written as (char). This is likely to become an error at some point and we need to start fixing the old-timey usage.,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":This is very big job and should definitely not be done until right before 4.0 is branched. It will probably required 2-3 weeks to complete properly and is likely to be very disruptive to any tickets that aren't carefully updated. No impact on validation or existing models if done correctly. It may have the added benefit of getting rid of some murky bugs.,

"dchassin":- Milestone: Version 4.0 RC1 --> Knothole Interim ,

"dchassin":This be done immediately before or after the knothole to minimize impact on other tickets being integrated. ,

"dchassin":Preliminary changes in trunk have been implemented using default -w flag as well as harmonization of CXXFLAGS, CCFLAGS, and LDFLAGS environment variable usage.,

"andyfisher":lets wait till after knothole to integrate this one ,

"dchassin":- Milestone: Knothole Interim --> Version 4.0 RC1 ,