Files
systemd/src
Zbigniew Jędrzejewski-Szmek 55ce4e1bcb sd-journal: silence bogus gcc warning
In function 'sd_id128_equal',
    inlined from 'journal_file_verify' at ../src/libsystemd/sd-journal/journal-verify.c:1047:29:
../src/systemd/sd-id128.h:119:43: error: 'entry_boot_id.qwords[0]' may be used uninitialized [-Werror=maybe-uninitialized]
  119 |         return a.qwords[0] == b.qwords[0] && a.qwords[1] == b.qwords[1];
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/libsystemd/sd-journal/journal-verify.c: In function 'journal_file_verify':
../src/libsystemd/sd-journal/journal-verify.c:823:20: note: 'entry_boot_id.qwords[0]' was declared here
  823 |         sd_id128_t entry_boot_id;
      |                    ^~~~~~~~~~~~~
cc1: all warnings being treated as errors

entry_boot_id is only used when entry_monotonic_set has been set, and that's
only done in one place where entry_boot_id is also initalized.
2022-07-01 13:42:46 +02:00
..
2022-06-27 12:27:23 +02:00
2022-05-02 18:04:53 +02:00
2022-06-03 17:27:22 +02:00
2022-06-21 16:07:58 +01:00
2022-06-14 17:52:46 +05:30
2022-06-23 17:55:09 +02:00
2022-06-16 11:52:59 +09:00
2022-04-28 15:46:44 +02:00
2022-06-28 04:52:42 +01:00
2022-06-21 16:07:58 +01:00
2022-06-28 04:39:29 +01:00
2022-05-05 00:05:57 +09:00
2022-06-02 07:53:14 +02:00
2022-06-02 07:53:14 +02:00