Feature Requests item #1680134, was opened at 2007-03-13 20:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637567&aid=1680134&group_id=104305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Improve "const correctness" Initial Comment: Would you like to apply the advices from the article "http://en.wikipedia.org/wiki/Const_correctness" to more places in your sources? I suggest to add the key word "const" to the type specifiers for parameters like the following. - http://sipp.svn.sourceforge.net/viewvc/sipp/sipp/trunk/auth.c?revision=154&view=markup base64, hexa (global "variables") user, password, method, uri, msgbody, auth, algo (function "createAuthHeaderMD5") http://cvs.sourceforge.net/viewcvs.py/sox/sox/src/FFT.h?rev=1.1&view=markup - http://sipp.svn.sourceforge.net/viewvc/sipp/sipp/trunk/rijndael.c?revision=27&view=markup ft_tab, fl_tab (global "variables") ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637567&aid=1680134&group_id=104305 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
