From: Christophe CURIS <[email protected]> Hello,
Here are the two possible ways to fix warnings from compiler on unused variables in dock.c: - PATCH v1: assumes an object-oriented model, so mark the argument as ok to the compiler to keep a consistent API; - PATCH v2: assumes a functional programming model, so we get rid of unused argument. My preference goes to v1, but the choice is open. Regards, Christophe. -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
