Add UNUSED where needed.

SVN revision: 56674
This commit is contained in:
Christopher Michael 2011-02-03 17:10:01 +00:00
parent 2b72d8d98b
commit f62f7278a0
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ _cb_import(void *data1, void *data2 __UNUSED__)
#ifdef HAVE_EXCHANGE
static void
_cb_web(void *data1, void *data2)
_cb_web(void *data1, void *data2 __UNUSED__)
{
E_Config_Dialog_Data *cfdata;