[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: Eliminate GTK peer compiler warnings
From: |
Tom Tromey |
Subject: |
Re: Patch: Eliminate GTK peer compiler warnings |
Date: |
07 Oct 2003 20:01:14 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Tom" == Thomas Fitzsimmons <address@hidden> writes:
Tom> This patch flags these parameters as "unused" using GCC's __attribute__
Tom> extension. It provides a fall-back for compilers that don't support
Tom> attributes. The patch also contains fixes that eliminate all other
Tom> compiler warnings in the GTK peers.
Tom> Any objections?
Looks great to me.
Tom