1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
Zdenek Kabelac 2a1e200f7a libdm: fix condition
When we switch supported_reserved_types_with_range to const
gcc repots this problem:

 warning: ‘and’ of mutually exclusive equal-tests is always 0
 !(iter->type & supported_reserved_types_with_range))) {

It's not clear from the history what was the actual intention of this
internal error test, let's assume the check wanted to make sure
that when DM_REPORT_FIELD_RESERVED_VALUE_RANGE is set,
some other fields from supported_reserved_types_with_range set
are also selected.
2024-05-04 00:58:44 +02:00
..
2023-08-16 15:13:25 +02:00
2024-04-10 00:03:09 +02:00
2024-04-04 19:33:58 +02:00
2021-04-06 21:26:57 +02:00
2021-04-06 21:26:57 +02:00
2021-04-06 21:26:57 +02:00
2015-08-17 17:20:14 +01:00
2021-04-06 21:26:57 +02:00
2021-04-06 21:26:57 +02:00
2021-04-06 21:26:57 +02:00
2023-05-10 16:19:46 +02:00
2024-05-04 00:58:44 +02:00
2024-04-25 17:06:07 +02:00