On Fri, 10 Dec 2021, at 08:43, Mittal, Anuj wrote: > On Thu, 2021-12-09 at 15:14 +0100, Andrei Gherzan wrote: >> From: Andrei Gherzan <[email protected]> >> >> The patch fixes the build when OpenSSL 3.0 is used. We also disable >> errors on deprecations as the code uses a good amount of them that look >> to be harmless. > > I was getting other errors too so I changed it to -Wno-error and > merged. > > | ../../git/src/fileio.c:179:26: error: ‘len’ may be used uninitialized > in this function [-Werror=maybe-uninitialized] > | 179 | *out_len = len; > | | ~~~~~~~~~^~~~~ > | ../../git/src/fileio.c:178:26: error: ‘buf’ may be used uninitialized > in this function [-Werror=maybe-uninitialized] > | 178 | *out_buf = buf
Interesting. Wondering why I haven't hit this one but it sounds good. Thanks for pulling it. -- Andrei
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7380): https://lists.yoctoproject.org/g/meta-intel/message/7380 Mute This Topic: https://lists.yoctoproject.org/mt/87612242/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
