wine/dlls/msado15
Gerald Pfeifer 66f6cc5965 msado15: Avoid uninitialized variable warning in fields_get_Item.
This avoids the following warning by GCC 13:
dlls/msado15/recordset.c:790:32: warning: 'i' may be used uninitialized
2022-11-21 13:00:32 +01:00
..
tests msado15: Implement _Recordset get_EditMode. 2022-05-04 21:27:25 +02:00
command.c msado15: Use standard C functions for memory allocation in command.c. 2022-11-17 09:58:59 +01:00
connection.c msado15: Use standard C functions for memory allocation in connection.c. 2022-11-17 09:58:59 +01:00
main.c
Makefile.in
msado15.spec
msado15_classes.idl
msado15_private.h msado15: Remove unused functions heap_realloc_zero and strdupW. 2022-11-17 09:58:59 +01:00
msado15_tlb.idl
recordset.c msado15: Avoid uninitialized variable warning in fields_get_Item. 2022-11-21 13:00:32 +01:00
stream.c msado15: Use standard C functions for memory allocation in stream.c. 2022-11-17 09:58:59 +01:00