CS has 38 unused parameter/variable warnings (visible with "-W -Wall", attached for your convenience). Relatively speaking this is good. About a year ago we had about ten times that many. I have fixed as many of the trivial and obvious ones as I can, but these 38 remain. In general these will fall into one of three categories:
1) The function doesn't need that parameter and it should be removed from the signature. 2) The function implementation doesn't need that parameter but it needs to be in the signature for interface reasons. 3) The function should actually be using that parameter and the code needs to be fixed. I would appreciate anyone familiar with these parts of the code looking over them and helping to determine which of these categories each of these warnings fall into. Michael D. Adams [EMAIL PROTECTED]
unused.warn
Description: Binary data
_______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
