nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#972 Using `const char *` in a few warning/error messages, #2698

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

The attached patch switches a few function/method signatures and corresponding parts of the code to use const char * instead of char*. The result is (slightly) fewer warning messages when compiling with GCC 6.1.1.

Attachments into the Java code raise more of the same warnings, though I'm a little afraid to touch those parts of the code.,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user was set to null. Therefore assigning this to afisher1.