On Fri, Feb 15, 2002 at 04:34:48PM +0100, Joerg Mayer wrote:
> +  CFLAGS="-D_U_=\"__attribute__((unused))\" $CFLAGS"
> 
> and this is, how it looks when there is an unused variable:
> 
>  static void
> -capture_stop_cb(GtkWidget *w, gpointer data) {
> +capture_stop_cb(GtkWidget *w _U_, gpointer data) {
>    loop_data *ld = (loop_data *) data;

Will this work with Visual C++, used to build on Windows?

Can a function have multiple unused arguments?

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


Reply via email to