Re: [PATCH] gigaset: silence GCC warning for unused 'format_ie'

2012-07-17 Thread David Miller
From: Paul Bolle Date: Sun, 15 Jul 2012 11:11:55 +0200 > Building Gigaset's CAPI support without Gigaset's debugging enabled > triggers this GCC warning: > 'format_ie' defined but not used [-Wunused-function] > > Silence this warning by wrapping format_ie() in an "#ifdef >

Re: [PATCH] gigaset: silence GCC warning for unused 'format_ie'

2012-07-17 Thread David Miller
From: Paul Bolle pebo...@tiscali.nl Date: Sun, 15 Jul 2012 11:11:55 +0200 Building Gigaset's CAPI support without Gigaset's debugging enabled triggers this GCC warning: 'format_ie' defined but not used [-Wunused-function] Silence this warning by wrapping format_ie() in an #ifdef

[PATCH] gigaset: silence GCC warning for unused 'format_ie'

2012-07-15 Thread Paul Bolle
Building Gigaset's CAPI support without Gigaset's debugging enabled triggers this GCC warning: 'format_ie' defined but not used [-Wunused-function] Silence this warning by wrapping format_ie() in an "#ifdef CONFIG_GIGASET_DEBUG" and "#endif" pair. Signed-off-by: Paul Bolle ---

[PATCH] gigaset: silence GCC warning for unused 'format_ie'

2012-07-15 Thread Paul Bolle
Building Gigaset's CAPI support without Gigaset's debugging enabled triggers this GCC warning: 'format_ie' defined but not used [-Wunused-function] Silence this warning by wrapping format_ie() in an #ifdef CONFIG_GIGASET_DEBUG and #endif pair. Signed-off-by: Paul Bolle pebo...@tiscali.nl ---