reactos/dll/cpl/sysdm
Hermès Bélusca-Maïto ab8d7f2548
[SYSDM] Fix uninitialized variables warnings detected by Clang. (#3619)
CORE-17545

Addendum to commit d635ce0c.

dll/cpl/sysdm/general.c:156:25: warning: variable 'hCreditsDC' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
                    if (hDC == NULL)
                        ^~~~~~~~~~~
dll/cpl/sysdm/general.c:216:25: note: uninitialized use occurs here
                    if (hCreditsDC != NULL) DeleteDC(hCreditsDC);
                        ^~~~~~~~~~

and the same for hLogoDC:

dll/cpl/sysdm/general.c:215:25: note: uninitialized use occurs here
                    if (hLogoDC != NULL) DeleteDC(hLogoDC);
                        ^~~~~~~
2021-05-05 17:24:11 +02:00
..
lang [TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526) 2021-04-11 10:59:19 +02:00
resources Revert "[SYSDM] Fix version string cutoff CORE-17429" 2021-02-01 07:32:14 +01:00
advanced.c
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
environment.c [REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate. 2018-02-19 22:36:36 +01:00
general.c [SYSDM] Fix uninitialized variables warnings detected by Clang. (#3619) 2021-05-05 17:24:11 +02:00
hardprof.c [CPL][SHELL32] Add icons to input, joy, sysdm, folder options (#1138) 2018-12-16 08:40:47 +09:00
hardware.c
licence.c [SYSDM] Make the GPL text ASCII. CORE-14278 2018-02-08 00:52:41 +01:00
precomp.h [SYSDM] Better formatting of user profile size 2020-08-17 03:18:01 +03:00
resource.h Revert "[SYSDM] Fix version string cutoff CORE-17429" 2021-02-01 07:32:14 +01:00
smbios.c [SYSDM] Cumulative update 2020-04-01 for SMBIOS parser (#2495) 2020-04-02 19:57:53 +02:00
startrec.c [SYSDM] Only Administrators should see all user profiles and be able to copy or delete them 2019-09-01 19:39:28 +02:00
sysdm.c [SYSDM] Set the proper icon in title bar 2020-06-27 10:22:07 +02:00
sysdm.rc [SYSDM] Move IDS_DEVS to the LANG_NEUTRAL resources to deduplicate it. 2021-02-01 07:32:14 +01:00
sysdm.spec
userprofile.c [SYSDM] Better formatting of user profile size 2020-08-17 03:18:01 +03:00
virtmem.c [SYSDM] Localize hardcoded megabyte units 2020-08-17 14:18:09 +03:00