Re: [PATCH v14 0/3] MR8515: setupapi: Support in-built properties for device instances in SetupDiGetDevicePropertyW.
14 Jul
2025
14 Jul
'25
6:16 p.m.
On Mon Jul 14 18:05:00 2025 +0000, Vibhav Pant wrote:
On Clang, it results in this error for x86_64: ``` ../dlls/setupapi/tests/devinst.c:1392:86: error: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Werror,-Wformat] 1392 | ok(keys_len >= ARRAY_SIZE(expected_keys), "Expected %lu
= %lu\n", keys_len, ARRAY_SIZE(expected_keys));
for i686:../dlls/setupapi/tests/devinst.c:1392:86: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat] 1392 | ok(keys_len >= ARRAY_SIZE(expected_keys), "Expected %lu
= %lu\n", keys_len, ARRAY_SIZE(expected_keys));
That's capital I, not lowercase l. I cannot imagine what on earth possessed gitlab to use a sans-serif font by default.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8515#note_109815
157
Age (days ago)
157
Last active (days ago)
0 comments
1 participants
participants (1)
-
Elizabeth Figura (@zfigura)