1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
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
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_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
msado15.spec
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