widl: Remove local variable shadowing in add_func_desc().

Michael Stefaniuc mstefani at redhat.de
Tue Mar 11 15:08:02 CDT 2008


---
 tools/widl/write_msft.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c
index 4e7edf3..cba92de 100644
--- a/tools/widl/write_msft.c
+++ b/tools/widl/write_msft.c
@@ -1452,7 +1452,6 @@ static HRESULT add_func_desc(msft_typeinfo_t* typeinfo, const func_t *func, int
       i = 0;
       LIST_FOR_EACH_ENTRY( arg, func->args, var_t, entry )
       {
-        const attr_t *attr;
         int paramflags = 0;
         int *paramdata = typedata + 6 + extra_attr + (num_defaults ? num_params : 0) + i * 3;
         int *defaultdata = num_defaults ? typedata + 6 + extra_attr + i : NULL;
-- 
1.5.4.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080311/ead3d741/attachment-0001.pgp 


More information about the wine-patches mailing list